@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.
custom plugin: CHECK_NRPE: Receive header underflow - only 0
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: custom plugin: CHECK_NRPE: Receive header underflow - on
Hi @anilgupta,
Did you update the command definition as well in the nrpe.cfg file?
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
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$
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!