fix some rrdtool_graph calls to use arrays. add NRG printer support.

git-svn-id: http://www.observium.org/svn/observer/trunk@3187 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-15 16:50:36 +00:00
parent 8b6636c189
commit 29c70aaefa
7 changed files with 49 additions and 18 deletions
+8
View File
@@ -758,6 +758,14 @@ $config['os'][$os]['icon'] = "ricoh";
$config['os'][$os]['over'][0]['graph'] = "device_toner";
$config['os'][$os]['over'][0]['text'] = "Toner";
$os = "nrg";
$config['os'][$os]['group'] = "printer";
$config['os'][$os]['text'] = "NRG Printer";
$config['os'][$os]['type'] = "printer";
$config['os'][$os]['icon'] = "nrg";
$config['os'][$os]['over'][0]['graph'] = "device_toner";
$config['os'][$os]['over'][0]['text'] = "Toner";
$os = "epson";
$config['os'][$os]['group'] = "printer";
$config['os'][$os]['text'] = "Epson Printer";