/etc/torrus/xmlconfig/site-global.xml is in torrus-common 2.08-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <?xml version="1.0"?>
<!--
Global configuration parameters, applied to every tree.
This file is not overwritten by "make install"
Uncomment what is needed and add new parameters here
-->
<configuration>
<datasources>
<!-- Disperse the collector timeoffsets. Useful in large installations
and/or network devices with plenty interaces -->
<!-- param name="collector-dispersed-timeoffset" value="yes" -->
<!-- This would replace the 6-hour small graphs with 24-hour ones -->
<!-- param name="rrgraph-views">
last24h-small,last24h,lastweek,lastmonth,lastyear
</param -->
</datasources>
</configuration>
|