diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php index 2a63c07fbd..012c6ce003 100644 --- a/includes/definitions.inc.php +++ b/includes/definitions.inc.php @@ -1538,7 +1538,7 @@ $config['os'][$os]['icon'] = 'ricoh'; $config['os'][$os]['over'][0]['graph'] = 'device_toner'; $config['os'][$os]['over'][0]['text'] = 'Toner'; -$os = 'sharpprinter'; +$os = 'sharp'; $config['os'][$os]['group'] = 'printer'; $config['os'][$os]['text'] = 'Sharp Printer'; $config['os'][$os]['type'] = 'printer'; diff --git a/includes/discovery/os/sharp.inc.php b/includes/discovery/os/sharp.inc.php new file mode 100644 index 0000000000..5b93c93f3c --- /dev/null +++ b/includes/discovery/os/sharp.inc.php @@ -0,0 +1,6 @@ +checkOS('qnap', 'Linux', '', $mockSnmp); } + public function testSharp() + { + $this->checkOS('sharp', 'SHARP MX-2614N'); + $this->checkOS('sharp', 'SHARP MX-C301W'); + $this->checkOS('sharp', 'SHARP MX-3140N'); + } + public function testSophos() { $this->checkOS('sophos', 'Linux g56fa85e');