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:38] 172.26.0.166server_monitoring [2010/06/16 09:51] 172.26.15.75
Line 86: Line 86:
  
 with  username = "nagiosadmin" and password = "nagios" with  username = "nagiosadmin" and password = "nagios"
- 
 ==== Zabbix ==== ==== Zabbix ====
 ---- ----
Line 110: Line 109:
  
     sudo yum clean metadata     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:~# 
 +</code>
 +
 +=== Accessing Zabbix ===
 +
 +http://172.26.12.29/zabbix
 +username: Admin
 +password: zabbix
 +