User Tools

Site Tools


server_monitoring:zabbix

This is an old revision of the document!


Zabbix

Zabbix is a network management system created by Alexei Vladishev. It is designed to monitor and track the status of various network services, servers, and other network hardware.

Links:

Zabbix server

The Zabbix "server" is the central server which collects information about all the other servers (the "clients"). This is usually the zabbix package in most Linux repositories. The Zabbix server package installs a web interface, database schema, etc.

Active Directory Authentication

Set up the LDAP authentication pane like this, making sure to specify a user's dn to bind as.

Once that works, all you need to do is create user accounts in Zabbix which correspond to the user's Active Directory username and the password will be verified against LDAP. You can add that user to Zabbix groups as well.

Zabbix client

The Zabbix "client" is a server which will be monitored by Zabbix. This is usually the zabbix-agent package in most Linux repositories.

Active vs Passive

A Zabbix client can be "passive" or "active." If you don't know the difference, you want passive. A passive Zabbix client merely sits and listens, waiting to be periodically queried by the central Zabbix server. An active client, on the other hand, actively sends status information to the central Zabbix server.

Install zabbix-agent

Installing the a

$ sudo apt-get install zabbix-agent

Configure zabbix-agent

Edit the agent's config file, paying specific attention to the "Server" line:

$ sudo vim /etc/zabbix/zabbix_agentd.conf

Start zabbix-agent

$ sudo /etc/init.d/zabbix-agent start
server_monitoring/zabbix.1286224334.txt.gz · Last modified: 2010/10/04 20:32 by aorth