NTI Environment Monitoring System

Hi Everyone ,

NTI E-MINI-LXO is a Environment Monitoring System. NTI has lots of devices for different purposes.
But LibreNMS cannot recognized Environment Monitoring System devices.

can someone help?

Discovery data
Poller Data
Snmpwalk Data
SnmpBulkWalk Data
Vendors Product MIB File
Product Web page
Product Photo

I try to edit definition

First I took the result of oid.
snmpwalk -v2c -c xxx 1.2.3.4 .1.3.6.1.2.1.1.1.0
iso.3.6.1.2.1.1.1.0 = STRING: “Linux mini-lxob 2.6.38 #1 Fri Sep 16 16:36:35 EDT 2022 armv5tejl”

I try to catch from Linux mini-lob word and edited present nti.yaml as below and uploaded the mib file under miss/nti folder.

os: nti
text: ‘NTI’
type: environment
icon: nti
over:
- { graph: device_bits, text: ‘Device Traffic’ }
- { graph: device_processor, text: ‘CPU Usage’ }
- { graph: device_mempool, text: ‘Memory Usage’ }
discovery:
-
sysObjectID: .1.3.6.1.2.1.1.1.0
sysDescr_regex:
- ‘/^Linux mini-lxob/’

mib_dir: nti

Could you give me SNMP access to this device? Your snmp(bulk)walk files are very small and seem to be missing the entire 3699 PEN

Looks like there’s a bug in their SNMP implementation, as they don’t seem to have included their own MIB in the list of supported MIBs (the iso.3.6.1.2.1.1.9.1 tree)