import torrus 1.0.9
[freeside.git] / torrus / xmlconfig / site-global.xml
diff --git a/torrus/xmlconfig/site-global.xml b/torrus/xmlconfig/site-global.xml
new file mode 100644 (file)
index 0000000..ad15ce2
--- /dev/null
@@ -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>