oke... in my script there was this...
/etc/init.d/zabbix-agent
i changed it to
now i get the following...
if i start the service:
if i stop the service:
/etc/init.d/zabbix-agent
Code:
DAEMON=/usr/sbin/zabbix_agentd
Code:
DAEMON=/usr/bin/zabbix_agentd
if i start the service:
Code:
root@VMWARESERVER01:/usr/bin# /etc/init.d/zabbix-agent start Starting Zabbix Server: zabbix_agentd Wrong value of [RefreshActiveChecks] in line 47. Should be between 60 and 3600.
if i stop the service:
Code:
root@VMWARESERVER01:/usr/bin# /etc/init.d/zabbix-agent stop Stopping Zabbix Server: zabbix_agentd zabbix_agentd: no process killed
Comment