TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What monitor/alert system do you use to monitor your cloud servers?

1 pointsby fbuenoabout 10 years ago
I&#x27;m a nagios user, but I&#x27;m having problems to find an &quot;equivalent&quot; solution to my elastic AWS opsworks stacks. I mean, machines will be created, terminated, stopped, launched or for some reason down.<p>I&#x27;m trying to use check_mk WATO api to configure a &quot;scheduled down time&quot; when a machine is stopped for example. Or even using the opsworks time based instances to avoid false alarms. I also would like to start monitoring new instances, and stop when the instance is terminated.<p>The hosts are running docker containers started by fig&#x2F;docker-compose. Each fig.yml has its own &#x27;monitor&#x27; container which is configured to monitor all the containers running on that host. This way I can monitor normal things on the host (cpu, disk, load, etc) and also only one HTTP check to my monitor container.<p>This is configured using the &quot;custom json&quot; opsworks and chef.<p>I saw that there are a whole new world about monitoring out there (prometheus, boson, shinken, etc ) and the SaaS like boundary, datalog etc.<p>My primary concern is to alert sysadmin guys when an http service (the monitor container) from one of the hosts returns something diferrent of HTTP 200 OK status code, for example.<p>Which tool or service would you guys suggest me ?<p>Thanks

2 comments

tb93about 10 years ago
Hi, try VisualOps&#x27;s docker integration: www.visualops.io<p><a href="https:&#x2F;&#x2F;medium.com&#x2F;@visualops&#x2F;a-simple-solution-for-service-discovery-in-docker-b4b520f376be" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@visualops&#x2F;a-simple-solution-for-service-...</a>
johnsabout 10 years ago
For HTTP monitoring, check out <a href="https:&#x2F;&#x2F;www.runscope.com&#x2F;docs&#x2F;radar" rel="nofollow">https:&#x2F;&#x2F;www.runscope.com&#x2F;docs&#x2F;radar</a> (disclosure: I&#x27;m a founder)