Sitescope Siebel Monitor parameters for DB Alert

  • KM03236876
  • 31-Aug-2018
  • 31-Aug-2018

This document has not been formally reviewed for accuracy and is provided "as is" for your convenience.

Summary

Include Siebel monitor parameters

Question

Hi,
We are using DB alert to insert into a custom table in event of a monitor error.
As part of the insert statement we would like to include the Siebel monitor paramets (as per attached screenshot).
How do I use it (if possible). Example like "groupname" give the name of the group. I would liekt o similarly use the "Siebel host name:" and "Application server" and "Enterprise server"
Example use sql like
INSERT INTO TESTTABLE VALUES ('name',<name>, 'currentTime', <currentTime>, 'group',<group>,'Siebel host name', '<Siebel host name>', 'Enterprise server', '<Enterprise server>' )
Please let me know if you have any queries
thank you for your help.
regards
Pathy

Answer

Could you please confirm that the “Seibel host name” means “Host Name”. If true, you can use <gethostname> parameter. This can be used to display the host name for the monitor. You can check in UsingSiteScope document.
Besides, I am afraid that SiteScope does not support the other parameters like Application server and Enterprise server.