Which are the exit codes of the components that start remote command line programs?
Here a list of pre-defined exit codes: • 0: (All components) OK • 1: (Nagios test script) WARNING • 2: (Nagios test script) CRITICAL • 3: (Nagios test script) UNKNOWN • 96: (GWES cli start script) The stdin is not available or not readable • 97: (GWES cli start script) The executable is not available or not executable • 98: (GWES cli start script) The executable has not been specified • 99: (GWES cli start script) Working directoy has not been specified • 127: (WS-GRAM:JobManager.pm) A child error code with an exit code of 127 indicates that the application could not be run. • 128+: (Linux) Program has been interrupted by signal X-128, e.g., 143-128 = 15 = SIGTERM.