ICMP Ping #1025
Unanswered
1ARdotNO
asked this question in
Show and tell
ICMP Ping
#1025
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the "limits" of upptime I found is ICMP ping, aka "normal ping",
I made this small tool to be able to have upptime monitor the uptime of devices that does not have a web endpoint that can be monitored easily. (ie. network devices etc)
It is basically a REST api that takes a hostname as input, and then performs a ICMP ping and returns an appropriate http code to uptime depending on success/failure
I run it alongside my upptime selfhosted runner so that I can ping internal resources also.
https://github.com/1ARdotNO/GoPing
Beta Was this translation helpful? Give feedback.
All reactions