If I create an item in Zabbix as type Zabbix agent and system.run as the key, is there any way to have Zabbix copy a powershell script to the server instead of it needing to already exist there?
Here is the expression in the Key field: system.run[powershell.exe -command c:\scripts\get-ipv6status.ps1]
And this does work if the script already exists.
I assume that the scripts under Administration -> Script in no way tie in with items?
Thanks,
David
Here is the expression in the Key field: system.run[powershell.exe -command c:\scripts\get-ipv6status.ps1]
And this does work if the script already exists.
I assume that the scripts under Administration -> Script in no way tie in with items?
Thanks,
David
Comment