Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-gtools / collectd / README.collectd @ 56359d19

History | View | Annotate | Download (580 Bytes)

1
README
2
=======
3
snf-cyclades-gtools installs a Python collectd plugin, which collects stats
4
about the Ganeti VMs running on the host.
5

    
6
The plugin is installed under /usr/lib/snf-cyclades-gtools/collectd/.
7

    
8
The necessary plugin configuration is performed by
9
/etc/collectd/ganeti-stats.conf.
10

    
11
To enable the plugin, add in your original collectd configuration file the
12
following line:
13
 
14
 Include /etc/collectd/ganeti-stats.conf
15

    
16
An example collectd configuration, which enables the plugin, is also installed
17
in /usr/shared/doc/snf-cyclades-gtools/examples/ganeti-stats-collectd.conf.