From 17b264cdfd251beb5e2fa29914132e6a4ae2799f Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Wed, 10 Feb 2010 15:29:19 +0000 Subject: [PATCH] fix screenos type discovery git-svn-id: http://www.observium.org/svn/observer/trunk@806 61d68cd4-352d-0410-923a-c4978735b2b8 --- discovery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery.php b/discovery.php index 324d77a60..8c9c29eaf 100755 --- a/discovery.php +++ b/discovery.php @@ -115,7 +115,7 @@ foreach ($devices as $device) ## ARP Table include("includes/discovery/arp-table.php"); - if($device['os'] == "netscreen") { + if($device['os'] == "screenos") { if ($device['type'] == "unknown") { $device['type'] = 'firewall'; } }