Hi Folks,
I have one question for you.
I'm have configired Slack notification and I have configured trigger and actions for MySQL service.
Trigger is set if MySQL down, Action send Slack notification.
That's works perfectly.
But... I have problem if I want to send in that's notification value from some other check, on example system.cpu.load[,avg1]
Can I send different check value in notification messages ?
On example I want notification like this:
PROBLEM:test-zabbix:MySQL is down.
Host: test-zabbix
MySQL is down
Processor load is: {HOST.HOST:system.cpu.load[,avg1].last()}
Available memory is: ....
Thank you in advanced.
I have one question for you.
I'm have configired Slack notification and I have configured trigger and actions for MySQL service.
Trigger is set if MySQL down, Action send Slack notification.
That's works perfectly.
But... I have problem if I want to send in that's notification value from some other check, on example system.cpu.load[,avg1]
Can I send different check value in notification messages ?
On example I want notification like this:
PROBLEM:test-zabbix:MySQL is down.
Host: test-zabbix
MySQL is down
Processor load is: {HOST.HOST:system.cpu.load[,avg1].last()}
Available memory is: ....
Thank you in advanced.
Comment