Ad Widget

Collapse

zabbix-server.service on status deactivating

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maarguello
    Junior Member
    • Apr 2023
    • 19

    #1

    zabbix-server.service on status deactivating

    Hi guys!,

    when I try to restart the zabbix service this never stop.

    Checking the status I seeing something weird

    ● zabbix-server.service - Zabbix Server
    Loaded: loaded (/lib/systemd/system/zabbix-server.service; enabled; vendor preset: enabled)
    Active: deactivating (stop-sigterm) (Result: exit-code) since Fri 2023-10-06 14:08:49 CST; 44min ago
    Main PID: 1831 (code=exited, status=1/FAILURE)


    any advice to solved?​​
  • dimir
    Zabbix developer
    • Apr 2011
    • 1080

    #2
    Does /var/log/zabbix/zabbix_server.log give any hint?

    Comment

    • maarguello
      Junior Member
      • Apr 2023
      • 19

      #3
      here you are.


      2111:20231007:124935.942 item "Zabbix server:zabbix[cluster,discovery,nodes]" became supported
      WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.
      2661:20231007:125031.562 enabling SNMP agent checks on host "10.10.12.35": interface became available
      2117:20231007:125032.059 item "10.10.12.35:hum2" became not supported: snmp_parse_oid(): cannot parse OID "SNMPv2-SMI::enterprises.52674.500.4.1.2.1.7.1285286".
      2117:20231007:125032.059 item "10.10.12.35:temp1" became supported
      2117:20231007:125032.059 item "10.10.12.35:temp2" became supported

      2099:20231007:125035.027 discovery rule "Zabbix server:zabbix.nodes.discovery" became not supported: Timeout while waiting for response
      2113:20231007:125035.067 item "Zabbix server:zabbix[cluster,discovery,nodes]" became not supported: Timeout while waiting for response
      2054:20231007:125037.477 cannot write to IPC socket: Broken pipe
      WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.
      2054:20231007:125140.486 cannot write to IPC socket: Broken pipe
      WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.​

      Comment

      • dimir
        Zabbix developer
        • Apr 2011
        • 1080

        #4
        Looks like it's this one
        Code:
        cannot write to IPC socket: Broken pipe
        Looks like there are issues to set up IPC connection by zabbix user. Please search the forum for this string, there are many similar posts where the approaches to resolve this are mentioned.
        Last edited by dimir; 09-10-2023, 15:56.

        Comment

        • maarguello
          Junior Member
          • Apr 2023
          • 19

          #5
          I found a way to solved, killing the process stuck

          pgrep zabbix_server
          sudo kill -9 pid​ process

          Comment

          Working...