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: How do you monitor several servers?

6 pointsby drakmailalmost 10 years ago
I&#x27;m notice that when I have more than 5 servers need to monitor, I&#x27;m periodically forgetting about updating each of them and checking them resources usage.<p>Seems that Canonical&#x27;s landscape is pretty good for that, but canonical&#x27;s support said that payment plans starts from 100 servers =&#x2F;<p>If you have 5+ servers – does you use anything to monitor and update all of them? If use – what is it?

9 comments

dmorenoalmost 10 years ago
Currently I just use pingdom to check availability, but I&#x27;m really interested on other people needs, so I&#x27;m more interested on a related set of questions:<p>What would your ideal monitoring system have? Would it be web based? terminal based? Zero install effort or full customizability? What would you like to monitor? Just monitoring? Alerting too? Just servers or also containers?
评论 #9753292 未加载
rezandalmost 10 years ago
Last night I grabbed a JavaScript text to speech script <a href="http:&#x2F;&#x2F;responsivevoice.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;responsivevoice.org&#x2F;</a> and tossed it into my laptops Apache public directory and wrote a few lines for Ajax request to a script I tossed on each server that would just return some status info stuff like<p>exec(&#x27;uptime&#x27;,$response); echo $response;<p>In around 15 minutes I now have a siri like bot to take with me that will alert me to anything funky which is necessary after a week of some rogue processes.
andrew-luckeralmost 10 years ago
Nagios is pretty standard for monitoring.<p>Administration is usually custom automation. There are a lot of tools for this, and they all have good and bad, so you should just go with what is most accessible to you.
评论 #9752778 未加载
jpetersonmnalmost 10 years ago
We use several things including custom scripts to monitor and alert when needed. However our main tool is ipMonitor. We monitor hundreds of servers in multiple environments (dev, test, prod) and the thing that I don&#x27;t like is all the noise that gets created. It makes it hard to find the real important issues. I believe monitoring is great, but any alert should have an actionable items to perform.
GamblersFallacyalmost 10 years ago
I just use terminator terminal, multi-terminal grid. One terminal per server showing htop via ssh.<p><a href="http:&#x2F;&#x2F;gnometerminator.blogspot.com.au&#x2F;p&#x2F;introduction.html" rel="nofollow">http:&#x2F;&#x2F;gnometerminator.blogspot.com.au&#x2F;p&#x2F;introduction.html</a><p><a href="http:&#x2F;&#x2F;hisham.hm&#x2F;htop&#x2F;" rel="nofollow">http:&#x2F;&#x2F;hisham.hm&#x2F;htop&#x2F;</a>
评论 #9753272 未加载
drakmailalmost 10 years ago
<a href="http:&#x2F;&#x2F;cloudstats.me&#x2F;server-monitoring&#x2F;" rel="nofollow">http:&#x2F;&#x2F;cloudstats.me&#x2F;server-monitoring&#x2F;</a> almost ideal, but has several pitfalls: closed source, $5 for server, and doesn&#x27;t have package manager monitoring.
评论 #9757743 未加载
hakanderyalalmost 10 years ago
<a href="http:&#x2F;&#x2F;scoutapp.com" rel="nofollow">http:&#x2F;&#x2F;scoutapp.com</a><p>Dead simple to install and use. Fancy graphs, lots of useful plugins for monitoring processes.<p>Using it for more than a year, no problems, responsive support. $15&#x2F;server&#x2F;month.
MalcolmDiggsalmost 10 years ago
If you&#x27;re hosted on AWS by chance, check out their &quot;CloudWatch&quot; services. Monitors everything I usually need, sends alerts as-needed, etc.
ice303almost 10 years ago
Nagios core.