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 - Agent table and situation list

Use <TABLESIT> in a Service Interface Request to get a report of the attribute group specified in <TABLENAME> attribute and the situations that are running for the group.


Request input


Agent Service Interface <TABLESIT> request

Tag Description
<TABLESIT> Enter begin and end TABLESIT tags to retrieve the agent table and situation list.
<SQLTABLE> SQLTABLE begin and end tags enclose the TABLENAME tagging pair to identify the SQL table definition set.
<TABLENAME> The TABLENAME begin and end tags enclose the table name to report. This is the name as it appears bracketed by begin and end tags. If you are not sure what the spelling is of the table, you can see it in the Agent Service Interface Queries report or find it in the tabl field of the agent .atr file, located in the <install_dir>/TMAITM6/ATTRLIB directory.

A value of *ALL implies all known agent tables.

Sample request 1: Active Windows OS situations for Process and Logical Disk

    <TABLESIT>
     <SQLTABLE>
      <TABLENAME>NTPROCESS</TABLENAME>
     </SQLTABLE>
     <SQLTABLE>
      <TABLENAME>WTLOGCLDSK</TABLENAME>
     </SQLTABLE>
    </TABLESIT>


Report output


Agent Service Interface <TABLESIT> request output.

Output tag Description
<SITUATION> Defines the output situation set.
<NAME> Specifies the situation name.
<TYPE> E – Enterprise situation; P – Private situation
<STATUS> Returns the status code bracketed by begin and end tags

Sample output: The Windows OS agent returns all running Process and Logical Disk situations

    <TABLESIT>
     <SQLTABLE>
      <TABLENAME>NTPROCESS</TABLENAME>  
      <SITUATION>             
       <NAME>Check_Process_CPU_Usage</NAME>
      </SITUATION>         
      <TYPE>P</TYPE>
      <SITUATION>           
        <NAME>Check_Process_CPU_Usage</NAME>
      </SITUATION>         
      <TYPE>P</TYPE> 
      <SITUATION>             
       <NAME>Is_KFC_Running</NAME>          
      </SITUATION>       
      <TYPE>E</TYPE>
     </SQLTABLE> <SQLTABLE>    
       <TABLENAME>WTLOGCLDSK</TABLENAME> 
      <SITUATION>         
        <NAME>Check_DiskSpace_Low</NAME>
      </SITUATION>       
      <TYPE>P</TYPE> 
     </SQLTABLE>     
    </TABLESIT>


Parent topic:

Agent Service Interface - Service Interface Request

+

Search Tips   |   Advanced Search