Home Directory Plugins Business Management and Logic SAP SAP HANA Database check health

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

SAP HANA Database check health

Rating
0 votes
Favoured:
0
Current Version
0.1
Last Release Date
2021-05-24
Compatible With
  • Nagios 4.x
License
GPL
Hits
5292
Files:
FileDescription
PREREQUISISTES.TXTPREREQUISISTES.TXT
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
SAP HANA Database check health
A Nagios plugin for monitoring SAP HANA database by SQL command and without installation on SAP server. You need just a user access with MONITORING role. (see PREREQUISITE.TXT file)

It will open the door to many idea to monitor health and Key Performance indicators !

The develpment has been with python and the code source is free.
This plugin allows to monitor :
CPU Usage
Memory Usage
Volume Usage
License (Valid and Usage)
Alerts
Backups
Running services
[...]

Help :
$ ./check_saphana_health.sh
usage: check_saphana_health.py [-h] --hostname HOSTNAME --username USERNAME
--password PASSWORD --sqlport SQLPORT --mode
MODE [--timeout TIMEOUT]

Examples :
$ ./check_saphana_health.sh --hostname --username --password --sqlport 30044 --mode backup_data
$ ./check_saphana_health.sh [..] --mode backup_log
$ ./check_saphana_health.sh [..] --mode db_data
$ ./check_saphana_health.sh [..] --mode cpu
$ ./check_saphana_health.sh [..] --mode mem_host
$ ./check_saphana_health.sh [..] --mode services_all
$ ./check_saphana_health.sh [..] --mode alert