Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
virgule59
byvirgule59, May 9, 2016
Hi Denise,
I had same trouble when i check job, i look at the source of the plugin "check_as400.java" and i debug the source. I use french language for the plugin not try in English, but if you modify
the line 946 (function ParseChkJobsts)
String status=(buffer.substring(start+53,start+60)).trim(); by
String status=(buffer.substring(start+53,start+59)).trim();
Plugins Work
You have to recompile after modification
javac check_as400.java
I think same trouble apply to CJS.
Regards
I had same trouble when i check job, i look at the source of the plugin "check_as400.java" and i debug the source. I use french language for the plugin not try in English, but if you modify
the line 946 (function ParseChkJobsts)
String status=(buffer.substring(start+53,start+60)).trim(); by
String status=(buffer.substring(start+53,start+59)).trim();
Plugins Work
You have to recompile after modification
javac check_as400.java
I think same trouble apply to CJS.
Regards