SNMP BlackBerry® Enterprise Server (BES)

Description

Monitors several global counter statistics and system health counters for a BlackBerry Enterprise Server.

Profile Package

This package includes the following files:

  • Profile definitionservice-profile-snmp-blackberry-enterprise-server.xml

  • Plugin script (installed on the GroundWork server): check_snmp

Installation

GroundWork Monitor includes many monitoring profiles for a variety of devices, systems and applications. Some profiles are pre-imported on a new GroundWork installation and others are distributed with the product. The configuration tool is used to import updated profiles and profiles that require additional setup, services can also be imported, see Importing Profiles.

Services Configuration

For plugin details you can run the service help command from within the nagios container. For example: Get to the nagios container from the gw8 directory: docker-compose exec -u 1000 nagios bash, then to the libexec directory: cd /usr/local/nagios/libexec, and enter a service help command e.g., ./check_snmp --help to receive help content.

Service/Command Line/Plugin CommandCommand Parameters

This column lists the Service Definition name, Service Command name with arguments to be passed to the plugin, and the Plugin Command line which is the plugin script called by Nagios for the service.

Command parameters are in the configuration services section with the following names and default values.

  • snmp_besSysHealthMsgErrors

  • check_snmp_thresh!.1.3.6.1.4.1.3530.5.25.1.10.1!0:1000!0:2000

  • $USER1$/check_snmp -H $HOSTADDRESS$ -o "$ARG1$" -w "$ARG2$" -c "$ARG3$" -C '$USER7$'

The total number of messages that were non-deliverable to handhelds because of an error.

  • $ARG1$: Object Identifier (OID) to query

  • $ARG2$: Warning threshold.

  • $ARG3$: Critical threshold.

  • snmp_besSysHealthMsgFromHandheld

  • check_snmp!1.3.6.1.4.1.3530.5.25.1.22.1! !

  • $USER1$/check_snmp -H $HOSTADDRESS$ -o "$ARG1$" -r "$ARG2$" -l "$ARG3$" -C '$USER7$'

The total number of messages that were sent from handhelds since startup; this total does not include calendar items.

  • $ARG1$: Object Identifier (OID) to query

  • $ARG2$: Regular expression to match.

  • $ARG3$: Prefix label for output.

  • snmp_besSysHealthMsgPending

  • check_snmp_MOS! .1.3.6.1.4.1.3530.5.25.1.21.1!ARG2!ARG3

  • $USER1$/check_snmp -H $HOSTADDRESS$ -o "$ARG1$" -w "$ARG2$" -c "$ARG3$" -C '$USER7$'

The total number of messages that are pending delivery to handhelds.

  • $ARG1$: Object Identifier (OID) to query

  • $ARG2$: Warning threshold.

  • $ARG3$: Critical threshold.

  • snmp_besSysHealthMsgToHandheld

  • check_snmp!.1.3.6.1.4.1.3530.5.25.1.21.1! !

  • $USER1$/check_snmp -H $HOSTADDRESS$ -o "$ARG1$" -r "$ARG2$" -l "$ARG3$" -C '$USER7$'

The total number of messages that passed the filter criteria and were forwarded to handhelds; this total does not include calendar items.

  • $ARG1$: Object Identifier (OID) to query

  • $ARG2$: Regular expression to match.

  • $ARG3$: Prefix label for output

  • snmp_besSysHealthMsgTotalProc

  • check_snmp!.1.3.6.1.4.1.3530.5.25.1.20.1! !

  • $USER1$/check_snmp -H $HOSTADDRESS$ -o "$ARG1$" -r "$ARG2$" -l "$ARG3$" -C '$USER7$'

The total number of messages that the BlackBerry Enterprise Server has processed since startup; this total includes messages that were sent to the handheld, ent from the handheld, or not forwarded to the handheld because they were filtered.

  • $ARG1$: Object Identifier (OID) to query

  • $ARG2$: Regular expression to match.

  • $ARG3$: Prefix label for output

  • snmp_besSysHealthSrpConnectedState

  • check_snmp_BES!1.3.6.1.4.1.3530.5.25.1.10.1!1

  • $USER1$/check_snmp -H $HOSTADDRESS$ -o "$ARG1$" -s "$ARG2$" -C '$USER7$'

Indicates whether the BlackBerry Enterprise Server is connected to the wireless network.

  • $ARG1$: Object Identifier (OID) to query

  • $ARG2$: String to match in output

  • snmp_besSysHealthSrpReconnectsFail

  • check_snmp_thresh!.1.3.6.1.4.1.3530.5.25.1.13.1!0:0!0:1

  • $USER1$/check_snmp -H $HOSTADDRESS$ -o "$ARG1$" -w "$ARG2$" -c "$ARG3$" -C '$USER7$'

The number of times that the BlackBerry Enterprise Server has attempted, but failed, to connect to the wireless network since startup.

  • $ARG1$: Object Identifier (OID) to query

  • $ARG2$: Warning threshold.

  • $ARG3$: Critical threshold.

  • snmp_besTotMsgsPending

  • check_snmp_thresh!.1.3.6.1.4.1.3530.5.25.1.202.1!0:10000!0:20000

  • $USER1$/check_snmp -H $HOSTADDRESS$ -o "$ARG1$" -w "$ARG2$" -c "$ARG3$" -C '$USER7$'

The total number of messages that are queued for delivery to handhelds.

  • $ARG1$: Object Identifier (OID) to query

  • $ARG2$: Warning threshold.

  • $ARG3$: Critical threshold.

  • snmp_besTotMsgsRecvdPerMin

  • check_snmp_thresh!.1.3.6.1.4.1.3530.5.8.0!0:100!0:200

  • $USER1$/check_snmp -H $HOSTADDRESS$ -o "$ARG1$" -w "$ARG2$" -c "$ARG3$" -C '$USER7$'

The total number of messages that were delivered to handhelds each minute; this value is averaged from the last 10 minutes of processing.

  • $ARG1$: Object Identifier (OID) to query

  • $ARG2$: Warning threshold.

  • $ARG3$: Critical threshold.

  • snmp_besTotMsgsSentPerMin

  • check_snmp_thresh!.1.3.6.1.4.1.3530.5.7.0!0:100!0:200

  • $USER1$/check_snmp -H $HOSTADDRESS$ -o "$ARG1$" -w "$ARG2$" -c "$ARG3$" -C '$USER7$'

The total number of messages that were sent from handhelds each minute; this value is averaged from the last 10 minutes of processing.

  • $ARG1$: Object Identifier (OID) to query

  • $ARG2$: Warning threshold.

  • $ARG3$: Critical threshold.

Related Resources