Page 2 of 2

Re: custom plugin: CHECK_NRPE: Receive header underflow - on

Posted: Fri May 03, 2019 2:07 pm
by anilgupta
@benjaminsmith,

Thanks for the support.

I understood the issue. Client is not accepting the parameters. I tried to change "dont_blame_nrpe=1" in nrpe.cfg, but still not working.

I will proceed with hardcoding the value in nrpe.cfg.

Re: custom plugin: CHECK_NRPE: Receive header underflow - on

Posted: Fri May 03, 2019 2:35 pm
by benjaminsmith
Hi @anilgupta,

Did you update the command definition as well in the nrpe.cfg file?

Code: Select all

command[check_oim]=/usr/local/nagios/libexec/check_oim $ARG1$ $ARG2$
Note that if you want to pass arguments to nrpe, this must be specified as a configuration option when it is compiled. If it was installed without this option, you'll need to hardcode the values in the command definition.

See: NRPE - How To Install NRPE v3 From Source