Search found 3 matches

by Mike_J
Mon Dec 22, 2014 2:23 pm
Forum: Open Source Nagios Projects
Topic: nrpe 2.15 - nagios 3.5.1 problem -> wrong parameter list
Replies: 4
Views: 2284

Re: nrpe 2.15 - nagios 3.5.1 problem -> wrong parameter list

Thanks for pointing me in the right direction. There is a check_nrpe_1arg definition as well as a check_nrpe in /etc/nagios-plugins/config/check_nrpe.cfg. When I changed my server cfg file to use check_nrpe_1arg, everything began to work.

Thanks again!
by Mike_J
Mon Dec 22, 2014 11:29 am
Forum: Open Source Nagios Projects
Topic: nrpe 2.15 - nagios 3.5.1 problem -> wrong parameter list
Replies: 4
Views: 2284

Re: nrpe 2.15 - nagios 3.5.1 problem -> wrong parameter list

You can see in my original post - i tried your suggestion and it worked. Why is the nagios macro processing the command with "-a" when I don't have any parameters in the nagios cfg file? Master server cfg snippet: check_service check_nrpe!check_disk1 <=== NOTE: no parameters for check_disk...
by Mike_J
Sun Dec 21, 2014 11:30 pm
Forum: Open Source Nagios Projects
Topic: nrpe 2.15 - nagios 3.5.1 problem -> wrong parameter list
Replies: 4
Views: 2284

nrpe 2.15 - nagios 3.5.1 problem -> wrong parameter list

I installed nagios 3.5.1 on ubuntu 14.04 (apt-get install nagios3, apt-get install nagios-nrpe-plugin). On a remote ubuntu 14.04 server, I installed nrpe-server (apt-get install nagios-nrpe-server). There seems to be a problem when not passing arguments. (Or maybe I'm missing something obvious) I se...