If you run the Zabbix collector on a different server rather than the frontend, the zabbix server status say "No" for running state. It looks like the ps command is used to determine if zabbix is running which would not work on the web server frontend if the zabbix_server daemon runs on another box. I wonder if "zabbix_get" can be used to test the running condition on a remote collector?
Example output:
ZABBIX server is running No -
Example output:
ZABBIX server is running No -
Comment