Hi!
I have a problem with my company's zabbix 4.0, which stopped sending notifications after a hardware reduction in the equipment.
We have two scripts that send email and messages via telegram, but they stopped working, accusing "Timeout", I tried to use the standard...
Search Result
Collapse
4 results in 0.0034 seconds.
Keywords
Members
Tags
-
Zabbix 3.4.3 - AlertScriptsPath Ignored
Wanted to post this as a bug report as I've validated on my dev and production ZBX systems.
In my zabbix 3.2 environment, we place our alert scripts in /usr/lib/zabbix/alertscripts
root@null:/usr/lib/zabbix/alertscripts# ls -l /usr/lib/zabbix/
total 8
drwxr-xr-x... -
Parsing {ALERT.MESSAGE} when used as a parameter in a media type
I have a python script defined in a media type and am using the {ALERT.MESSAGE} macro to pass arguments for the script.
When this is triggered in zabbix it sends the entire string of arguments as one argument to the script.
Contents of message are:
-H "{HOST.NAME}"... -
Macro {DATE} - Script Sendemail
Olá Pessoal,
Tenho como padrão uma ação no zabbix, que envia uma mensagem em html para e-mail, assim que houver um incidente em um determinado host, utilizando o sendemail. Na macro {DATE} quando o script envia a mensagem, na log e no envio do e-mail, retorna no padrão americano...