I want to create an email form in zabbix and call it from zabbix dashboard (e.g. on panel, where I have a list my scripts) and then send the email. How can I do it? version zabbix 4.0
Asked
Active
Viewed 267 times
1 Answers
1
In Zabbix 4.0 you can use a Script, but it cannot be a form: just a static command to send a predefine message through your CLI (see How to send email from Terminal?).
In Zabbix 5.0 you can use a Module, basically adding whatever you want to the UI.
Also note that Zabbix is not meant for this. Mail notifications are meant be be sent after an Event triggers an Action.

Iron Bishop
- 1,749
- 1
- 7
- 16
-
Tnx for question! I will try to update Zabbix 4.0 and use Module. – Sv. Jul 19 '20 at 06:19