Jump to content

Zabbix: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Popperian (talk | contribs)
No edit summary
Line 1: Line 1:
<!-- Please do not remove or change this AfD message until the issue is settled -->
{{AfDM|page=Zabbix|date=2007 October 25|substed=yes}}
<!-- End of AfD message, feel free to edit beyond this point -->


{{Infobox Software |
{{Infobox Software |
name = ZABBIX|
name = ZABBIX|

Revision as of 20:34, 25 October 2007


ZABBIX
Developer(s)Alexei Vladishev
Stable release
1.4.2 / August, 2007
Preview release
1.4.2 / August, 2007
Repository
Operating systemCross-platform
TypeNetwork management system
LicenseGNU General Public License
Websitewww.zabbix.com

ZABBIX is open source software created by Alexei Vladishev. It is designed to monitor and track the status of various network services, servers, and other network hardware.

It uses MySQL, PostgreSQL, SQLite or Oracle to store data. Its web based frontend is written in PHP. ZABBIX offers several monitoring options. Simple checks can verify the availability and responsiveness of standard services such as SMTP or HTTP without installing any software on the monitored host. A ZABBIX agent can also be installed on UNIX and Windows hosts to monitor statistics such as CPU load, network utilization, disk space, etc. As an alternative to installing an agent on hosts, ZABBIX includes support for monitoring via SNMP.

ZABBIX is licensed under the GNU General Public License Version 2 as published by the Free Software Foundation.

Overview

  • Distributed monitoring of up-to 1000 nodes. Configuration of a child node is fully controlled by its master nodes of higher level.
  • Scenarios based WEB monitoring
  • Auto-discovery
  • Centralised monitoring of log files
  • WEB interface for administration and configuration
  • Reporting and trending
  • SLA monitoring
  • Native high-performance agent for virtually all platforms
  • Pro-active monitoring with complex reaction to events
  • Support of SNMPv1,2,3

More details

  • Monitoring of network services (SMTP, POP3, HTTP, NNTP, ICMP, SNMP, FTP, SSH)
  • Monitoring of host resources CPU load, network load, swap activity, on a majority of operating systems, including Windows with the native Zabbix agents
  • Extendable agents that allow users to easily add their own performance and availability checks.
  • Ability to define dependencies between various devices and resources.
  • Standard supported notifications include Email, SMS, Jabber. Any user-defined method through externalscripts.
  • Ability to define actions or a set of actions to be executedlocally or remotely for proactive problem resolution
  • Automatic log file rotation

Auto-discovery

  • Auto-discovery by IP range, available services and SNMP checks
  • Automatic monitoring of discovered devices
  • Automatic removal of lost devices

WEB monitoring

  • Performance and availability monitoring of WEB applications
  • Flexible scenarios for monitoring of user experience
  • Support of POST and GET methods
  • Support of HTTP and HTTPS

References