I used the Monitoring Wizard to setup Exchange 2010 monitoring. After doing so I noticed that the Remote Queue Length service always reports the queue at 0 even though I see that there are messages in the queue when the service is run. Also noticed that there isn't a graph of results and therefore i'm unable to identify if it ever reports anything but 0.
How can I ensure that this is working? Our environment has 225 active mailboxes and there should be times when the queue is more than 0.
Same applies to the Messages Pending Routing monitor. It is also always 0 with no graph.
Remote Queue Length Config
Code: Select all
###############################################################################
#
# Service configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2014-03-20 09:38:50
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios QL will overwite all manual settings during the next update
#
###############################################################################
define service {
host_name Mis1MsMf01,Mis1MsMf02
service_description SVC - Exchange Remote Queue Length
use xiwizard_windowsserver_nsclient_service
check_command check_xi_service_nsclient!S3rv3rk3y!COUNTER!-l "\\SMTP Server(_Total)\\Remote Queue Length" -w 25 -c 50!!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contact_groups IT Infrastructure 24-7 Email
_xiwizard exchange
register 1
}
###############################################################################
#
# Service configuration file
#
# END OF FILE
#
###############################################################################
Code: Select all
###############################################################################
#
# Service configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2014-03-20 09:37:55
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios QL will overwite all manual settings during the next update
#
###############################################################################
define service {
host_name Mis1MsMc01,Mis1MsMc02,Mis1MsMf01,Mis1MsMf02
service_description SVC - Exchange Messages Pending Routing
use xiwizard_windowsserver_nsclient_service
check_command check_xi_service_nsclient!S3rv3rk3y!COUNTER!-l "\\SMTP Server(_Total)\\Messages Pending Routing" -w 25 -c 100!!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contact_groups IT Infrastructure 24-7 Email
_xiwizard exchange
register 1
}
###############################################################################
#
# Service configuration file
#
# END OF FILE
#
###############################################################################