From 4f3df5d6adf2174281a7ee73129aacbbd4ada554 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 23 Feb 2010 16:33:53 +0000 Subject: [PATCH] fix monowall to be in unix os group git-svn-id: http://www.observium.org/svn/observer/trunk@933 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/static-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/static-config.php b/includes/static-config.php index 83911d1bbc..847b28f74c 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -23,10 +23,9 @@ $os_groups['freebsd'] = "unix"; $os_groups['openbsd'] = "unix"; $os_groups['netbsd'] = "unix"; $os_groups['dragonfly'] = "unix"; +$os_groups['monowall'] = "unix"; $os_groups['solaris'] = "unix"; - $os_groups['adva'] = "unix"; - $os_groups['opensolaris'] = "unix"; @@ -48,6 +47,7 @@ $os_text['asa'] = "Cisco ASA"; $os_text['pix'] = "Cisco PIX"; $os_text['generic'] = "Generic Device"; $os_text['ironware'] = "Brocade IronWare"; +$os_text['monowall'] = "m0n0wall"; $os_text['freebsd'] = "FreeBSD"; $os_text['openbsd'] = "OpenBSD"; $os_text['netbsd'] = "NetBSD";