Monitoring and alerting on gateways listed in Admin facility

A lot of scripts ans example to extract information from Control-M tools.
Post Reply
User avatar
Andrew
Nouveau
Nouveau
Posts: 6
Joined: 08 Jan 2007 12:00

Monitoring and alerting on gateways listed in Admin facility

Post by Andrew » 17 Jan 2007 3:01

Hi, does anyone know how I can monitor the gateway status of gateways registed in the admin facility. we had an instance where the desired state and currect state were listed as 'UP' but the gateway was disconnected. Therefore the new day did not load for that specific gateway.

Regards
Andrew

User avatar
fyot
Nouveau
Nouveau
Posts: 736
Joined: 26 Apr 2005 12:00
Location: PARIS
Contact:

Monitoring and alerting on gateways listed in Admin facility

Post by fyot » 21 Jan 2007 12:47

Hi,

If you just want to know status like "UP" or "Down" you must create SQL request from EM database using dbo.CONFREG table. "CURRENT_STATE" field concerns that status.

The other way is to be connected on Control-EM server and use ecs utility, as:
ecs ctl -U [dbo user] -P [dbo password] -C Gateway -dc [your gateway] -cmd life_check

Here is an example of result:
Gateway "CTMSRV001" on acacia is alive!
Message returned: "Connected"

Post Reply