Ad Widget

Collapse

Actions dosen't work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jansonz
    Member
    • Dec 2006
    • 53

    #1

    Actions dosen't work

    Hello,

    I have zabbix 1.6 and I have problem. All actions suddenly stopped working. All triggers work fine, bun no action, so I don't receive any email nor sms about problems. No error also are in the logs or web GUI. What could be the problem? Does anybody had this problem??
  • urkle
    Junior Member
    • Jun 2007
    • 14

    #2
    I am also having this issue, however it didn't start until I upgraded to 1.6.1 from 1.6.0.. I'm trying to track down what the issue is.

    Originally posted by jansonz
    Hello,

    I have zabbix 1.6 and I have problem. All actions suddenly stopped working. All triggers work fine, bun no action, so I don't receive any email nor sms about problems. No error also are in the logs or web GUI. What could be the problem? Does anybody had this problem??

    Comment

    • jansonz
      Member
      • Dec 2006
      • 53

      #3
      I tried to upgrade zabbix to 1.6.1, but no changes.... Monitoring systems makes no sense if it's not sending alerts

      Comment

      • jansonz
        Member
        • Dec 2006
        • 53

        #4
        I solved the problem! I recompiled once more zabbix 1.6, started it, and everything started to work. So I don't know what made the old zabbix crash - I didn't change any configuration or versions, and also compiled zabbix_server with the same parameters. Strange...

        Comment

        • velosprinter
          Junior Member
          • Jul 2008
          • 19

          #5
          Try
          Code:
          $zabbix_server -V
          Does it say version 1.4?
          Mine did.

          If you read the make install output you will find that it put zabbix_server in:
          /usr/local/sbin/zabbix_server

          Code:
          $ /usr/local/sbin/zabbix_server -V
          ZABBIX Server (daemon) v1.6.1 (04 November 2008)
          Compilation time:  Dec  6 2008 18:34:28
          Also check the log at
          Code:
          $ less /tmp/zabbix_server.log
          it should have a line that looks like this:
          6485:20081206:185834 Starting zabbix_server. ZABBIX 1.6.1.

          Once I got the correct version running the notifications started working.

          Comment

          Working...