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 revisionBoth sides next revision
server_monitoring [2010/06/21 22:43] 172.26.14.218server_monitoring [2010/06/21 22:47] 172.26.14.218
Line 5: Line 5:
   * [[server_monitoring:zabbix|Zabbix]] -Monitor servers,host and services   * [[server_monitoring:zabbix|Zabbix]] -Monitor servers,host and services
  
-==== Zabbix ==== +====== Zabbix ====== 
-----+
 Installation: Ref : http://www.zabbix.com/documentation/1.8/start Installation: Ref : http://www.zabbix.com/documentation/1.8/start
  
 RHEL-compatible Linux: Ref: http://andrewfarley.com/sysadmin/rpm-repository-online RHEL-compatible Linux: Ref: http://andrewfarley.com/sysadmin/rpm-repository-online
-<code>sudo echo '[andrewfarley]+<code>sudo echo '[andrewfarley]
 name=Andrew Farley RPM Repository name=Andrew Farley RPM Repository
 baseurl=http://repo.andrewfarley.com/centos/$releasever/$basearch/ baseurl=http://repo.andrewfarley.com/centos/$releasever/$basearch/
Line 16: Line 16:
 gpgcheck=0' > /etc/yum.repos.d/andrewfarley.com.repo</code> gpgcheck=0' > /etc/yum.repos.d/andrewfarley.com.repo</code>
  
 +And then you can install zabbix agent, zabbix server, zabbix get, or zabbix proxy with:
 +<code>$ sudo yum install zabbix-agent
 +$ sudo yum install zabbix-server
 +$ sudo yum install zabbix-get
 +$ sudo yum install zabbix-proxy</code>
  
- +If it fails to install, you might need to clean the metadata with the following command and try again: 
-And then you can install zabbix agent, zabbix server, zabbix get, or zabbix proxy with… +<code>sudo yum clean metadata</code>
-<file> +
-    sudo yum install zabbix-agent +
-    sudo yum install zabbix-server +
-    sudo yum install zabbix-get +
-    sudo yum install zabbix-proxy </file> +
- +
-If it fails to install, you might need to clean the metadata with the following command and try again +
- +
-    sudo yum clean metadata+
  
  
 Debian-Based Linux: Debian-Based Linux:
----- +<code># apt-cache search zabbix 
-<code> +
-root@simple:~# apt-cache search zabbix +
 zabbix-agent - network monitoring solution - agent zabbix-agent - network monitoring solution - agent
 zabbix-frontend-php - network monitoring solution - PHP front-end zabbix-frontend-php - network monitoring solution - PHP front-end
Line 40: Line 34:
 zabbix-server-mysql - network monitoring solution - server (using MySQL) zabbix-server-mysql - network monitoring solution - server (using MySQL)
 zabbix-server-pgsql - network monitoring solution - server (using PostgreSQL) zabbix-server-pgsql - network monitoring solution - server (using PostgreSQL)
-root@simple:~# aptitude install zabbix-proxy-mysql zabbix-agent zabbix-server-mysql zabbix-frontend-php +# aptitude install zabbix-proxy-mysql zabbix-agent zabbix-server-mysql zabbix-frontend-php</code>
-</code>+
  
-=== Accessing Zabbix ===+====== Accessing Zabbix ======
  
 http://172.26.12.29/zabbix http://172.26.12.29/zabbix
 username: Admin username: Admin
 password: zabbix password: zabbix
- 
-