Ad Widget

Collapse

Zabbix 3.2 Email Troubles

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jstlouis
    Junior Member
    • Apr 2016
    • 3

    #1

    Zabbix 3.2 Email Troubles

    Hi Everyone,

    I'm having troubles receiving email notifications from Zabbix 3.x. I cannot seem to get them configured and I've been through the documentation and various articles I've found on the internet.

    I'm not even sure if things are being triggered, or if it's an email server communication issue. Is there a log file that will tell me this. I looked at the zabbix-server log but didn't see anything.

    Is there way I can generate a quick test?

    I've created my actions, triggers, users, conditions, smtp settings, etc... All are enabled.

    I can see events on my Dashboard for a few servers, but I'm not receiving notifications.
  • sergio.cricca
    Member
    • Mar 2008
    • 43

    #2
    You can check on web management:
    Reports > Action log
    Here you could filter by Recipient and get all messages sent to that user. You could see if messages have been sent or not.

    Regards,
    Sergio

    Comment

    • joanypony
      Junior Member
      • Dec 2015
      • 6

      #3
      If using the local host as your email server, I found I had to list it as 127.0.0.1 NOT localhost.
      It took me a while to find that issue.

      Regards,
      Joan

      Comment

      • sclu1988
        Junior Member
        • Jan 2018
        • 1

        #4
        I have same issue, in "Action log" show status "Send" but the email never send through my firewall monitor.

        When I send testing email from console /usr/lib/zabbix/alertscripts/mail-sender.sh [email protected] "mail-sender" "Body of from mail-sender", it's works.

        Any help appreciated

        Scott

        Comment

        • sergio.cricca
          Member
          • Mar 2008
          • 43

          #5
          It sais sent, because it executed the script, but it cannot check if the script sent the email.

          Did you check on zabbix_server.log ?
          What have been done with the script? it should list the whole command executed.

          Maybe you should increase log level, it could be done by
          Code:
          zabbix_server -R log_level_increase

          Comment

          Working...