User Tools

Site Tools


server_monitoring

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
server_monitoring [2010/06/16 09:41] 172.26.0.166server_monitoring [2010/06/16 09:53] 172.26.15.75
Line 86: Line 86:
  
 with  username = "nagiosadmin" and password = "nagios" with  username = "nagiosadmin" and password = "nagios"
- 
 ==== Zabbix ==== ==== Zabbix ====
 ---- ----
Line 113: Line 112:
  
 Debian-Based Linux: Debian-Based Linux:
 +---- 
 +<code> 
 +root@simple:~# apt-cache search zabbix  
 +zabbix-agent - network monitoring solution - agent 
 +zabbix-frontend-php - network monitoring solution - PHP front-end 
 +zabbix-proxy-mysql - network monitoring solution - proxy (using MySQL) 
 +zabbix-proxy-pgsql - network monitoring solution - proxy (using PostgreSQL) 
 +zabbix-server-mysql - network monitoring solution - server (using MySQL) 
 +zabbix-server-pgsql - network monitoring solution - server (using PostgreSQL) 
 +root@simple:~# aptitude install zabbix-proxy-mysql zabbix-agent zabbix-server-mysql zabbix-frontend-php 
 +</code>
  
 === Accessing Zabbix === === Accessing Zabbix ===