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:37] 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 109: Line 108:
 If it fails to install, you might need to clean the metadata with the following command and try again… If it fails to install, you might need to clean the metadata with the following command and try again…
  
-    <code>sudo yum clean metadata</code>+    sudo yum clean metadata 
 + 
 + 
 +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 === 
 + 
 +http://172.26.12.29/zabbix 
 +username: Admin 
 +password: zabbix