I have a requirement to monitor the uptime of a server from our Zabbix servr. We can't install the agent on the target server, (please don't ask why), so the monitoring has to occur from the server. I see we can ping the server periodically, or retrieve a web page from it, (IIS). I see at least two issues with this:
Network issues might cause us to record this as downtime.
We can only ping/connect a limited number of times an hour (by statute). Thus, any downtime might be miscalculated given the downtime of the server, or missed altogether.
Has anyone ever run into a similar situation? Any ideas on how I can get an accurate measure of downtime without an agent running on the target?
Thanks
Network issues might cause us to record this as downtime.
We can only ping/connect a limited number of times an hour (by statute). Thus, any downtime might be miscalculated given the downtime of the server, or missed altogether.
Has anyone ever run into a similar situation? Any ideas on how I can get an accurate measure of downtime without an agent running on the target?
Thanks
Comment