Hello,
I get the error from the subject doing what [1] says. I just can't make the the first test pass. Attached is my /usr/local/icinga/etc/nrpe.cfg. I see that /var/run/icinga/nrpe.pid has the PID it should. I've tried with and without SSL. I just can't make NRPE log anything after start, so I have no idea what I'm doing wrong. Any suggestion? Thanx!

1. http://docs.icinga.org/1.5.0/en/nrpe.html

--
FreeB(eer)S(ex)D(rugs) are the real daemons

log_facility=daemon                                                             
                                                                                
pid_file=/var/run/icinga/nrpe.pid                                               
                                                                                
server_port=5666                                                                
                                                                                
server_address=127.0.0.1                                                        
                                                                                
cert_file=/usr/local/icinga/etc/server.crt                                      
                                                                                
cacert_file=/usr/local/icinga/etc/server.crt                                    
                                                                                
privatekey_file=/usr/local/icinga/etc/server.key                                
                                                                                
nrpe_user=icinga                                                                
                                                                                
nrpe_group=icinga                                                               
                                                                                
allowed_hosts=127.0.0.1                                                         
                                                                                
dont_blame_nrpe=0                                                               
                                                                                
debug=1                                                                         
                                                                                
command_timeout=60                                                              
                                                                                
connection_timeout=300                                                          
                                                                                
illegal_metachars="|`&><'\"[]{};"                                               
                                                                                
command[check_users]=/usr/local/icinga/libexec/check_users -w 5 -c 10           
                                                                                
command[check_load]=/usr/local/icinga/libexec/check_load -w 1.5,1.1,0.9 -c 
3.0,2.2,1.9                                                                     
     
command[check_hda1]=/usr/local/icinga/libexec/check_disk -w 20% -c 10% -p 
/dev/hda1                                                                       
      
command[check_zombie_procs]=/usr/local/icinga/libexec/check_procs -w 5 -c 10 -s 
Z                                                                               
command[check_total_procs]=/usr/local/icinga/libexec/check_procs -w 150 -c 200

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to