From a8f37c2d8368a403323283f6d6de306ef3d4f659 Mon Sep 17 00:00:00 2001 From: Michael Howe Date: Sun, 18 Nov 2012 12:00:14 +0000 Subject: [PATCH] Fixing various typos --- debian/changelog | 6 ++++++ plugins/snmp__networkclients | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) 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"; -- 2.39.5