Details
-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
Professional Edition
-
None
Description
Hello!
I read some articles and Documentations about Ping only devices.
The functionality is there and I realized it also with alerting.
What I would like to have is a graph for the values that the probes are returning to see the check_ping response time for ping only devices on the Internet Router where currently we don't have access with SNMP. Since more than a year we are dealing with our ISP to get SNMP and I would like to have that "Backup" functionality to see the Response Time for a time period.
Have a good day!
Tassilo
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.