From ec2e1291efedce2a24359ddf78a0ea581108bee0 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sun, 25 Jul 2010 20:56:04 +0000 Subject: [PATCH] ricoh definition seems to have disappeared git-svn-id: http://www.observium.org/svn/observer/trunk@1481 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/static-config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/includes/static-config.php b/includes/static-config.php index e8ce51d0bb..5c4a388d7b 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -346,6 +346,14 @@ $config['os'][$os]['icon'] = "dell"; $config['os'][$os]['over'][0]['graph'] = "device_toner"; $config['os'][$os]['over'][0]['text'] = "Toner"; +$os = "ricoh"; +$config['os'][$os]['group'] = "printer"; +$config['os'][$os]['text'] = "Ricoh Printer"; +$config['os'][$os]['type'] = "printer"; +$config['os'][$os]['icon'] = "ricoh"; +$config['os'][$os]['over'][0]['graph'] = "device_toner"; +$config['os'][$os]['over'][0]['text'] = "Toner"; + $os = "xerox"; $config['os'][$os]['group'] = "printer"; $config['os'][$os]['text'] = "Xerox Printer";