Hello,
I have zabbix in d:\program files\zabbix
Installed with this command:
d:
cd d:\program files\Zabbix
zabbix_agentd.exe --config "d:\program files\Zabbix\zabbix_agentd.conf" --install
net start "Zabbix Agent"
I'm trying to remove with this:
zabbix_agentd.exe --config "d:\program files\Zabbix\zabbix_agentd.conf" --remove
But I get:
!!Attention Zabbix Agent Runned as console application Attention!!
The service remains in whatever state it was in before.
Thanks in advance.
Sam
I have zabbix in d:\program files\zabbix
Installed with this command:
d:
cd d:\program files\Zabbix
zabbix_agentd.exe --config "d:\program files\Zabbix\zabbix_agentd.conf" --install
net start "Zabbix Agent"
I'm trying to remove with this:
zabbix_agentd.exe --config "d:\program files\Zabbix\zabbix_agentd.conf" --remove
But I get:
!!Attention Zabbix Agent Runned as console application Attention!!
The service remains in whatever state it was in before.
Thanks in advance.
Sam
Comment