blob: 8779f41843f47550626a2767922b49097b367078 (
plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
|
Hostname "HOST1"
Interval 10
LoadPlugin cpu
LoadPlugin df
LoadPlugin disk
LoadPlugin interface
LoadPlugin load
LoadPlugin memory
LoadPlugin swap
LoadPlugin users
<Plugin interface>
Interface "eth0"
Interface "retiolum"
</Plugin>
<Plugin df>
Device "/dev/xvda1"
IgnoreSelected false
</Plugin>
<Plugin disk>
Disk "/xvda/"
IgnoreSelected false
</Plugin>
LoadPlugin "write_graphite"
<Plugin "write_graphite">
<Carbon>
Host "no_omo.retiolum"
Port "2003"
Prefix "retiolum."
#Postfix ""
EscapeCharacter "_"
StoreRates false
AlwaysAppendDS false
</Carbon>
</Plugin>
|