From 6ea25ad639134d788f690be5b4e95c2ec0b22eeb Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Tue, 2 Feb 2010 15:02:12 +0000 Subject: [PATCH] add printers os group git-svn-id: http://www.observium.org/svn/observer/trunk@756 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/static-config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/static-config.php b/includes/static-config.php index 484d8654f..0d75af335 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -28,6 +28,8 @@ $os_groups['iosxr'] = "ios"; $os_groups['ios'] = "ios"; $os_groups['asa'] = "ios"; +$os_groups['printers'] = "dell-laser"; + ## $os_text['linux'] = "Linux"; $os_text['ios'] = "Cisco IOS";