Update collectd.conf with some more datapoints
This commit is contained in:
parent
65b2735c38
commit
ddf309f0b8
|
@ -96,6 +96,9 @@ LoadPlugin ipmi
|
||||||
Sensor "Ext. Health LED system_chassis (23.3)"
|
Sensor "Ext. Health LED system_chassis (23.3)"
|
||||||
</Plugin>
|
</Plugin>
|
||||||
|
|
||||||
|
# pick up the lm_sensors stuff
|
||||||
|
LoadPlugin sensors
|
||||||
|
|
||||||
# IRQ
|
# IRQ
|
||||||
LoadPlugin irq
|
LoadPlugin irq
|
||||||
|
|
||||||
|
@ -161,66 +164,11 @@ LoadPlugin snmp
|
||||||
<Host "coresw">
|
<Host "coresw">
|
||||||
Address "10.100.0.11"
|
Address "10.100.0.11"
|
||||||
Version 2
|
Version 2
|
||||||
Community "0penfest"
|
Community "changeme"
|
||||||
Collect "std_traffic" "std_errors"
|
Collect "std_traffic" "std_errors"
|
||||||
Interval 60
|
Interval 60
|
||||||
</Host>
|
</Host>
|
||||||
|
|
||||||
<Host "nocsw">
|
|
||||||
Address "10.100.0.12"
|
|
||||||
Version 2
|
|
||||||
Community "0penfest"
|
|
||||||
Collect "std_traffic" "std_errors"
|
|
||||||
Interval 60
|
|
||||||
</Host>
|
|
||||||
|
|
||||||
<Host "teamsw">
|
|
||||||
Address "10.100.0.13"
|
|
||||||
Version 2
|
|
||||||
Community "0penfest"
|
|
||||||
Collect "std_traffic" "std_errors"
|
|
||||||
Interval 60
|
|
||||||
</Host>
|
|
||||||
|
|
||||||
<Host "wssw">
|
|
||||||
Address "10.100.0.14"
|
|
||||||
Version 2
|
|
||||||
Community "0penfest"
|
|
||||||
Collect "std_traffic" "std_errors"
|
|
||||||
Interval 60
|
|
||||||
</Host>
|
|
||||||
|
|
||||||
<Host "receptionsw">
|
|
||||||
Address "10.100.0.15"
|
|
||||||
Version 2
|
|
||||||
Community "0penfest"
|
|
||||||
Collect "std_traffic" "std_errors"
|
|
||||||
Interval 60
|
|
||||||
</Host>
|
|
||||||
|
|
||||||
<Host "camsw">
|
|
||||||
Address "10.100.0.16"
|
|
||||||
Version 2
|
|
||||||
Community "0penfest"
|
|
||||||
Collect "std_traffic" "std_errors"
|
|
||||||
Interval 60
|
|
||||||
</Host>
|
|
||||||
|
|
||||||
<Host "f2sw">
|
|
||||||
Address "10.100.0.17"
|
|
||||||
Version 2
|
|
||||||
Community "0penfest"
|
|
||||||
Collect "std_traffic" "std_errors"
|
|
||||||
Interval 60
|
|
||||||
</Host>
|
|
||||||
|
|
||||||
<Host "mussw">
|
|
||||||
Address "10.100.0.18"
|
|
||||||
Version 2
|
|
||||||
Community "0penfest"
|
|
||||||
Collect "std_traffic" "std_errors"
|
|
||||||
Interval 60
|
|
||||||
</Host>
|
|
||||||
</Plugin>
|
</Plugin>
|
||||||
|
|
||||||
# monitor unbound by exec
|
# monitor unbound by exec
|
||||||
|
@ -257,3 +205,9 @@ LoadPlugin write_graphite
|
||||||
AlwaysAppendDS true
|
AlwaysAppendDS true
|
||||||
</Node>
|
</Node>
|
||||||
</Plugin>
|
</Plugin>
|
||||||
|
|
||||||
|
# Get the uptime
|
||||||
|
LoadPlugin uptime
|
||||||
|
|
||||||
|
# Get processcounts
|
||||||
|
LoadPlugin processes
|
||||||
|
|
Loading…
Reference in New Issue