Because the ZBX server cannot have access to the internet, and we want to trigger an alert script from another server that has free access.
Ad Widget
Collapse
Can I add an alert script from an external location?
Collapse
X
-
An action could be configured to run a command on the server with the access. https://www.zabbix.com/documentation...remote_command -
It would be a great solution if it were possible to pass macros on the remote. I left:An action could be configured to run a command on the server with the access. https://www.zabbix.com/documentation...remote_command
/opt/zabbix-hangout.sh {ALERT.SUBJECT} {ALERT.MESSAGE} and the Zabbix Agent on the remote server is literally getting this.Comment
-
I just saw that only the {ALERT.SUBJECT} and {ALERT.MESSAGE} macros do not work, the others work on the command. Your great solution helped me!Comment
Comment