Check Exchange Queues
Ray La Peyre
ray.lapeyre at itng.com.au
Fri Jun 30 07:38:32 CEST 2006
Is there any configuration I need to make on the Exchange Server? (other
than installing NSClient)
I have setup this up on the nagios box but I am just getting:
0 messages queued
Performance Data: '%.0f messages queued'=0.000000%;10.000000;15.000000
No matter how many messages are in the queue
This is the check command that I am using:
check_command nt_exch_outq!10!15
Thanks
________________________________
From: Steve Shipway [mailto:s.shipway at auckland.ac.nz]
Sent: Friday, 30 June 2006 1:32 PM
To: Ray La Peyre; nagios-users at lists.sourceforge.net
Subject: RE: [Nagios-users] Check Exchange Queues
Here's my checkcommands.cfg section:
#
# Exchange Server
#
define command {
command_name nt_exch_throughput
command_line $USER1$/check_nt -H $HOSTADDRESS$ -v COUNTER -l
"\\MSExchangeMTA\\Messages/Sec","%.2f messages/sec" -w $ARG1$ -c $ARG2$
}
define command {
command_name nt_exch_inq
command_line $USER1$/check_nt -H $HOSTADDRESS$ -v COUNTER -l
"\\MSExchangeIMC\\Queued Inbound","%.0f messages queued" -w $ARG1$ -c
$ARG2$
}
define command {
command_name nt_exch_outq
command_line $USER1$/check_nt -H $HOSTADDRESS$ -v COUNTER -l
"\\MSExchangeIMC\\Queued Outbound","%.0f messages queued" -w $ARG1$ -c
$ARG2$
}
Steve
I am monitoring a Windows server that has Exchange Server 2003.
I am checking (using NSClient) the Information store service but would
like to check on the queues. Is anyone doing this at the moment or knows
how to?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20060630/5e6846b3/attachment.html>
-------------- next part --------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
-------------- next part --------------
_______________________________________________
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