PROCESS_STATE_STARTING Event Type

Indicates a process has moved from a state to the STARTING state.

Name: PROCESS_STATE_STARTING

Subtype Of: PROCESS_STATE

Body Description

This body is a token set. It has the default set of key/value pairsplus an additional tries key. tries represents the number oftimes this process has entered this state before transitioning toRUNNING or FATAL (it will never be larger than the “startretries”parameter of the process). For example:

  1. processname:cat groupname:cat from_state:STOPPED tries:0