Predefined Situations: Not Activated at Startup

IBM Tivoli Monitoring: Windows OS Agent includes three types of predefined situations:


Descriptions and Formulas

NT_Available_Bytes_Critical monitors virtual memory on the Zeroed, Free, and Standby lists.

NT_Memory.Available_Bytes LT 524888

 

NT_Available_Bytes_Warning monitors virtual memory on the Zeroed, Free, and Standby lists.

NT_Memory.Available_Bytes GE 524888
AND
NT_Memory.Available_Bytes LT 1048576

 

NT_Disk_Space_Low monitors free space on a logical disk drive.

NT_Logical_Disk.Free_Megabytes LT 5

 

NT_Logical_Disk_Space_Critical monitors percentage free space on a logical disk drive.

NT_Logical_Disk.%_Free LT 5

 

NT_Logical_Disk_Space_Warning monitors percentage free space on a logical disk drive.

NT_Logical_Disk.%_Free LT 10
AND
NT_Logical_Disk.%_Free GE 5

 

NT_Missing_Msdtc_Warning determines whether Microsoft Distributed Coordinator is running.

MISSING NT_Process.Process_Name EQ (MSDTC)

 

NT_Missing_Process determines whether the NT Scheduler process is running.

MISSING NT_Process.Process_Name EQ ('schedule')

 

NT_Number_Processes_Critical determines the number of processes present.

NT_Objects.Processes GE 300

 

NT_Number_Processes_Warning determines the number of processes present.

NT_Objects.Processes GE 200
AND
NT_Objects.Processes LT 300

 

NT_Process_Memory_Critical determines the working set size for a specific process.

NT_Process.Working_Set GT 40000000

 

NT_Process_Memory_Warning determines the working set size for a specific process.

NT_Process.Working_Set GE 32000000
AND
NT_Process.Working_Set LT 40000000

 

NT_Processor_Interrupts_Critical monitors the number of device interrupts per second.

NT_Processor.Interrupts/sec GE 3000

 

NT_Processor_Interrupts_Warning monitors the number of device interrupts per second.

NT_Processor.Interrupts/sec GE 2000
AND
NT_Processor.Interrupts/sec LT 3000

 

NT_Services_Automatic_Start starts any non-running Automatic Start services.

NT_Services.Start_Type EQ Automatic
AND
NT_Services.Current_State EQ Stopped ACTION net start &NT_Services.Service_Name

 

NT_System_CPU_Critical monitors the % time that all processors are busy.

(NT_System.Operating_System_Version EQ 4.0
AND
NT_System.%_Total_Processor_Time GE 90)
OR

(NT_System.Operating_System_Version EQ 5.0
AND
NT_Processor.%_Processor_Time GE 90
AND
NT_Processor.Processor EQ _Total)

 

NT_System_CPU_Warning monitors the % time that all processors are busy.

(NT_System.Operating_System_Version EQ 4.0
AND
NT_System.%_Total_Processor_Time GE 80
AND
NT_System.%_Total_Processor_Time LT 90)
OR

(NT_System.Operating_System_Version EQ 5.0
AND
NT_Processor.%_Processor_Time GE 80
AND
NT_Processor.%_Processor_Time LT 90
AND
NT_Processor.Processor EQ _Total)