I just want to set up an alert for a node down in a certain group. I've placed a number of nodes in a group and would like to send a certain notification if a memebr of that group goes down. What would that alert look like?
Jeff
via web...edit nodes --> custom property editor --> create a custom property against node with a name that suggest it will be an email (for example CustomerEmail) --> populate email addresses for nodes as desired.
(You can also select many nodes in Manage Nodes via checkbox and then edit the nodes. But the custom property editor is pretty cool so check it out too--it's a lot like working with a spreadsheet.)
trigger condition
cpu > 90%
CustomerEmail=jeffreyc@yourcompany.com
action
send email to ${CustomerEmail}
separate alert
trigger condtion
volume > 78%
CustomerEmail=d09h@mycompany.com
Alert on Group
Trigger Condition
Group Name is equal to CertainGroup
Group Member Group Member Status is equal to Down
I thought there was a default group member down alert already built in.... it would look like what purdue98 put up.
jeffreyc, group also needs to be defined (advanced option on groups):
Status Rollup Mode: Mixed status shows warning
or
Status Rollup Mode: Show worst status (from your post this seems like what you're looking for)
Leaving this set to 'Show best status' will keep your alert from acting the way you desire.
I did get this working by doing the above and setting the alert like this
How could I do this type of alert for cpu and disk utilization while still using members of a certian group.
jeffreyc, when I set this up on my server to check out how it would look, I kept coming to the conclusion that I would make two alerts. One for Node and one for Volume. I also don't see that group approach helping. I see custom properties helping here. Just my thoughts on how I would do it after mocking it up on one of my environments.
Groups are better for some things than custom properties are. I just don't see them being useful here. You could certainly use custom properties and then (if even necessary) make a group dynamically populated (dynamic query) by WhateverCustomProperty=Something.
If you intend to have an action, then I suppose an alert approach applies. If no action necessary, polled values could simply be displayed on a web page. Without utilizing alerts, CPU information can be displayed (filtered for some %), and volume information displayed (filtered for some %) , and the page itself limited by Group.
Do you require an action (email perhaps) or just want to show content on a web page? If so, a volume alert could be created--action is send a web page (that shows what I described in paragraph above). And a node alert created for CPU--action is send the same web page.
Yes I definitly need to perform and action which is to send an email. I need to some how seperate nodes by groups that are resposible for them and in turn should recieve the notifications for them. For instance we might have 25 different emial groups that our 700 nodes would be divided among. I have alerts for cpu, disk , app monitors you name it already configured but I need a way to send them to the right group email.