Page 1 of 1

Retunr code question

Posted: Wed Jan 23, 2019 1:47 pm
by Bitflogger
Hello,

I see critical alerts like this: (Return code of 255 for service 'w_log_app_restart' on host '******.wisc.edu' was out of bounds)

Obviously an internal error from the plugin.

Has there been any thought about changing Unkown == 3 to Unknown >= 3 ?

Earl

Re: Retunr code question

Posted: Wed Jan 23, 2019 2:33 pm
by lmiltchev
Are you using check_nrpe? If you do, you could make connection problems return UNKNOWN instead of CRITICAL by using the "-u" flag.
-u, --unknown-timeout Make connection problems return UNKNOWN instead of CRITICAL

Re: Retunr code question

Posted: Wed Jan 23, 2019 4:42 pm
by Bitflogger
OK, That helps.

Please lock the case.

Re: Retunr code question

Posted: Wed Jan 23, 2019 4:50 pm
by scottwilkerson
Bitflogger wrote:OK, That helps.

Please lock the case.
Great! Locking