diff --git a/includes/osdiscovery/discover-apc.php b/includes/osdiscovery/discover-apc.php index 062ed5236..f59e213bc 100644 --- a/includes/osdiscovery/discover-apc.php +++ b/includes/osdiscovery/discover-apc.php @@ -3,6 +3,7 @@ if(!$os) { if(strstr($sysDescr, "APC Web/SNMP Management Card")) { $os = "apc"; } + else if(strstr($sysDescr, "APC Switched Rack PDU")) { $os = "apc"; } }