Search found 1 match

by netexpertise
Thu Jan 28, 2016 9:20 am
Forum: Nagios XI
Topic: Service Check Timed Out (check_as400)
Replies: 10
Views: 3805

Re: Service Check Timed Out (check_as400)

Hi, I had the same timeout error message in Nagios with this plugin. if you run the same command with -d for debug, it says it is waiting for token System to log out from the iSeries I resolved by editing check_as400.java In the logout function, uncomment waitReceive(";53H",NONE); and comm...