File: site-global.xml

package info (click to toggle)
torrus 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,740 kB
  • ctags: 707
  • sloc: perl: 25,904; xml: 16,400; sh: 3,788; makefile: 603
file content (25 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (7)
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>