+munin-plugins-local (0.2) unstable; urgency=low
+
+ * Fix inconsistencies in snmp__networkclients
+
+ -- Michael Howe <michael@michaelhowe.org> Sun, 18 Nov 2012 11:57:42 +0000
+
munin-plugins-local (0.1) unstable; urgency=low
* Initial Release.
graph_scale no
graph_category system
graph_info This graph shows the number of devices currently connected to the system.
-users.label devices
-users.draw LINE2
-users.info Number of devices
+devices.label devices
+devices.draw LINE2
+devices.info Number of devices
EOC
exit 0;
}
}
}
-print "hosts.value $activecount\n";
+print "devices.value $activecount\n";