blob: 5225a036d6c59e01cad4bed0bf5082c1bbe22ef7 (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
#Hostname "filehooker<id>"
Interval 10
LoadPlugin syslog
<Plugin syslog>
LogLevel info
</Plugin>
LoadPlugin md
LoadPlugin cpu
LoadPlugin df
LoadPlugin disk
#LoadPlugin ping
LoadPlugin hddtemp
LoadPlugin interface
LoadPlugin load
LoadPlugin memory
LoadPlugin network
LoadPlugin uptime
LoadPlugin users
LoadPlugin write_graphite
<Plugin df>
# Device "/dev/sda1"
# Device "192.168.0.2:/mnt/nfs"
FSType "ext2"
FSType "ext3"
FSType "ext4"
FSType "btrfs"
FSType "ntfs"
FSType "ntfs-3g"
FSType "vfat"
IgnoreSelected false
</Plugin>
<Plugin disk>
Disk "/[vsh]d[abcdefg][12345678]/"
IgnoreSelected false
</Plugin>
<Plugin hddtemp>
Host "127.0.0.1"
Port 7634
#TranslateDevicename false
</Plugin>
<Plugin interface>
Interface "lo"
IgnoreSelected true
</Plugin>
#<Plugin ping>
#Host "elchhub.krebsco.de"
#Host "elchstats.krebsco.de"
#Interval 1.0
#Timeout 0.9
# TTL 255
# SourceAddress "1.2.3.4"
# Device "eth0"
# MaxMissed -1
#</Plugin>
#<Plugin sensors>
# Sensor "it8712-isa-0290/temperature-temp1"
# Sensor "it8712-isa-0290/fanspeed-fan3"
# Sensor "it8712-isa-0290/voltage-in8"
# IgnoreSelected false
#</Plugin>
<Plugin "write_graphite">
<Carbon>
Host "elchstats.nsupdate.info"
Port "2003"
Prefix "elch."
#Postfix ""
EscapeCharacter "_"
StoreRates false
AlwaysAppendDS false
</Carbon>
</Plugin>
|