MonitoringPolicy

Configuration specifying the policy settings for performance monitoring of the application server.



Attributes Summary
maximumStartupAttempts : intThe number of times to try to spawn this process from another process, such as a process manager.
pingInterval : intSpecifies the frequency of communication attempts between the parent process, such as the node agent, and the process it has spawned, such as an application server.
pingTimeout : intWhen a parent process is spawning a child process, such as when a process manager spawns a server, the parent process pings the child process to see whether the child was spawned successfully.
autoRestart : booleanWhether the process will be restarted automatically on failure detection.
nodeRestartState : RestartStateKindThe processing state that will be attained if autoRestart is enabled.

Attribute Details

maximumStartupAttempts    -    The number of times to try to spawn this process from another process, such as a process manager.
     data type:  int
     default Value:   unspecified



pingInterval    -    Specifies the frequency of communication attempts between the parent process, such as the node agent, and the process it has spawned, such as an application server. Adjust this value based on your requirements for restarting failed servers. Decreasing the value detects failures sooner; increasing the value reduces the frequency of pings, reducing system overhead.
     data type:  int
     default Value:   unspecified



pingTimeout    -    When a parent process is spawning a child process, such as when a process manager spawns a server, the parent process pings the child process to see whether the child was spawned successfully. This value specifies the number of milliseconds that the parent process should wait (after pinging the child process) before assuming that the child process failed.
     data type:  int
     default Value:   unspecified



autoRestart    -    Whether the process will be restarted automatically on failure detection.
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  



nodeRestartState    -    The processing state that will be attained if autoRestart is enabled.
     data type: RestartStateKind
     default Value:   unspecified
     Allowed Values:  STOPPED   RUNNING   PREVIOUS  


Copyright IBM Corp. 1997-2004