-
Re: How do I Filter Email Alerts By Node
acherman Feb 5, 2011 11:42 PM (in response to rkuper)There are two ways that I can think of:
1 - Add a custom property to your servers to specify which department they belong to, and filter based on that custom property.
2 - Create 2 UnDP's, add the servers for one department to one and the servers for another department to the other and filter based on the custom poller.
-
Re: How do I Filter Email Alerts By Node
Questionario Feb 6, 2011 7:28 AM (in response to acherman)I would suggest the first suggested option, create a custom property for the department and create an alert for each department filtered on that custom property, if you have devices all departments should be alerted upon, name the department alldepartments or something like that and filter the alert so it has to include either one of these properties.
-
Re: How do I Filter Email Alerts By Node
netlogixFeb 7, 2011 2:13 PM (in response to Questionario)
The custom property is great if it is for some kind of standard thing, but if it is a one off... like just this department, for these couple components, for these couple nodes, then:
Trigger ... All ...
Status down
Trigger ... any ...
Component Name = 1.exe
Component Name = 2.exe
Trigger ... any ...
Node Name = Server 1
Node Name = Server 2Uglier that custom properties, but handle a one off...
-
Re: How do I Filter Email Alerts By Node
njoylifFeb 8, 2011 8:31 AM (in response to netlogix)
depending on your IP Scheme, you might be able to filter based on that and just create alerts per IP super/sub nets...something like that.
-
-
-
Re: How do I Filter Email Alerts By Node
rkuper Feb 8, 2011 1:28 PM (in response to acherman)I ended up using suggestion 1. I added contact information to the Agent tab in the SNMP service properties on each node and modified my alerts to filter by the contact information.
NOTE: After adding SNMP information I had to restart NPM service and rediscover nodes.
thanks for everyones help!
-