[SUJET RESOLU]
Bonjour,
suite à mes déboires des check_snmp pour superviser mon AIX 5.2, nous avons donc décidé d'installer le client NRPE sur le serveur.
pour ce faire j'ai utiliser ce package:
nrpe and standard plugins for aix 5 2
http://www.nagiosexchange.org/AIX.13..._netnagext_pi1[p_view]=782
J'ai etudié le HOWTO :
tous ce passe bien jusqu'au point 8.
apparemment le service ne ce lance pas , et je n'ai aucun message d'erreur d'aucune sorte...
pour information je suis bien avec l'utilisateur nagios lors de l'execution et cela fait la même chose avec l'utilisateur root.
Que faire? avez vous des pistes? du vécu peut être? y'a t'il un log quelque part?
Merci d'avance!
Bonjour,
suite à mes déboires des check_snmp pour superviser mon AIX 5.2, nous avons donc décidé d'installer le client NRPE sur le serveur.
pour ce faire j'ai utiliser ce package:
nrpe and standard plugins for aix 5 2
http://www.nagiosexchange.org/AIX.13..._netnagext_pi1[p_view]=782
J'ai etudié le HOWTO :
Code:
The package contains nrpe daemon + plugins compiled for AIX version 5.2 Compiled by Niki Diulgerov [email protected] 1. Extract the pacage in /usr/local 2. create user nagios and group nagios 3. chown -R nagios.nagios /usr/local/nagios 4. If not exists create /var/run and make sure user nagios can write inside 5. edit /usr/local/nagios/nrpe.cfg according your needs. Usually you should change the IP addresses there and probably edit or add additional check commands 6. add in /etc/inittab the following row nrpe:2:once:/usr/local/nagios/nrpe -c /usr/local/nagios/nrpe.cfg -d 7. make sure that there is no firewall which will stop the nagios server to communicate with the aix machine on port 5666 8. execute this command (can be root...nrpe will switch to user nagios) /usr/local/nagios/nrpe -c /usr/local/nagios/nrpe.cfg -d 9. check if you have the process running ps -fe|grep nrpe 10. Login on the nagios server and test it with this command /usr/local/nagios/libexec/check_nrpe -n -H aix_ip_address -c check_aix_users WARNING!!! Even that nrpe is compiled with option to not use SSL if you not put the option -n probably check_nrpe will fail Enjoy!
apparemment le service ne ce lance pas , et je n'ai aucun message d'erreur d'aucune sorte...
pour information je suis bien avec l'utilisateur nagios lors de l'execution et cela fait la même chose avec l'utilisateur root.
Que faire? avez vous des pistes? du vécu peut être? y'a t'il un log quelque part?
Merci d'avance!
Comment