Hello. I have configured an action to email our support email upon trigger problem status. Specifically, with these two conditions:
Maintenance status not in "maintenance"
Trigger value = "PROBLEM"
and this operation:
Send message to users: Admin
with delay set to Immediately, period - default, and steps 1-0
set however to no user groups.
oh and event acknowledged = not ack
This is in a company, and there are some various properties that we use. For example, in a tool that we have to monitor Gigaspaces Processing Units, we have some of these settings (with sensitive info blotted out/changed):
smtp.host=smtprr.company.com
smtp.port=25
Are there specific compile flags I should have watched out for? Any in curl either as I had to compile that by hand. FTR, we are using RHEL 2.6.9-55.ELsmp.
As far as settings go, I looked through the /usr/etc/zabbix_server.conf and found nothing about email or smtp or anything like that.
Would I need to do extra configuration in the /etc/php/php.ini ? Or are there extra development packages that I might need from redhat (as I've already discovered I've needed just to compile this stuff) ?
Thank you for your help.
Maintenance status not in "maintenance"
Trigger value = "PROBLEM"
and this operation:
Send message to users: Admin
with delay set to Immediately, period - default, and steps 1-0
set however to no user groups.
oh and event acknowledged = not ack
This is in a company, and there are some various properties that we use. For example, in a tool that we have to monitor Gigaspaces Processing Units, we have some of these settings (with sensitive info blotted out/changed):
smtp.host=smtprr.company.com
smtp.port=25
Are there specific compile flags I should have watched out for? Any in curl either as I had to compile that by hand. FTR, we are using RHEL 2.6.9-55.ELsmp.
As far as settings go, I looked through the /usr/etc/zabbix_server.conf and found nothing about email or smtp or anything like that.
Would I need to do extra configuration in the /etc/php/php.ini ? Or are there extra development packages that I might need from redhat (as I've already discovered I've needed just to compile this stuff) ?
Thank you for your help.
Comment