Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_sap_health

Rating
0 votes
Favoured:
0
Current Version
1.1.1
Last Release Date
2014-04-23
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Owner
License
GPL
Hits
31045
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_sap_health
check_sap_health is a new plugin written in Perl. Out of the box it can be used to monitor the connectivity and CCMS metrics. It also provides an API which can be used to dynamically extend the plugin with self-written Perl snippets. This allows the implementation of custom RFC/BAPI calls in a few lines of code, so that monitoring of business logic and enterprise-specific functions is a breeze.
$ check_sap_health --ashost 172.24.0.195 --sysnr 42 --username NAGIOS --password *** --mode connection-time
OK - 0.06 seconds to connect as NAGIOS@NPL|'connection_time'=0.06;1;5;;

$ check_sap_health … --mode ccms-mte-check --name "SAP CCMS Monitor Templates" --name2 "Enqueue" --name3 "NPL#Enqueue#Enqueue Server#Total Lock Time" --separator "#"
OK - Total Lock Time = 0.188 s | 'Enqueue Server_Total Lock Time'=0.18s;;;;

$ check_sap_health --with-mymodules-dyn-dir $USER4/etc/check_sap_health --mode my-bapi-bpgetlist --name A000000001
OK - BAPI_BUPA_CENTRAL_GETDETAIL is OK, found partner ConSol* Software GmbH, runtime was 0.14s | 'runtime'=0.14;5;10;;

$ check_sap_health … --with-mymodules-dyn-dir $OMD_ROOT/etc/check_sap_health --mode my-snap-dumps-check
CRITICAL - 2 new shortdumps appeared between 20140509 171649 and 20140513 164249


On the homepage of the plugin you'll find the link to a presentation. In this presentation (in german, but you surely get the idea by looking at the cmdline/code samples.) you'll find instructions how to build the plugin)