Acknowledge with Comment from Web

General chat about HostMonitor
Post Reply
dgshue
Posts: 2
Joined: Mon Mar 22, 2004 3:21 pm

Acknowledge with Comment from Web

Post by dgshue »

From the web console, I see how I can acknowledge a test but it never lets me add a comment to it. This would be nice to have so that we wouldn't have to login to the machine to acknowledge an event with a comment. Also, the idea about adding a feature to acknowledge through email or SMS would be great to. Give me an inch... I want the mile... :)

Thanks
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

We have such tasks in "to do" list, not sure when it will be implemented.
Remote Control Console (will be avalailabel next week) allows to set acknowledge comment from remote system

Regards
Alex
Igorek
Posts: 47
Joined: Wed Jul 06, 2005 8:55 pm
Location: Russia

Post by Igorek »

I have created database MySQL of alerts with table ALERTS for current alerts and table LOGS for the eliminated alerts.
Then I have written scripts for functionality necessary for me:
1) a script started at occurrence of alert, inserting values %TestName% %CommentLine1% %StatusChangedTime% %RelatedURL% in table ALERTS;
2) a script started at elimination of alert, deleting record about alarm from table ALERTS and inserting values %TestName% %CommentLine1% %StatusChangedTime% %DateTime% %RelatedURL% in table LOGS
Also I have started web-server Apache with mod_perl and have written the perl scripts cooperating with a database and allow to enter comments of alerts and much more.

My web console:

Emergency alerts:
--------------------------------------------------------------------
| Object | System | Date of alert | Duration | Address |
--------------------------------------------------------------------

Nonemergency alerts:
-----------------------------------------------------------------------------------
| Object | System | Date of alert | Duration | Address | Comment |
-----------------------------------------------------------------------------------

Last elemintated alerts:
----------------------------------------------------------------------------------------------------------------------------------
| Object | System | Date occurrence of alert | Date elimination of alert | Duration | Address | Comment |
----------------------------------------------------------------------------------------------------------------------------------

I easily create necessary summary reports from a database.
Web-console are made for each department (with their alarms). Also I have written the application which notifies on new alarms (sounds and pop-up messages in a system tray).
Post Reply