discovery for xerox printers

git-svn-id: http://www.observium.org/svn/observer/trunk@1389 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-07-17 20:15:44 +00:00
parent bb5207c624
commit 3063e0e517
3 changed files with 16 additions and 0 deletions

BIN
html/images/os/xerox.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,9 @@
<?php
if(!$os) {
if(strstr($sysDescr, "Xerox Phaser")) { $os = "xerox"; }
}
?>

View File

@@ -220,6 +220,13 @@ $config['os']['dell-laser']['overtext'] = "Toner";
$config['os']['dell-laser']['ifname'] = 1;
$config['os']['dell-laser']['type'] = "printer";
$config['os']['xerox']['group'] = "printer";
$config['os']['xerox']['text'] = "Xerox Printer";
$config['os']['xerox']['overgraph'][] = "device_toner";
$config['os']['xerox']['overtext'] = "Toner";
$config['os']['xerox']['ifname'] = 1;
$config['os']['xerox']['type'] = "printer";
$config['os']['jetdirect']['group'] = "printer";
$config['os']['jetdirect']['text'] = "HP Printer";
$config['os']['jetdirect']['overgraph'][] = "device_toner";