From 88b7d2f91cdd6da31c7f1353af2af42eb98e31fe Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sun, 13 Mar 2011 21:01:26 +0000 Subject: [PATCH] add another APC powerswitch type git-svn-id: http://www.observium.org/svn/observer/trunk@1827 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/discovery/os/apc.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/discovery/os/apc.inc.php b/includes/discovery/os/apc.inc.php index aee6b3eb1..169f7a349 100644 --- a/includes/discovery/os/apc.inc.php +++ b/includes/discovery/os/apc.inc.php @@ -5,6 +5,8 @@ if(!$os) { if(strstr($sysDescr, "APC Web/SNMP Management Card")) { $os = "apc"; } else if(strstr($sysDescr, "APC Switched Rack PDU")) { $os = "apc"; } else if(strstr($sysDescr, "APC MasterSwitch PDU")) { $os = "apc"; } + else if(strstr($sysDescr, "APC Metered Rack PDU")) { $os = "apc"; } + }