jeudi 18 septembre 2014

Check_snmp absent (missing)

Dans /usr/local/icinga/libexec/ il manque check_snmp

(Sous centos)

lancer :
yum -y install net-snmp net-snmp-devel net-snmp-libs perl-SNMP
yum update

recompiler nagios-plugins (exemple pour icinga)

cd /tmp

wget http://nagios-plugins.org/download/nagios-plugins-2.0.3.tar.gz

tar -zxvf /tmp/nagios-plugins-2.0.3.tar.gz

cd /tmp/nagios-plugins-2.0.3/

./configure --prefix=/usr/local/icinga --with-cgiurl=/icinga/cgi-bin --with-nagios-user=icinga --with-nagios-group=icinga

make

make install


Et voila :)

Aucun commentaire:

Enregistrer un commentaire