Index: includes/definitions/models.inc.php =================================================================== --- includes/definitions/models.inc.php (revision 10258) +++ includes/definitions/models.inc.php (working copy) @@ -797,6 +797,15 @@ +// On time Network + +$model = "ontime"; +$config['model'][$model] = array( + '.1.3.6.1.4.1.34753.0.0.18' => array('name' => 'BM-1400'), + '.1.3.6.1.4.1.34753.0.1.55' => array('name' => 'BM-300'), +); + + + + +// Patton Smartnode + +$model = "Patton Smartnode"; +$config['model'][$model] = array( + '.1.3.6.1.4.1.1768.100.4.9.1' => array('name' => 'SN4634/3BIS'), + );