alarms.log

Contains the log of the alarms and webmaster notifications sent by the application and the acknowledgements, mainly for audit purpose.

FORMAT  of record type 'Sent Message'

{   #GMTTIME,
    'Sent Message',
    #LOCALTIME,
    #SENDTO,
    #LOCALTIME,
    #MESSAGE
}

EXAMPLE

This message records that a notification message was sent to a webmaster.

#GTMTIME #TYPE #SENDTO #LOCALTIME #MESSAGE

"27-Jun-98 21:54:32" ,"Sent Message","ec@websitewatchers.com","27-Jun-98 21:54:32",
"GMT 27-Jun-98 21:54:29; LT 27-Jun-98 21:54:29-Cannot connect (java.net.ConnectException: Connection refused)- - * * * - --For WebSiteWatchersLtd support - send an email to -support24@www.ringsys.co.uk-"

Other record types are:

Send Alarm: records the escalation progress

#GTMTIME #TYPE #AGENT #LOCALTIME #LEVEL #URL #OPERATOR #AGENTNAME #MESSAGE

"10-Jun-98 12:15:03 PM","Send Alarm","WebMonitor1.1_cont","10-Jun-98 12:15:03 PM","0","http://www.mycompany.com/","PRIMARY","Live","Cannot connect (java.net.ConnectException: Connection refused)"

Acknowledge Alarm:  records the acknowledgement by an operator.

#GTMTIME #TYPE #AGENT #LOCALTIME #URL #OPERATOR

"09-Jun-98 4:33:08 PM","Acknowledge Alarm","WebMonitor1.1_cont","09-Jun-98 4:33:08 PM","http://www.mycompany.com/","EC"
 

MESSAGES
 
example
note
"Acknowledge Alarm" Escalation acknowledgement (automatic: System or operated)
"Sent Message" Sent message to webmaster.
"Send Alarm" Escalate alarm to operator.
"WebMonitor restarted." The application was restarted.
"Error" One of various exceptions and errors which can be reported.

This list is not exhaustive.