
Hi,
seems as another china/indian device? ;)
For valid device adding required one of this OIDs to be exist on device: sysObjectID.0 or sysUpTime.0
If both OIDs not exist for device, use 'snmpable' os param. See example for os 'hikvision-cam':
$os = "hikvision-cam"; $config['os'][$os]['text'] = "Hikvision Network Camera"; $config['os'][$os]['type'] = "video"; $config['os'][$os]['vendor'] = "Hikvision"; $config['os'][$os]['discovery_os'] = "hikvision"; $config['os'][$os]['snmpable'][] = ".1.3.6.1.4.1.39165.1.1.0"; // This device complete not have sysObjectID.0 or sysUpTime.0 $config['os'][$os]['mibs'][] = "HIK-DEVICE-MIB";
Oberreiter Andreas wrote:
Hi All,
I have a device which doesn't provide the SysObjectId.0. It start right away with the Enterprise entry's: SNMPv2-SMI::enterprises.14848.2.1.1.1.0 = STRING: "Version 1.62"
Is there a way to add such an device? The values I'm interested in are in the enterprise part of the mib and could be easily retreated by a custom OID.
But without an SysObjectId it seems impossible to add a device.
Any Suggestions?
Kind regards Andras
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium