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.

Icinga - a Re-architected Nagios fork

45 pointsby vimalg2over 13 years ago

5 comments

kenny_rover 13 years ago
I've had the opportunity to work with Icinga during my internship last year.<p>Nagios development has stagnated somewhat but Icinga is thriving. It is 100% compatible with all Nagios plugins and most of the configuration tools. Most notably, NConf works very well with Icinga.<p>They reworked the old Nagios interface and offer entirely new web and mobile interfaces. I must say it's a pleasure to use.
评论 #3235031 未加载
评论 #3234086 未加载
wladimirover 13 years ago
When I needed an open source monitoring solution some time ago I eventually went with Zenoss. Nagios felt a bit clunky. Zenoss had a (IMO) better structured web interface and also more options for log-filtering/monitoring. Also it's based on Python so easier for me to extend.<p>The only drawback of Zenoss is that it is a bit of a memory hog, which eventually became a problem as it was running on a cheap VPS...<p>Icanga does sound promising, as it looks like it redesigned Nagios from a bag of old perl scripts to a better-integrated solution.
评论 #3234478 未加载
EgeBamyasiover 13 years ago
We are using Icinga to monitor stuff around our office. Its nice and robust, but sometimes you have to work around the architecture to do what you want. Like, maybe you don´t want icinga to poll data, you would rather send data to it.<p>Anyways, Ive forked the Greplin-Nagios-Utils to address this issue and added some stuff to read from Memcache, now your super importatnt services can supply data to Memcache, Icinga will then do some haxx and poll the data when it pleases, so you will end up with the data in your frontend. Its in an early stage.. But hopefully I will have the time to make it better, faster, stronger. <a href="https://github.com/simonjohansson/greplin-nagios-utils/tree/master/checkserver_memcached" rel="nofollow">https://github.com/simonjohansson/greplin-nagios-utils/tree/...</a>
评论 #3235068 未加载
JoachimSchipperover 13 years ago
This has said "Error establishing a database connection" for a few minutes now. Quite ironic.
评论 #3233891 未加载
_yobqover 13 years ago
Agavi FTW!