Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
At a current system integration project we have the need to automatically reset events set by a datacollector. i.e. a Disk gets full => Sendevent to disk reference Icon paint it red Disk is ok again => Sendevent to disk reference Icon paint it green with propagation set to "latest" the Icon shows now green (clear) condition => But we need "highest" for the right propagation to upper Domains with propagation set to "highest" the Icon shows red (critical) condition after resetting the event in the notific. Window the Icon shows green (clear) condition Does anyone know a Way to do the Reset of the critical event automatically if the condition is reset, with MAP set to HIGHEST (i.e. by correlation, Callable MCC etc...) regards Guenter
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
5654.1 | titles must be identical | CTHQ::WOODCOCK | Mon Oct 11 1993 18:28 | 28 | |
> i.e. a Disk gets full => Sendevent to disk reference Icon paint it red > Disk is ok again => Sendevent to disk reference Icon paint it green > > Does anyone know a Way to do the Reset of the critical event > automatically if the condition is reset, with MAP set to HIGHEST > (i.e. by correlation, Callable MCC etc...) Hi Guenter, I've been here....... You have to set the TITLE field's text to be the same for both events for them to correlate. Example: send_event node collector target "DISK Status" "low on space" major decnet send_event node collector target "DISK Status" "space ok now" clear decnet The notification window will always show "DISK Status" for a comment until the the event is clicked into for details. However, the color/severity should be intuitive to the user as to what the problem is at a glance. This works quite well for us. cheers, brad.... |