Ad Widget

Collapse

Trigger from Zabbix proxy not sending alert action

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tezzai
    Junior Member
    • Sep 2016
    • 3

    #1

    Trigger from Zabbix proxy not sending alert action

    I have some problem after I monitor some hosts via zabbix proxy and some host has been alert at dashboard
    but no sending alert to admin I'm not sure to wrong configuration or not
    Kindly advise me for setting

    Thank you

  • tritsako
    Member
    • Dec 2014
    • 46

    #2
    Hi,

    can you be more specific?
    What kind of alerts action do not work, is it emails?

    Costas

    Comment

    • tezzai
      Junior Member
      • Sep 2016
      • 3

      #3
      Dear tritsako,

      Sorry for lately reply , Critical and Warning from zabbix proxy as show on Zabbix proxy It don't action to sending email alert to zabbix admin

      Comment

      • tritsako
        Member
        • Dec 2014
        • 46

        #4
        Hi Tezzai,


        following your screen, on the Actions column, their should be displayed number (usually number 1 or number 2), representing the number alerts that are send to emails. Check is you have assigned user Admin or others users to have permission to send emails.

        Costas

        Comment

        • tezzai
          Junior Member
          • Sep 2016
          • 3

          #5
          Dear tritsako,

          I already config action setting and assigned permission to send email

          But my issue occur hosts were monitored by zabbix proxy only them didn't action even status changing to warning or critical.

          For hosts were monitored by Zabbix Server they can send emails as normal

          Code:
          Action Setting
          
          ALERT MAIL
          
          Event Date: {EVENT.DATE}
          Event Time: {EVENT.TIME}
          
          Host Name: {HOST.HOST}
          IP Address: {HOST.IP}
          
          Item Name: {ITEM.NAME}
          Item Values: {ITEM.VALUE}
          
          Original Event ID: {EVENT.ID}
          Code:
          Condition
          
          A	Maintenance status not in maintenance	
          B	Application like Trap	
          C	Application like Performance	
          D	Application like Log	
          E	Trigger value = PROBLEM

          Comment

          • vesper1978
            Member
            • Nov 2016
            • 59

            #6
            Hi Tezzai,

            I had the same issue. Turned out the user that was used to send the alerts had no permission to the host group that these hosts were a member of. Once I allowed the user the "read" permission on that host group, any new alerts would be sent out.

            Comment

            Working...