Ad Widget

Collapse

Notification Action to Single user not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • T-One
    Junior Member
    • Jan 2011
    • 12

    #1

    Notification Action to Single user not working

    Hi,

    i've made a single User Notification beside the standard "Report problems to Zabbix administrators" Notification for a specific Host-Group.

    If the following Conditions are met:

    Code:
    Label	Name	Action
    A	Trigger value = PROBLEM		
    B	Host group = SMT
    This Operation should be done:

    Code:
    Steps	Details	Start in	Duration (sec)	Action
    1	Send message to users: SMT User (SMT User) via Email
    Immediately	Default
    I get the notifications for all users in the Admin Group due to the standard Admin Action Rule, but not a single message shown for the SMT User under the "Administration -> Notifications" Tab, anyone an idea how to debug this?

    Kind regards
  • HarryKalahan
    Member
    • Jan 2014
    • 40

    #2
    Notification Action to Single user not working

    Hello,

    Try to set a "Host Group <> SMT" in the standard Admin Action Rule so that you can separate the actions.

    Other idea for debuging: you can create an item in a host in the SMT group called "item.test". Create it as Zabbix Trapper, and configure a trigger for it. If value = 1 ALARM.

    From SSH Terminal make a zabbix sender to the item to cause the alarm:

    zabbix_sender -z <zabbix_server_IP> -s <host> -k <itemKey> -o <value>

    Good luck!

    Comment

    Working...