Details
Description
Hello,
We have an issue with two of our devices and after we contact their support they ask us to increase the time between two snmp polling. Today we configured this time to 5 minutes and we want to increase it to 10 minutes only on our two devices. How can we do it without increase the time on all of our devices ?
Thank for your support,
Best regards,
Chris
General questions and device support can be discussed in our Discord channel, click here to join.
Please make and attach additional information about the device:
snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1 > myagent.snmpwalk
snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk
If device not support SNMP version 2c, replace -v2c with -v1.
./discovery.php -d -h <device>
./poller.php -d -h <device>
This comment is added automatically.