Added OS detection for Cisco Telepresence conductor devices

This commit is contained in:
Aaron Daniels
2016-06-02 17:24:47 +10:00
parent 6512bff04e
commit ef63b3d8ab
2 changed files with 12 additions and 0 deletions

View File

@@ -619,6 +619,11 @@ $config['os'][$os]['over'][1]['text'] = 'CPU Usage';
$config['os'][$os]['over'][2]['graph'] = 'device_mempool';
$config['os'][$os]['over'][2]['text'] = 'Memory Usage';
$os = 'tpconductor';
$config['os'][$os]['text'] = 'TelePresence Conductor';
$config['os'][$os]['type'] = 'collaboration';
$config['os'][$os]['icon'] = 'cisco';
// Brocade NOS
$os = 'nos';
$config['os'][$os]['text'] = 'Brocade NOS';