Exchange monitoring

Brian M. Weir brian at smarterliving.com
Tue Nov 25 17:35:27 CET 2003


> -----Mensagem original-----
> De: ForMatPrO ForMatPrO [mailto:formatpro at yahoo.co.uk]
> Enviada em: Tuesday, November 25, 2003 7:52 AM
> Para: nagios-users at lists.sourceforge.net
> Assunto: [Nagios-users] Exchange monitoring


> Does anyone monitor a MS exchange server?  Is there a
> plugin to do the monitoring?  What are the options?

> Thx,
> ForMatPrO

What I do is monitor the services associated with Exchange and IIS (Since the public store uses IIS):

Here are my check_nt service commands:

  ### This command checks the Exchange Information Store Process and the Exchange System Attendent Process

  define command{
        command_name    check_nt_exchange
        command_line    /usr/local/nagios/libexec/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -d SHOWALL -l MSExchangeIS,MSExchangeSA
        }

   ### This command makes sure that store.exe is running, which is need for Exchange to Work

   define command{
        command_name    check_nt_is_store
        command_line    /usr/local/nagios/libexec/check_nt -H $HOSTADDRESS$ -p 1248 -v PROCSTATE -d SHOWALL -l store.exe
        }

These are executed by my nagios server to the NT box using the NSClient.

Hope this helps,
Brian


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list