Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.07 KB

check_springboot

PyPI version

An Spring Boot availability and performance monitoring plugin for Nagios.

How it works

This plugin works by submitting API requests to a local or remote Spring Boot server. This plugin calls spring boot health API and check the status is UP or not.

Installation

You might need to run this command as root (depends on your permission settings)

pip install check_springboot

Usage:

check_springboot [options]

Options:
  -h, --help            show this help message and exit
  --host=HOST           Hostname or network address to probe. The
                        Spring Boot Service should be listening here.
  --port=PORT  			TCP port to probe. Spring Boot API should be
                        listening here.

Requirements

  • Python 2.6, 2.7, 3.0, 3.2 3.3, 3.4
  • requests