diff --git a/monitoring/collectd/server/collectd.conf b/monitoring/collectd/server/collectd.conf
index 8e1f897..f011037 100644
--- a/monitoring/collectd/server/collectd.conf
+++ b/monitoring/collectd/server/collectd.conf
@@ -96,6 +96,9 @@ LoadPlugin ipmi
Sensor "Ext. Health LED system_chassis (23.3)"
+# pick up the lm_sensors stuff
+LoadPlugin sensors
+
# IRQ
LoadPlugin irq
@@ -161,66 +164,11 @@ LoadPlugin snmp
Address "10.100.0.11"
Version 2
- Community "0penfest"
+ Community "changeme"
Collect "std_traffic" "std_errors"
Interval 60
-
- Address "10.100.0.12"
- Version 2
- Community "0penfest"
- Collect "std_traffic" "std_errors"
- Interval 60
-
-
-
- Address "10.100.0.13"
- Version 2
- Community "0penfest"
- Collect "std_traffic" "std_errors"
- Interval 60
-
-
-
- Address "10.100.0.14"
- Version 2
- Community "0penfest"
- Collect "std_traffic" "std_errors"
- Interval 60
-
-
-
- Address "10.100.0.15"
- Version 2
- Community "0penfest"
- Collect "std_traffic" "std_errors"
- Interval 60
-
-
-
- Address "10.100.0.16"
- Version 2
- Community "0penfest"
- Collect "std_traffic" "std_errors"
- Interval 60
-
-
-
- Address "10.100.0.17"
- Version 2
- Community "0penfest"
- Collect "std_traffic" "std_errors"
- Interval 60
-
-
-
- Address "10.100.0.18"
- Version 2
- Community "0penfest"
- Collect "std_traffic" "std_errors"
- Interval 60
-
# monitor unbound by exec
@@ -257,3 +205,9 @@ LoadPlugin write_graphite
AlwaysAppendDS true
+
+# Get the uptime
+LoadPlugin uptime
+
+# Get processcounts
+LoadPlugin processes