Documentation ¶
Overview ¶
Package exitcodes defines agent exit codes
Index ¶
Constants ¶
View Source
const ( // ExitSuccess indicates there's no need to restart the agent and everything // is okay ExitSuccess = 0 // ExitError (as well as unspecified exit codes) indicate a fatal error // occured, but the agent should be restarted ExitError = 1 // ExitTerminal indicates the agent has exited unsuccessfully, but should // not be restarted ExitTerminal = 5 // ExitUpdate indicates that the agent has written an update file to the // configured location and this file should be used instead when restarting // the agent ExitUpdate = 42 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.