Hello
A have trigger that launches a remote command. The command execute the zabbix agent on the windows system. The command writes some text to a file.
This command works fine. But i would like to save the hostname to this file.
Something like this:
Is this possible via remote command?
A have trigger that launches a remote command. The command execute the zabbix agent on the windows system. The command writes some text to a file.
Code:
echo sometext > c:file.txt
Something like this:
Code:
echo {HOST.NAME} > c:file.txt
Comment