Ad Widget

Collapse

Zabbix 3.0 Centos 7 - Server not running

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jerrodtracy
    Junior Member
    • Apr 2016
    • 1

    #1

    Zabbix 3.0 Centos 7 - Server not running

    We've recently implemented zabbix in our environment and have found it very useful to this point.

    It's been running flawless for the last 2 week in production; however when I came this morning I noticed that it showed zabbix server was not running. I've been trying to troubleshoot move of the day without success.

    I've read through multiple forums of people with similar problems but most of them are running an older version of zabbix and/or centos.

    I could reinstall but I would really like to find the issue. When I first installed zabbix in a test environment I had the same issue where it wouldn't start but rebuilding fixed it. Since we are going to have this in production I would prefer to know what's causing the issue.

    When starting the service the logs show one child process died

    One child process died (PID:3043,exitcode/signal:1). Exiting ...
    syncing history data...
    syncing history data done
    syncing trends data...
    syncing trends data done
    Zabbix Server stopped. Zabbix 3.0.1 (revision 58734).

    Also this is the status of systemctl status zabbix-server
    Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; disabled; vendor preset: disabled)
    Active: activating (auto-restart) (Result: exit-code) since Mon 2016-04-18 12:29:10 EDT; 2s ago
    Process: 3836 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
    Process: 3779 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
    Main PID: 3781 (code=exited, status=0/SUCCESS)

    Apr 18 12:29:10 zabbix.sd.local systemd[1]: zabbix-server.service: control process exited, code=exited status=1
    Apr 18 12:29:10 zabbix.sd.local systemd[1]: Unit zabbix-server.service entered failed state.
    Apr 18 12:29:10 zabbix.sd.local systemd[1]: zabbix-server.service failed.
    [root@zabbix zabbix]#


    Any additional ideas would be grateful.

    Thanks!
  • Gtek Communications
    Junior Member
    • May 2016
    • 2

    #2
    Originally posted by jerrodtracy
    We've recently implemented zabbix in our environment and have found it very useful to this point.

    It's been running flawless for the last 2 week in production; however when I came this morning I noticed that it showed zabbix server was not running. I've been trying to troubleshoot move of the day without success.

    I've read through multiple forums of people with similar problems but most of them are running an older version of zabbix and/or centos.

    I could reinstall but I would really like to find the issue. When I first installed zabbix in a test environment I had the same issue where it wouldn't start but rebuilding fixed it. Since we are going to have this in production I would prefer to know what's causing the issue.

    When starting the service the logs show one child process died

    One child process died (PID:3043,exitcode/signal:1). Exiting ...
    syncing history data...
    syncing history data done
    syncing trends data...
    syncing trends data done
    Zabbix Server stopped. Zabbix 3.0.1 (revision 58734).

    Also this is the status of systemctl status zabbix-server
    Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; disabled; vendor preset: disabled)
    Active: activating (auto-restart) (Result: exit-code) since Mon 2016-04-18 12:29:10 EDT; 2s ago
    Process: 3836 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
    Process: 3779 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
    Main PID: 3781 (code=exited, status=0/SUCCESS)

    Apr 18 12:29:10 zabbix.sd.local systemd[1]: zabbix-server.service: control process exited, code=exited status=1
    Apr 18 12:29:10 zabbix.sd.local systemd[1]: Unit zabbix-server.service entered failed state.
    Apr 18 12:29:10 zabbix.sd.local systemd[1]: zabbix-server.service failed.
    [root@zabbix zabbix]#


    Any additional ideas would be grateful.

    Thanks!

    I am running into a similar issue. At the moment we have around 5,000 subscribers and would like to monitor all of our customers CPE's.

    We have a dedicated Zabbix server that is run in-house and have just installed it but are having issues integrating it into the VISP/UBO software.

    Has anyone successfully integrated Zabbix into VISP? At the moment I would like to monitor only 2 connections as a test but we plan on monitoring up to 10,000 nodes within the next few years.
    Last edited by Gtek Communications; 20-07-2016, 16:35. Reason: wrong quote

    Comment

    • Gtek Communications
      Junior Member
      • May 2016
      • 2

      #3
      Update, I have resolved this issue by increasing the number of max connections and it appears to be running now.

      This article will show you some basic, yet useful tips on how to optimize and fine tune the performance of MySQL/MariaDB to speed of MySQL/MariaDB queries. - Part 2

      Comment

      Working...