I have configured Zabbix agent on a Windows Server 2012 host with scripts to provide RAID status:
UserParameter=areca_raid.discovery,C:\cygwin64\bin \bash.exe "C:\Program Files\Zabbix Agent\scripts-areca\areca-discover.sh" 2> nul
UserParameter=areca_raid.state[*],C:\cygwin64\bin\bash.exe "C:\Program Files\Zabbix Agent\scripts-areca\areca-status.sh" $1 2> nul
A template was added and the operation of the scripts was checked with zabbix_get from the server, for both discovery and state. All looks good so far. But the server never polls the agent. It is enabled. There is nothing in the logs for the server and agent to indicate an issue or that there was a query of the agent for specified items. ngrep was deployed over night revealing no queries for the same. And of course no data appears in the GUI, as if the configuration does not exist, even when "Show items without data" is enabled.
Zabbix server and agent are 4.0.
Regards,
David
UserParameter=areca_raid.discovery,C:\cygwin64\bin \bash.exe "C:\Program Files\Zabbix Agent\scripts-areca\areca-discover.sh" 2> nul
UserParameter=areca_raid.state[*],C:\cygwin64\bin\bash.exe "C:\Program Files\Zabbix Agent\scripts-areca\areca-status.sh" $1 2> nul
A template was added and the operation of the scripts was checked with zabbix_get from the server, for both discovery and state. All looks good so far. But the server never polls the agent. It is enabled. There is nothing in the logs for the server and agent to indicate an issue or that there was a query of the agent for specified items. ngrep was deployed over night revealing no queries for the same. And of course no data appears in the GUI, as if the configuration does not exist, even when "Show items without data" is enabled.
Zabbix server and agent are 4.0.
Regards,
David
Comment