English 中文(简体)
which monitoring system would you prefer: nagios, zabbix, cacti
原标题:

We have a web system like this:

10 servers with files and one front server which serves the web.

We need to see the whole picture of what s going on with them. What monitoring system would you recommend: Nagios, Zabbix, Cacti or maybe something else.

最佳回答

Nagios is primarily a monitoring tool. That is, it monitors any number of conditions for the services and servers you define. Then if there is a problem (eg outage, slow load time or anything you define) then notifications are sent out.

Cacti is not so much a monitoring tool but a tool for gathering reports and drawing graphs from data such as SNMP.

Zabbix is a bit of a combination of the two.

We moved from Nagios to Zabbix about a year ago mainly for this hybrid approach. We liked the easy integration with JMX data, SNMP and more to draw graphs, as well as a pretty sophisticated monitoring and alerting tool (very similar to Nagios in that way).

问题回答

暂无回答




相关问题
Zabbix - Macro {$MYSQL.DSN} without odbc.ini entry

Is there a way to configure {$MYSQL.DSN} without odbc.ini entry? Not necessary need to be using {$MYSQL.DSN}, but where can I only use connection string without odbc.ini in host configuration page ...

How to expose data to zabbix

Here is my goal: I would like to be able to report various metrics to zabbix so that we can display the graphs on a web page. These metrics include: latency per soap service submission various ...

Does Nagios have an API that can control targets?

In Zabbix, there is a well documented (although in Draft status) API for instantiating targets and controlling them. Does such an API exist in Nagios? The need for this is a cloud-based ...

active directory monitoring

I want to develop a monitoring tool to monitor active directory like (solar wind,op manager etc). For this purpose,I have chosen Zabbix(an open source tool) to monitor AD and provide me real time ...

热门标签