]> git.michaelhowe.org Git - packages/m/munin-plugins-local.git/commitdiff
Fixing various typos
authorMichael Howe <michael@michaelhowe.org>
Sun, 18 Nov 2012 12:00:14 +0000 (12:00 +0000)
committerMichael Howe <michael@michaelhowe.org>
Sun, 18 Nov 2012 12:00:14 +0000 (12:00 +0000)
debian/changelog
plugins/snmp__networkclients

index 21338b5567deb3a2ef8d6b221d71ad1f8b43a724..186e672ccc577140fe8bee1fbfebc84e3c056b3d 100644 (file)
@@ -1,3 +1,9 @@
+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.
index fa1bb66265d09f4fbdee6e4b54f9dd1c0fd031e5..0d1934154040eba994e5c23f52f534fe99f86fa0 100755 (executable)
@@ -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";