mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
add jetdirect support, fix automatic type assignment
git-svn-id: http://www.observium.org/svn/observer/trunk@1283 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -150,6 +150,13 @@ $config['os']['dell-laser']['overtext'] = "Toner";
|
||||
$config['os']['dell-laser']['ifname'] = 1;
|
||||
$config['os']['dell-laser']['type'] = "printer";
|
||||
|
||||
$config['os']['jetdirect']['group'] = "printer";
|
||||
$config['os']['jetdirect']['text'] = "HP Printer";
|
||||
$config['os']['jetdirect']['overgraph'][] = "device_toner";
|
||||
$config['os']['jetdirect']['overtext'] = "Toner";
|
||||
$config['os']['jetdirect']['ifname'] = 1;
|
||||
$config['os']['jetdirect']['type'] = "printer";
|
||||
|
||||
$config['os']['3com']['text'] = "3Com";
|
||||
$config['os']['3com']['overgraph'][] = "";
|
||||
$config['os']['3com']['overtext'] = "";
|
||||
|
||||
Reference in New Issue
Block a user