Hello.
I'm running test server with zabbix 3.2 and I've noticed:
1) when I configure SMTP for the email - it doesn't work - according to the documentation, curl uses AUTH=PLAIN - which is not good, mail server is responding with: SASL PLAIN authentication failed
Is there a way to enable AUTH=LOGIN ?
2) When I use custom script and I put either under parameters e.g. {HOST.IP} OR directly under action when removing checkbox on default message - macro {HOST.IP} is not translated to the server IP, but instead I'm getting text {HOST.IP} when I echo $1 into some file - question is why?
I'm running test server with zabbix 3.2 and I've noticed:
1) when I configure SMTP for the email - it doesn't work - according to the documentation, curl uses AUTH=PLAIN - which is not good, mail server is responding with: SASL PLAIN authentication failed
Is there a way to enable AUTH=LOGIN ?
2) When I use custom script and I put either under parameters e.g. {HOST.IP} OR directly under action when removing checkbox on default message - macro {HOST.IP} is not translated to the server IP, but instead I'm getting text {HOST.IP} when I echo $1 into some file - question is why?
Comment