+munin-plugins-local (0.9) unstable; urgency=low
+
+ * Fix snmp__sky_router_ not showing the total number of devices
+
+ -- Michael Howe <michael@michaelhowe.org> Sat, 14 Sep 2013 21:42:37 +0100
+
munin-plugins-local (0.8) unstable; urgency=low
* Add snmp__sky_router_ for network clients and bandwidth usage
}
$mactypes{unknown}->{count} = ( $#activemacs - $#allocatedmacs );
+ print "devices.value " . scalar @activemacs . "\n";
+
foreach my $type ( keys( %mactypes ) ){
print "devices_${type}.value " . $mactypes{$type}->{count} . "\n";
}