From: Michael Howe Date: Sun, 18 Nov 2012 12:00:14 +0000 (+0000) Subject: Fixing various typos X-Git-Tag: 0.2~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a8f37c2d8368a403323283f6d6de306ef3d4f659;p=packages%2Fm%2Fmunin-plugins-local.git Fixing various typos --- diff --git a/debian/changelog b/debian/changelog index 21338b5..186e672 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +munin-plugins-local (0.2) unstable; urgency=low + + * Fix inconsistencies in snmp__networkclients + + -- Michael Howe Sun, 18 Nov 2012 11:57:42 +0000 + munin-plugins-local (0.1) unstable; urgency=low * Initial Release. diff --git a/plugins/snmp__networkclients b/plugins/snmp__networkclients index fa1bb66..0d19341 100755 --- a/plugins/snmp__networkclients +++ b/plugins/snmp__networkclients @@ -68,9 +68,9 @@ graph_vlabel number of devices 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; } @@ -108,4 +108,4 @@ foreach my $line ( split( m{\n}s, $rtn ) ){ } } -print "hosts.value $activecount\n"; +print "devices.value $activecount\n";