Ad Widget

Collapse

No notifications being sent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dreas
    Member
    • Aug 2007
    • 89

    #1

    No notifications being sent

    I today tried to move my Zabbix server installation to another server. Everything seems to be working fine. However I cannot get the notifications working.

    I am using a script to send notifications and this was working fine in the past. I had added the media type to my user. When looking at Administration/Notifications it says 0/0 notifications have been sent for today. I disabled the agent on a server several times and should get notifications for that? Why is it not trying to send notifications?
  • RohrbaGe
    Senior Member
    • Aug 2005
    • 167

    #2
    Hi,

    check rights for the script, I guess user zabbix should have rights on it.

    Comment

    • dreas
      Member
      • Aug 2007
      • 89

      #3
      The user has rights to it. But I don't think it has anything to do with the script. Then I would at least see notification attempts in the frontend (they would just fail)? I am not seeing any attempts at all?!

      Comment

      • marc
        Senior Member
        • Oct 2004
        • 146

        #4
        do you see triggers active in gui if you stop the agent?
        does zabbix say he has executed your script [action screen]?
        what does the zabbix_server.log says if debuglevel =4?
        grep scriptname /path/to/log?
        check scritpath from zabbix_server.conf (maybe you took chance and updated version, and forgot about it?)
        check permissions of each directory on your way to /path/to/scriptpath, they must be at least +x for user zabbix or any. (iam not sure if this setgid problem from server still exists but i wouldnt trust in it.)

        Comment

        • dreas
          Member
          • Aug 2007
          • 89

          #5
          Thanks! I had no action set which is why the messages were not sent. The action probably did not get exported with my XML transfer.

          Comment

          Working...