Situation descriptions
Each situation description provides information about the situation that you can use to monitor the condition of systems in your network.
- Description
- Information about the conditions that the situation tests.
- Formula
- Syntax that contains one or more logical expressions describing the conditions for the situation to monitor.
- Distribution
- Whether the situation is automatically distributed to instances of the agent or is available for manual distribution.
- Run at startup
- Whether the situation starts monitoring when the agent starts.
- Sampling interval
- Number of seconds that elapse between one sample of data that the monitoring agent collects for the server and the next sample.
- Situation persistence
- Whether the conditions specified in the situation evaluate to "true" for the defined number of occurrences in a row before the situation is raised. The default of one means that no persistence-checking takes place.
- Severity
- Severity of the predefined events: Warning, Informational, or Critical.
- Clearing conditions
- Controls when a true situation closes: after a period of time, when another situation is true, or whichever occurs first if both are selected.
IBM Cloud Pak System Software for Power Navigator item
No predefined situations are included for this Navigator item.
Compute Nodes Navigator item
The situation descriptions are organized by the Navigator item to which the situations are relevant.
- KQ8_Compute_Node_Down_Cri situation
- Description
- The compute node is powered off.
The situation will be evaluated for each distinct value of ComputeNodeID.
- Formula
*IF *VALUE KQ8_COMPUTE_NODE.PowerState *EQ 'powered_off'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is automatically distributed to instances of this agent.
- Run at startup
- Yes
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Compute_Node_Up_Info situation
- Description
- The compute node is powered on.
The situation will be evaluated for each distinct value of ComputeNodeID.
- Formula
*IF *VALUE KQ8_COMPUTE_NODE.PowerState *EQ 'powered_on'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Informational
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_CPU_Util_High_Warn situation
- Description
- CPU usage has exceeded the warning threshold.
The situation will be evaluated for each distinct value of ComputeNodeID.
- Formula
*IF *VALUE KQ8_COMPUTE_NODE.CPUUtilExceedMax *EQ 'true'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Warning
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Mem_Util_High_Warn situation
- Description
- Memory usage has exceeded 90%.
The situation will be evaluated for each distinct value of ComputeNodeID.
- Formula
*IF *VALUE KQ8_COMPUTE_NODE.PhysicalMemoryUtilization *GT 90
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Warning
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Fiber_Channel_Adapter_Cri situation
- Description
- More than 50% of the fiber channel adapters are unavailable.
The situation will be evaluated for each distinct value of ComputeNodeID.
- Formula
*IF *VALUE KQ8_COMPUTE_NODE.UnavailableFcPercent *GT 50
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Ethernet_Adapter_Cri situation
- Description
- More than 50% of the Ethernet adapters are unavailable.
The situation will be evaluated for each distinct value of ComputeNodeID.
- Formula
*IF *VALUE KQ8_COMPUTE_NODE.UnavailableEthPercent *GT 50
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_VM_Down_Cri situation
- Description
- The virtual machine has stopped.
The situation will be evaluated for each distinct value of VirtualMachineID.
- Formula
*IF *VALUE KQ8_VIRTUAL_MACHINE.State *EQ 'stopped'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_VM_Up_Info situation
- Description
- The virtual machine has started.
The situation will be evaluated for each distinct value of VirtualMachineID.
- Formula
*IF *VALUE KQ8_VIRTUAL_MACHINE.State *EQ 'started'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Informational
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_VCPU_Util_High_Warn situation
- Description
- CPU usage has exceeded the warning threshold.
The situation will be evaluated for each distinct value of VirtualMachineID.
- Formula
*IF *VALUE KQ8_VIRTUAL_MACHINE.VirtualCPUUtilExceedMax *EQ 'true'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Warning
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_VMem_Util_High_Warn situation
- Description
- Memory usage has exceeded 90%.
The situation will be evaluated for each distinct value of VirtualMachineID.
- Formula
*IF *VALUE KQ8_VIRTUAL_MACHINE.VirtualMemoryUtilization *GT 90
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Warning
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Auxiliary_Device_Down_Cri situation
- Description
- The auxiliary device is unavailable.
The situation will be evaluated for each distinct value of identifier.
- Formula
*IF *VALUE KQ8_AUXILIARY_DEVICE.State *EQ 'unavailable'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Auxiliary_Device_Up_Info situation
- Description
- The auxiliary device is available.
The situation will be evaluated for each distinct value of identifier.
- Formula
*IF *VALUE KQ8_AUXILIARY_DEVICE.State *EQ 'available'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Informational
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Temperature_High_Warn situation
- Description
- The temperature has exceeded the maximum ambient temperature.
The situation will be evaluated for each distinct value of identifier.
- Formula
*IF *VALUE KQ8_TEMPERATURE.ExceedTemperature *EQ 'exceedambient'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is automatically distributed to instances of this agent.
- Run at startup
- Yes
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Warning
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Temperature_High_Cri situation
- Description
- The temperature has exceeded the maximum exhaust temperature.
The situation will be evaluated for each distinct value of identifier.
- Formula
*IF *VALUE KQ8_TEMPERATURE.ExceedTemperature *EQ 'exceedexhaust'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is automatically distributed to instances of this agent.
- Run at startup
- Yes
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_VM_CPU_Starved_Warn situation
- Description
- The virtual CPUs in the virtual machine are not receiving adequate physical CPU resource to service their needs. The virtual machine is spending too much time ready for CPU time, but receiving none. The situation will be evaluated for each distinct value of VirtualMachineID.
- Formula
*IF *VALUE KQ8_VIRTUAL_MACHINE.CPUReadyRate *GT 5
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
Deployment Nodes Navigator item
No predefined situations are included for this Navigator item.
Network Nodes Navigator item
The situation descriptions are organized by the Navigator item to which the situations are relevant.
- KQ8_Switch_Down_Cri situation
- Description
- The switch is unavailable.
The situation will be evaluated for each distinct value of identifier.
- Formula
*IF *VALUE KQ8_SWITCH.State *EQ 'unavailable'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Switch_Up_Info situation
- Description
- The switch is available.
The situation will be evaluated for each distinct value of identifier.
- Formula
*IF *VALUE KQ8_SWITCH.State *EQ 'available'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Informational
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Switch_Port_Down_Cri situation
- Description
- The switch port is unavailable.
The situation will be evaluated for each distinct value of identifier.
- Formula
*IF *VALUE KQ8_SWITCH_PORT.State *EQ 'unavailable'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Switch_Port_Up_Info situation
- Description
- The switch port is available.
The situation will be evaluated for each distinct value of identifier.
- Formula
*IF *VALUE KQ8_SWITCH_PORT.State *EQ 'available'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Informational
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Switch_Fan_Down_Cri situation
- Description
- The switch fan is unavailable.
The situation will be evaluated for each distinct value of SwitchFanID.
- Formula
*IF *VALUE KQ8_SWITCH_FAN.State *EQ 'unavailable'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Switch_Fan_Up_Info situation
- Description
- The switch fan is available.
The situation will be evaluated for each distinct value of SwitchFanID.
- Formula
*IF *VALUE KQ8_SWITCH_FAN.State *EQ 'available'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Informational
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Switch_PSupply_Down_Cri situation
- Description
- The switch power supply is unavailable.
The situation will be evaluated for each distinct value of SwitchPowerSupplyID.
- Formula
*IF *VALUE KQ8_SWITCH_POWER_SUPPLY.State *EQ 'unavailable'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Switch_PSupply_Up_Info situation
- Description
- The switch power supply is available.
The situation will be evaluated for each distinct value of SwitchPowerSupplyID.
- Formula
*IF *VALUE KQ8_SWITCH_POWER_SUPPLY.State *EQ 'available'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Informational
- Clearing conditions
- The situation clears when the condition becomes false.
Storage Nodes Navigator item
The situation descriptions are organized by the Navigator item to which the situations are relevant.
- KQ8_Storage_Contro_Down_Cri situation
- Description
- The storage controller is unavailable.
The situation will be evaluated for each distinct value of StorageControllerID.
- Formula
*IF *VALUE KQ8_STORAGE_CONTROLLER.State *EQ 'unavailable'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Storage_Contro_Up_Info situation
- Description
- The storage controller is available.
The situation will be evaluated for each distinct value of StorageControllerID.
- Formula
*IF *VALUE KQ8_STORAGE_CONTROLLER.State *EQ 'available'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Informational
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Storage_Expansion_Down_Cri situation
- Description
- The storage expansion is unavailable.
The situation will be evaluated for each distinct value of StorageExpansionID.
- Formula
*IF *VALUE KQ8_STORAGE_EXPANSION.State *EQ 'unavailable'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Storage_Expansion_Up_Info situation
- Description
- The storage expansion is available.
The situation will be evaluated for each distinct value of StorageExpansionID.
- Formula
*IF *VALUE KQ8_STORAGE_EXPANSION.State *EQ 'available'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Informational
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Storage_Pool_Down_Cri situation
- Description
- The storage pool is unavailable.
The situation will be evaluated for each distinct value of StoragePoolID.
- Formula
*IF *VALUE KQ8_STORAGE_POOL.State *EQ 'unavailable'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Storage_Pool_Up_Info situation
- Description
- The storage pool is available.
The situation will be evaluated for each distinct value of StoragePoolID.
- Formula
*IF *VALUE KQ8_STORAGE_POOL.State *EQ 'available'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Informational
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Volume_Down_Cri situation
- Description
- The volume is unavailable.
The situation will be evaluated for each distinct value of VolumeID.
- Formula
*IF *VALUE KQ8_VOLUME.State *EQ 'unavailable'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Volume_Up_Info situation
- Description
- The volume is available.
The situation will be evaluated for each distinct value of VolumeID.
- Formula
*IF *VALUE KQ8_VOLUME.State *EQ 'available'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Informational
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Disk_Drive_Down_Cri situation
- Description
- The disk drive is unavailable.
The situation will be evaluated for each distinct value of DiskDriveID.
- Formula
*IF *VALUE KQ8_DISK_DRIVE.State *EQ 'unavailable'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Critical
- Clearing conditions
- The situation clears when the condition becomes false.
- KQ8_Disk_Drive_Up_Info situation
- Description
- The disk drive is available.
The situation will be evaluated for each distinct value of DiskDriveID.
- Formula
*IF *VALUE KQ8_DISK_DRIVE.State *EQ 'available'
See Attributes in each attribute group for descriptions of the attributes in this formula.
- Distribution
- This situation is available for distribution.
- Run at startup
- No
- Sampling interval
- 5 minutes
- Situation persistence
- The number of times the conditions of the situation must occur for the situation to be true is 1.
- Error conditions
- Informational
- Clearing conditions
- The situation clears when the condition becomes false.
Deployments subnode
The situation descriptions are organized by the Navigator item to which the situations are relevant.
Deployments Navigator item
No predefined situations are included for this Navigator item.
Deployment Information Navigator item
No predefined situations are included for this Navigator item.