Using OMSA and snmp on CentOS to monitor Dell servers in zabbix.

Recently I’ve needed to configure more advanced monitoring of Dell servers with hardware Raid, becasue of disk failure in one of my servers. I’ve came across a lots of information how to configure OMSA in Centos, but every description and howto …

Using OMSA and snmp on CentOS to monitor Dell servers in zabbix. Read more »

Compiling zabbix-agent on Raspberry Pi (xbian or debian)

First of all You need to install some software for compilation: apt-get install build-essential Now, just get sources of zabbix (in this case the latest version is 2.0.6): wget “http://garr.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.6/zabbix-2.0.6.tar.gz” Unpack it, go to unpacked sources: tar zxfv zabbix-2.0.6.tar.gz cd zabbix-2.0.6 …

Compiling zabbix-agent on Raspberry Pi (xbian or debian) Read more »