Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-gtools / collectd / examples / ganeti-stats-collectd.conf @ 56359d19

History | View | Annotate | Download (558 Bytes)

1
FQDNLookup true
2

    
3
LoadPlugin syslog
4
<Plugin syslog>
5
	LogLevel info
6
</Plugin>
7

    
8
LoadPlugin network
9
<Plugin network>
10
	<Server "host" "25826">
11
		SecurityLevel "Encrypt"
12
		Username "user"
13
		Password "pass"
14
	</Server>
15
	TimeToLive 128
16
	ReportStats false
17
	MaxPacketSize 65535
18
	CacheFlush 1800
19
</Plugin>
20

    
21
<LoadPlugin python>
22
	Globals true
23
</LoadPlugin>
24
<Plugin python>
25
	ModulePath "/usr/lib/snf-cyclades-gtools/collectd/"
26
	LogTraces true
27
	Interactive false
28
	Import "ganeti-stats"
29
</Plugin>
30

    
31
Include "/etc/collectd/filters.conf"
32
Include "/etc/collectd/thresholds.conf"