Sunday, April 30, 2017

Is there a locally hosted service (similar to Pingdom) for monitoring uptime/response time?











I'm looking for something to monitor intranet apps and internal web services, and provide logs of historical response times, uptime, alerts if the system becomes unavailable...



In short, I'm looking for something that's almost identical to Pingdom, but which can be run on an internal monitoring server so we don't have to expose our intranet pages and API endpoints to the outside world.




Open source, commercial, free - doesn't really matter. Just curious to know what's out there!


Answer



Yeap- there are tons, some examples:



http://community.zenoss.org/
http://www.zabbix.com/
http://www.nagios.org


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...