Ad Widget

Collapse

Zabbix Proxy does not start

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

    #1

    Zabbix Proxy does not start

    Hi
    I installed Zabbix Proxy on Ubuntu server (trusty). When I want to start the service, I use this command: "service zabbix-proxy start" but it doesn't start zabbix-proxy and show anything in its log file!
    Then when I simply run the service by this command: "zabbix_proxy", it shows a line in its log file: "cannot create PID file [/var/run/zabbix/zabbix_proxy.pid]: [2] No such file or directory".
    Do you now what is the problem? Between I'm using zabbix 3.0 and my database is MySQL.

    Thanks.
    Aty
  • kloczek
    Senior Member
    • Jun 2006
    • 1771

    #2
    What shows "ls -ld /var/run/zabbix"?
    http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
    https://kloczek.wordpress.com/
    zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
    My zabbix templates https://github.com/kloczek/zabbix-templates

    Comment

    • Raulmadrid
      Junior Member
      • Apr 2016
      • 3

      #3
      Originally posted by kloczek
      What shows "ls -ld /var/run/zabbix"?
      drwxr-xr-x 2 zabbix zabbix 40 Apr 13 01:41 /var/run/zabbix/

      Comment

      Working...