How do I set up periodic notifications indicating the host is alive?
Q: I need to create a setup which will inform me every 3 hours when a particular host is online. Is it possible? A: Yes, it is possible; basic connectivity monitor (such as PING, TCP or UDP) is enough to make such “keepalive” alerts. The idea is to create a monitor which will always remain in problem (Warning) state.Use cases
Typical uses of keepalive monitors include:- Running tasks or services of high importance, e.g. performing database backup/restore operations (periodic reminders will keep you alerted to the progress)
- Using backup services while primary ones are under maintenance or repair, e.g. using alternate Internet service provider connection (reminders will keep you aware of the maintenance still under way)
- Any temporarily available resource which is normally unavailable, e.g. a port open in firewall for the duration of data transfer or security checks (reminders will keep you informed the temporary condition is still in effect)