HP IDOL Queries
Posted: Mon Dec 14, 2015 12:32 pm
I would like to monitor specific XML output from IDOL content engines. I would like to both extract specific values to display when OK and alert when value is greater than X. How could I go about this? Values (lines 14 & 19) would be for directory and documents. An example content query would be sent via a web browser and the browser results would produce XML output that looks like
Code: Select all
http://192.168.1.1:120/a=getstatusCode: Select all
<autnresponse xmlns:autn="http://schemas.autonomy.com/aci/">
<action>GETSTATUS</action>
<response>SUCCESS</response>
<responsedata>
<product>IDOL Server</product>
<version>10.8.0</version>
<build>1187308</build>
<licensed_languages>UNLIMITED</licensed_languages>
<indexport>12</indexport>
<indexport_ssl_enabled>false</indexport_ssl_enabled>
<queryport>-1</queryport>
<aciport>122</aciport>
<serviceport>123</serviceport>
<directory>C:\content</directory>
<querythreads>0</querythreads>
<acithreads>8</acithreads>
<termsperdoc>50</termsperdoc>
<suggestterms>40</suggestterms>
<documents>4366568</documents>
<document_sections>4366568</document_sections>
<committed_documents>4660488</committed_documents>
<deleted_sections>293920</deleted_sections>
<full>false</full>