Ad Widget

Collapse

Please Help in email notifications!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Coder
    Member
    • Mar 2007
    • 38

    #1

    Please Help in email notifications!

    1) As can i create various emails for notifications for various user groups?

    2) I create
    Action:
    Trigger Trigger = "Processor load is too high on "SERVER"
    Trigger value = "ON"
    Database administrators {TRIGGER.NAME}: {TRIGGER.STATUS} No repeats Enabled

    and see that this trigger on, but no have any notifications.
  • dratliff
    Member
    • May 2007
    • 40

    #2
    I have had this happen also. I just restarted the zabbix server and they started working. Make sure your media types are set up correctly.

    That is what I have done to remedy the problem.

    Dave

    Comment

    • Alexei
      Founder, CEO
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Sep 2004
      • 5654

      #3
      Make sure that the users have medias (email, sms, whatever) attached.
      Alexei Vladishev
      Creator of Zabbix, Product manager
      New York | Tokyo | Riga
      My Twitter

      Comment

      • Coder
        Member
        • Mar 2007
        • 38

        #4
        Similar problem in that that actions do not work for me absolutely.
        May be i wrong create them?
        I will describe process on steps.

        1) create actions for send message;
        2)Trigger = "Too many users connected on server OracleDB (>3)"
        Send message to users group
        Conditions Trigger = "Too many users connected on server OracleDB"

        Send message to User group
        Group Zabbix administrators
        Subject {TRIGGER.NAME}: {STATUS}
        Message {TRIGGER.NAME}: {STATUS}
        Test: many users
        Repeat Repeat
        Number of repeats 4
        Delay between repeats 60
        Status Enabled


        Current users on OracleDB = 5 and in Monitoring -> Overview i see red box or red number if choose data. But Monitoring -> Actions is empty.

        I restart Zabbix_server, but still no actions.

        Comment

        • dratliff
          Member
          • May 2007
          • 40

          #5
          The email host doesn't require any type of authentication? Because from what I have seen, there is no way to put credentials in the configuration so that it logs into the smtp server. The email host may think you are trying to relay messages maliciously.

          my $0.02 worth.

          Comment

          • Coder
            Member
            • Mar 2007
            • 38

            #6
            After several hours of searches by a "trial and error" method has partially solved a problem.

            1) i create 2 media types email and scripts
            Configuration->General->Media types
            It should be made, but I have not found the such in the documentation!!!

            2) I have template MVTS which contain few hosts
            in actions "send messages" Trigger = "Server MVTS is unreachable" dont work, but work trigger on host (not template) Trigger = "Server host.tel is unreachable"

            But in actions "remoute command" Trigger = "Server MVTS is unreachable" works normally.

            is it bug? I want one action on template in email also !

            3) in actions "remoute command" i start perl script, its work normally, but i dont understand as i can to transfer any parametres from Zabbix to perl script.
            Now i see that in script transfer: email-address,subject and body that specified in actions "send messages".


            4) script actions dont work if have not message actions on samre trigger!
            Last edited by Coder; 21-06-2007, 17:02.

            Comment

            Working...