Changes of Revision 7
[-] [+] | Changed | nagios-plugins-snmp.spec |
[-] [+] | Changed | check_snmp_brocade200E ^ |
@@ -8,7 +8,7 @@ ** Copyright (c) 2008 linux-administrator.com ** All Rights Reserved. */ -// Last change: 2008-09-11 +// Last change: 2009-07-14 (SW4424 support) // required arguments // $1 = Host / IP // $2 = read community string @@ -64,6 +64,7 @@ switch ($swType) { case "\"SilkWorm200E\"": + case "\"SW4424\"": $sensorIDX = ".1.3.6.1.3.94.1.8.1.2"; $sensorName = ".1.3.6.1.3.94.1.8.1.3"; $sensorStatus = ".1.3.6.1.3.94.1.8.1.4"; |