NEBELWAENDE
NEBELWAENDE
Maybe this might be a light path or bridge to get over - i have seen, that "uptime kuma", which i like very much, fires up several ping commands (i...
What about forking uptime kuma and Code SNMP Get via OID ourself? I am wondering, where to find SQL Monitor as an Example in the Code that Could be copied...
Example how to set up printer level monitoring ```js const snmp = require('snmp-native'); // Configure SNMP parameters const session = new snmp.Session({ host: 'your_printer_ip', community: 'your_community_string' }); // Define the...