Build precise queries to find exactly what you need
Press ESC to close
@narcan
Favorites0
Views
Projects0
Thank you for this plugin. It does the job :) Information: You need to set a warning and critical values for volstatus and hdxstatus. I set to 0 both. It could be improved to doesn't need to set these values.
Reviewed 9 years ago
in CLI: ./check_as400 -H XX.XX.XX.XX -u XXXXX -p XXXX -v US -w 10 -c 5 give me this output: Exception in thread "main" java.lang.NumberFormatException: For input string: "00:0" at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source) at sun.misc.FloatingDecimal.parseDouble(Unknown Source) at java.lang.Double.parseDouble(Unknown Source) at java.lang.Double.(Unknown Source) at check_as400.parseWrkSysSts(check_as400.java:1039) at check_as400.parse(check_as400.java:630) at check_as400.main(check_as400.java:474)