plaese help me..
Ad Widget
Collapse
how to setup notification report from zabbix
Collapse
X
-
I'm assuming coreectly configured MTA on Zabbix server (which i out of scope of this forum)
Then workflow would be as follows:
1. Administration -> Media types: configure "Email":
Type: Email
SMTP server: localhost (usually)
SMTP hello: Zabbbix server hostname
SMTP email: usually any email of your choice (depends on MTA configuration)
2. Profile - Media, add EMail, set notification severity (for tests enable all), and set media as Enabled.
3. Ping has no trigger (I assume you have Linux template applied), so you have to configure it. Go to Configuration -> Hosts, select Hosts under breadcrumbs, then select group, where you have your host, then your host. Click on Triggers, and then Triggers - Create. Name you trigger "Cannot ping {HOSTNAME}", Expression would be "{Template_Linux:agent.ping.last(0)}=0" (it might be better for you to select it using expression builder, just clock on "Select" button), select severity and save.Comment
Comment