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
4597
Files:
FileDescription
PREREQUISISTES.TXTPREREQUISISTES.TXT
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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