Hi,
I have created a script that counts the number of a process and I have added it to the zabbix_agentd.conf file. I can sucessfully use zabbix_get from the agent machine with localhost as the -s parameter
c:\zabbix\bin\win64\zabbix_get.exe -s localhost -k stimviewer.count
11
but when i try and use the IP address of the zabbix server i get no data back
c:\zabbix\bin\win64\zabbix_get.exe -s 10.15.x.x -k stimviewer.coun
In my zabbix_agentd.conf I do have the zabbix server defined for the Server= parameters.
any tips?
I have created a script that counts the number of a process and I have added it to the zabbix_agentd.conf file. I can sucessfully use zabbix_get from the agent machine with localhost as the -s parameter
c:\zabbix\bin\win64\zabbix_get.exe -s localhost -k stimviewer.count
11
but when i try and use the IP address of the zabbix server i get no data back
c:\zabbix\bin\win64\zabbix_get.exe -s 10.15.x.x -k stimviewer.coun
In my zabbix_agentd.conf I do have the zabbix server defined for the Server= parameters.
any tips?
and now it is working.
Comment