Skip to content

fhchstr/check_maxscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Usage

usage: check_maxscale [-h] --expected-number-of-servers
                      EXPECTED_NUMBER_OF_SERVERS
                      [--connections-threshold CONNECTIONS_THRESHOLD]
                      [--sessions-threshold SESSIONS_THRESHOLD] [--verbose]

Nagios check to monitor the MaxScale SQL proxy.

optional arguments:
  -h, --help            show this help message and exit
  --expected-number-of-servers EXPECTED_NUMBER_OF_SERVERS, -n EXPECTED_NUMBER_OF_SERVERS
                        Expected number of backend server
  --connections-threshold CONNECTIONS_THRESHOLD
                        Alert if a server has more connections than this
                        threshold (default 500)
  --sessions-threshold SESSIONS_THRESHOLD
                        Alert if there are more sessions than this threshold
                        (default 1000)
  --verbose, -v         Print detailed information

About

Nagios check for MariaDB MaxScale SQL proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages