diff options
Diffstat (limited to 'torrus/xmlconfig/site-global.xml')
-rw-r--r-- | torrus/xmlconfig/site-global.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/torrus/xmlconfig/site-global.xml b/torrus/xmlconfig/site-global.xml new file mode 100644 index 000000000..ad15ce2ad --- /dev/null +++ b/torrus/xmlconfig/site-global.xml @@ -0,0 +1,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> |