PDA

View Full Version : Check windows SMTP service


Simon
12-11-2004, 09:51
Is it possbile to check windows SMTP services using Zabbix?

Thanks for your suggestion

Alexei
12-11-2004, 10:05
Sure! Use simple check 'smtp'. See http://www.zabbix.com/manual_config_items.php for more details.

Simon
12-11-2004, 11:34
Thanks and I add it already.

And is it possible to trigger when smtp service is down for more than 5 mins? :confused:

LEM
12-11-2004, 12:03
And is it possible to trigger when smtp service is down for more than 5 mins? :confused:

Yes, use last(300). You should consult documentation (either the pdf bundled with the zabbix release of the online version
section talking about triggers (http://www.zabbix.com/manual_config_triggers.php) ).

The manual is always a good starting point to look for answers before posting here. Don't be afraid to use CTRL+F/google-search to parse it quickly :-)

Simon
12-11-2004, 12:16
Thanks for your help. :)