Skip to content

enemarke/check_springboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

check springboot app Nagios plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%