summaryrefslogtreecommitdiff
path: root/torrus/xmlconfig/site-global.xml
blob: ad15ce2adc7d8e5b74efef306345fb921147bf72 (plain)
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>