Search found 2 matches
- Sun Dec 13, 2020 11:23 pm
- Forum: Open Source Nagios Projects
- Topic: nrpe -a works for SOME plugins but not all and not for test
- Replies: 1
- Views: 844
Re: nrpe -a works for SOME plugins but not all and not for t
I've narrowed it down to that it's not something the nagios server is doing wrong (e.g., misinterpreting or misrewriting). It's something the nrpe client is doing wrong. In my nrpe.cfg: command[check_rasp_temp_parms]=/usr/lib/nagios/plugins/check_rasp_temp $ARG1$ From the command line: /usr/local/na...
- Fri Dec 11, 2020 2:16 pm
- Forum: Open Source Nagios Projects
- Topic: nrpe -a works for SOME plugins but not all and not for test
- Replies: 1
- Views: 844
nrpe -a works for SOME plugins but not all and not for test
I am on a closed network, so safely enabling "dont_blame_nrpe=1" (no need for the usual concerns) I disabled all the "hardcoded" commands (predefined with parameters, enabled all as soft-coded with "$ARG1$", because I will be monitoring different remote systems with dif...