Hi to all.
I'm new to Zabbix and what is totally unclear to me is ho $1 variable woks.
For example
conf file
UserParameter=skype.pool.check[*], C:\programdata\zabbix\scripts\bin\skype_pool_check .bat "$1" "$2"
bat file
powershell.exe -ExecutionPolicy RemoteSigned %~dp0skype_pool_check.ps1 -PoolName %1 -Test %2
I'm new to Zabbix and what is totally unclear to me is ho $1 variable woks.
For example
conf file
UserParameter=skype.pool.check[*], C:\programdata\zabbix\scripts\bin\skype_pool_check .bat "$1" "$2"
bat file
powershell.exe -ExecutionPolicy RemoteSigned %~dp0skype_pool_check.ps1 -PoolName %1 -Test %2