User Tools

Site Tools


server_monitoring:zabbix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
server_monitoring:zabbix [2010/09/29 00:06] aorthserver_monitoring:zabbix [2010/10/01 00:47] aorth
Line 14: Line 14:
 One 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. One 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 ====== ====== Zabbix Client ======
-<code>apt-get install zabbix-agent</code>+A "client" is a server which will be monitored by Zabbix.  The easiest way to do this is to install the ''zabbix-agent'' package on each server you want to monitor. 
 +===== Install zabbix-agent ===== 
 +Installing the a 
 +<code>$ sudo apt-get install zabbix-agent</code> 
 +===== Configure zabbix-agent ===== 
 +Edit the agent's config file, paying specific attention to the "Server" line: 
 +<code>$ sudo vim /etc/zabbix/zabbix_agentd.conf 
 +===== Start zabbix-agent ===== 
 +<code>$ sudo /etc/init.d/zabbix-agent start</code>