Good day
I have been giving the responsibility of managing Zabbix at my work. I upgraded our server successfully to 4.4.6 and i built a new Cent OS 7 Zabbix proxy in a remote office. However after installing the Zabbix proxy and starting the service i noticed this error when checking the proxy service status
Can't open PID file /run/zabbix/zabbix_proxy.pid (yet?) after start: No such file or directory
Should i be worried about this?
Also i noticed on the server frontend the proxy does not seem to be reporting yet. Last seen shows as never.
[root@atlprdmon01 zabbix]# systemctl status zabbix-proxy.service -l
● zabbix-proxy.service - Zabbix Proxy
Loaded: loaded (/usr/lib/systemd/system/zabbix-proxy.service; disabled; vendor preset: disabled)
Active: active (running) since Wed 2020-02-26 11:08:42 CST; 437ms ago
Process: 4050 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 4052 ExecStart=/usr/sbin/zabbix_proxy -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 4054 (zabbix_proxy)
CGroup: /system.slice/zabbix-proxy.service
└─4054 /usr/sbin/zabbix_proxy -c /etc/zabbix/zabbix_proxy.conf
Feb 26 11:08:42 atlprdmon01.usatl.price.corp systemd[1]: zabbix-proxy.service holdoff time over, scheduling restart.
Feb 26 11:08:42 atlprdmon01.usatl.price.corp systemd[1]: Stopped Zabbix Proxy.
Feb 26 11:08:42 atlprdmon01.usatl.price.corp systemd[1]: Starting Zabbix Proxy...
Feb 26 11:08:42 atlprdmon01.usatl.price.corp systemd[1]: Can't open PID file /run/zabbix/zabbix_proxy.pid (yet?) after start: No such file or directory
Feb 26 11:08:42 atlprdmon01.usatl.price.corp systemd[1]: Started Zabbix Proxy.
I have been giving the responsibility of managing Zabbix at my work. I upgraded our server successfully to 4.4.6 and i built a new Cent OS 7 Zabbix proxy in a remote office. However after installing the Zabbix proxy and starting the service i noticed this error when checking the proxy service status
Can't open PID file /run/zabbix/zabbix_proxy.pid (yet?) after start: No such file or directory
Should i be worried about this?
Also i noticed on the server frontend the proxy does not seem to be reporting yet. Last seen shows as never.
[root@atlprdmon01 zabbix]# systemctl status zabbix-proxy.service -l
● zabbix-proxy.service - Zabbix Proxy
Loaded: loaded (/usr/lib/systemd/system/zabbix-proxy.service; disabled; vendor preset: disabled)
Active: active (running) since Wed 2020-02-26 11:08:42 CST; 437ms ago
Process: 4050 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 4052 ExecStart=/usr/sbin/zabbix_proxy -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 4054 (zabbix_proxy)
CGroup: /system.slice/zabbix-proxy.service
└─4054 /usr/sbin/zabbix_proxy -c /etc/zabbix/zabbix_proxy.conf
Feb 26 11:08:42 atlprdmon01.usatl.price.corp systemd[1]: zabbix-proxy.service holdoff time over, scheduling restart.
Feb 26 11:08:42 atlprdmon01.usatl.price.corp systemd[1]: Stopped Zabbix Proxy.
Feb 26 11:08:42 atlprdmon01.usatl.price.corp systemd[1]: Starting Zabbix Proxy...
Feb 26 11:08:42 atlprdmon01.usatl.price.corp systemd[1]: Can't open PID file /run/zabbix/zabbix_proxy.pid (yet?) after start: No such file or directory
Feb 26 11:08:42 atlprdmon01.usatl.price.corp systemd[1]: Started Zabbix Proxy.
Comment