System status

 

Note: Replace dbsecret in the examples below with the appropriate database secret.

Web hits

You can use the following XMLMSG to monitor web hits (like Activity monitor - Web hits in the ISL Conference Proxy administration). Examples:


Retrieve web hits status from a server

<module secret="dbsecret">

<islConferenceProxy>

<webHits type="raw" records="100"/>

</islConferenceProxy>

</module>

Retrieve web hits status for a certain server

<module secret="dbsecret">

<islConferenceProxy>

<webHits type="raw" records="100" server="1"/>

</islConferenceProxy>

</module>

It is possible to specify another type, e.g. top URLs, top referrer domains etc. You can refer to the commented list below:

<define name="WebHitsType">

<choice>

<!-- ISL Pronto public: Top clients -->

<value>islpronto::public::topcl</value>

<!-- ISL Pronto public: Top clients errors -->

<value>islpronto::public::topclerr</value>

<!-- ISL Pronto public: Top user domains -->

<value>islpronto::public::topdom</value>

<!-- ISL Pronto public: Top user domains errors -->

<value>islpronto::public::topdomerr</value>

<!-- ISL Pronto public: Top referrer domains -->

<value>islpronto::public::toprefdom</value>

<!-- ISL Pronto public: Top referrer domains errors -->

<value>islpronto::public::toprefdomerr</value>

<!-- Raw -->

<value>raw</value>

<!-- Top clients -->

<value>topcl</value>

<!-- Top paths -->

<value>toppath</value>

<!-- Top referrer domains -->

<value>toprefdom</value>

<!-- Top URLs -->

<value>topurl</value>

</choice>

</define>


Note: These examples cover only some of the options. For a list of all options, please refer to the protocol specification file that is available at http://localhost:7615/xmlmsg/relaxng.xml.

Tags: isl conference proxy, integration, xmlmsg

Was this article helpful?