custom plugin: CHECK_NRPE: Receive header underflow - only 0

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
anilgupta
Posts: 102
Joined: Fri Mar 01, 2019 8:35 am

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

Post 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.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

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

Post 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked