Statistics
| Branch: | Tag: | Revision:

root / snf-deploy / files / etc / collectd / synnefo-ganeti.conf @ 0cfa5e03

History | View | Annotate | Download (453 Bytes)

1
<LoadPlugin python>
2
	Globals true
3
</LoadPlugin>
4
<Plugin python>
5
	ModulePath "/usr/lib/snf-cyclades-gtools/collectd/"
6
	LogTraces true
7
	Interactive false
8
	Import "ganeti-cpustats"
9
	Import "ganeti-netstats"
10
</Plugin>
11

    
12
LoadPlugin network
13
<Plugin network>
14
    <Server "%STATS%" "25826">
15
        SecurityLevel "Encrypt"
16
        Username "user"
17
        Password "secret"
18
    </Server>
19
    TimeToLive 128
20
    ReportStats false
21
    MaxPacketSize 65535
22
</Plugin>