Hello fellows,
I need help with User parameters on Windows hosts.
It is very important to now what version is Firefox, Google Chrome and Adobe reader. I accomplished this task on Ubuntu Linux with UserParameter. For example:
UserParameter=firefox,firefox -v
UserParameter=chrome,google-chrome -version
UserParameter=Adobereader,acroread -v
Now I am faced on the challenge to do same configuration on Windows hosts, but with no luck. I use Zabbix Active Agent 2.4.4 win64 version.
Because of differences between Linux and Windows I installed Sigcheck on Windows host for verifying signatures and software versions. Also created .bat file with command : C:\Sigcheck>sigcheck.exe -n "c:\ProgramFoles (x86)\Mozila Firefox\firefox.exe"
The output is:
Sysinternals www.sysinternals.com
43.0.2
Create UserParameter=firefox,xxx.bat or UserParameter=firefox,C:\Sigcheck>sigcheck.exe -n "c:\ProgramFoles (x86)\Mozila Firefox\firefox.exe"
When I issue zabbix_agentd.exe -t firefox for example I receive [m|ZBX_NOTSUPPORTED] [UNSUPPORTED ITEM KEY.]
So how to teach zabbix active agent installed on windows hosts to send user parameters for this scenario.
BR!
I need help with User parameters on Windows hosts.
It is very important to now what version is Firefox, Google Chrome and Adobe reader. I accomplished this task on Ubuntu Linux with UserParameter. For example:
UserParameter=firefox,firefox -v
UserParameter=chrome,google-chrome -version
UserParameter=Adobereader,acroread -v
Now I am faced on the challenge to do same configuration on Windows hosts, but with no luck. I use Zabbix Active Agent 2.4.4 win64 version.
Because of differences between Linux and Windows I installed Sigcheck on Windows host for verifying signatures and software versions. Also created .bat file with command : C:\Sigcheck>sigcheck.exe -n "c:\ProgramFoles (x86)\Mozila Firefox\firefox.exe"
The output is:
Sysinternals www.sysinternals.com
43.0.2
Create UserParameter=firefox,xxx.bat or UserParameter=firefox,C:\Sigcheck>sigcheck.exe -n "c:\ProgramFoles (x86)\Mozila Firefox\firefox.exe"
When I issue zabbix_agentd.exe -t firefox for example I receive [m|ZBX_NOTSUPPORTED] [UNSUPPORTED ITEM KEY.]
So how to teach zabbix active agent installed on windows hosts to send user parameters for this scenario.
BR!
Finally found the solution.
Comment