IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Administrator's Guide > Agent-based services > Agent Service Interface > Agent Service Interface - Service Interface Request
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Agent Service Interface request - Situation summary
Use the situation summary command to request a listing of the private situations that are running on the monitoring agent.
Request input
Agent Service Interface <SITSUMMARY> request.
Tag Description <SITSUMMARY> Situation summary report.
<SITSUMMARY> </SITSUMMARY>The output from the request looks like the private situation configuration files shown in the Private situation examples.
Report output
Agent Service Interface <SITSUMMARY> request output.
Output tag Description <NUMBSIT> Number of private situations running on the monitoring agent. <SITUATION> Define situation selection properties. <NAME> Specifies the situation name. <SOURCE> Indicates the source of the event. The value "E" means enterprise situation. The value "P" means private situation. <TYPE> Situation type – Sample or Pure-Event. <INTERVAL> Situation sample interval; or 0 – Pure-Event. <ROWSIZE> Sample data row size. <FIRSTSTARTTIME> The situation's initial start time. <LASTSTARTTIME> The situation's most recent start time. <LAST STOPTIME> The situation's last stop time. <FIRSTEVENTTIME> The time that the situation first opened an event. <LASTTRUETIME> The last time the situation evaluated to True. <LASTFALSETIME> The last time the situation evaluated to False. <TIMESRECYCLED> Number of times the situation restarted. <TIMESAUTONOMOUS> Number of times the situation entered autonomous mode. <PREDICATE> The situation formula.
- Sample output: The agent returns private situation data
<SITSUMMARY> <NUMBSIT>12</NUMBSIT> <SITUATION> <NAME>NT_AMS_Alert_Critical</NAME> <SOURCE>E</SOURCE><TYPE>Event</TYPE><INTERVAL>0</INTERVAL> <ROWSIZE>484</ROWSIZE> <FIRSTSTARTTIME>Sun Aug 18 21:34:41 2013</FIRSTSTARTTIME> <LASTSTARTTIME>Sun Aug 18 21:34:41 2013</LASTSTARTTIME> <LASTSTOPTIME>NA</LASTSTOPTIME><FIRSTEVENTTIME>NA</FIRSTEVENTTIME> <LASTTRUETIME>NA</LASTTRUETIME><LASTFALSETIME>NA</LASTFALSETIME> <TIMESRECYCLED>0</TIMESRECYCLED><TIMESAUTONOMOUS>1</TIMESAUTONOMOUS> <PREDICATE><![CDATA[Alert_Text = 5 OR Alert_Text = 8 OR Alert_Text = 7 OR Alert_Text = 6 OR Alert_Text = 9 OR Alert_Text = 11 ]]> </PREDICATE> </SITUATION> <SITUATION> <NAME>NT_Invalid_Logon_Attempt</NAME> <SOURCE>E</SOURCE><TYPE>Event</TYPE><INTERVAL>0</INTERVAL> <ROWSIZE>3132</ROWSIZE> <FIRSTSTARTTIME>Sun Aug 18 21:34:41 2013</FIRSTSTARTTIME> <LASTSTARTTIME>Sun Aug 18 21:34:41 2013</LASTSTARTTIME> <LASTSTOPTIME>NA</LASTSTOPTIME><FIRSTEVENTTIME>NA</FIRSTEVENTTIME> <LASTTRUETIME>NA</LASTTRUETIME> <LASTFALSETIME>Sun Aug 18 21:37:05 2013</LASTFALSETIME> <TIMESRECYCLED>0</TIMESRECYCLED><TIMESAUTONOMOUS>1</TIMESAUTONOMOUS> <PREDICATE><![CDATA[Event_ID = 529 OR Event_ID = 4625 ]]> </PREDICATE> </SITUATION> <SITUATION><NAME>NT_Log_Space_Low</NAME> <SOURCE>E</SOURCE><TYPE>Sampled</TYPE><INTERVAL>900</INTERVAL> <ROWSIZE>1256</ROWSIZE> <FIRSTSTARTTIME>Sun Aug 18 21:34:41 2013</FIRSTSTARTTIME> <LASTSTARTTIME>Sun Aug 18 21:34:41 2013</LASTSTARTTIME> <LASTSTOPTIME>NA</LASTSTOPTIME><FIRSTEVENTTIME>NA</FIRSTEVENTTIME> <LASTTRUETIME>Sun Aug 18 21:34:49 2013</LASTTRUETIME> <LASTFALSETIME>NA</LASTFALSETIME><TIMESRECYCLED>0</TIMESRECYCLED> <TIMESAUTONOMOUS>1</TIMESAUTONOMOUS> <PREDICATE><![CDATA[%_Usage >= 95 ]]> </PREDICATE> </SITUATION> ... ... </SITSUMMARY>
Parent topic:
Agent Service Interface - Service Interface Request