Server Management - Systems Insight Manager
1833712 Members
2062 Online
110063 Solutions
New Discussion

Event Handling, task not executing

 
Gaute Bekeng_1
Advisor

Event Handling, task not executing

Hi,
I'm trying to create a task that sends message when disk threshold is exceeded. Se below for how I have setup the task.

The problem is that nothing happens when an critical event (threshold exceeded) happens. I do get the general critical event message from the default task(System Event Handler). Can anyone point me in the right direction as how I can set this up? Thanks.

Regards,
Gaute B.


Task name: Full disk
Events:
event type is Proliant Storage Events and type name is Physical Drive Threshold Passed (3004)
event type is Proliant Storage Events and type name is Physical Drive Threshold Passed (3011)
event type is Proliant Storage Events and type name is Physical Drive Threshold Passed (3019)
event type is Proliant Storage Events and type name is Physical Drive Threshold Passed (3030)
event type is Proliant Storage Events and type name is Physical Drive Threshold Passed (3037)
event type is Proliant Storage Events and type name is Physical Drive Threshold Passed (4)
severity is Critical
severity is Major

Systems:
system name is itss

Action(s):
Send e-mail To:mail@sms.aftenposten.no
CC:
Subject:Full disk
Message format:Pager/SMS
Encoding:UTF-8


2 REPLIES 2
Pat Wilson_1
Valued Contributor

Re: Event Handling, task not executing

Maybe you are specifying the wrong event type? Maybe you have too many criteria creating a conflict?

Maybe it should be just:

Task name: Full disk
Events:
event type is Proliant Threshold Events and type name is Critical Rising Threshold passed (10007)
event type is Proliant Threshold Events and type name is Rising Threshold passed (10001)
event type is Proliant Threshold Events and type name is Rising Threshold passed (10003)
event type is Proliant Threshold Events and type name is Rising Threshold passed (10005)

Systems:
systems name is itss

Action(s)
Send e-mail To: ...


Good Luck !!
Gaute Bekeng_1
Advisor

Re: Event Handling, task not executing

Good suggestion. Maybe I need both so I do get just the alert I want. Thanks a lot.

Regards,
Gaute