markabrahams / node-net-snmp

JavaScript implementation of the Simple Network Management Protocol (SNMP)
206 stars 97 forks source link

Fix logic for v3 time syncronization needed #203

Closed markabrahams closed 2 years ago

markabrahams commented 2 years ago

Changes the time sync check from ! snmpEngineBoots || ! snmpEngineTime

which seems to be incorrectly require time sync from devices reporting an engine uptime but zero engine boots, to ! snmpEngineBoots && ! snmpEngineTime