Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1 KB

README.md

File metadata and controls

34 lines (19 loc) · 1 KB

check_braintower

Plugin to check signal strength of Braintower SMS gateways.

Usage

usage: check_braintower [-h] -H HOSTNAME [-T TIMEOUT] [-Q QUEUE] [-F FAIL]
                    [--signal-warning SIGNAL_WARNING]
                    [--signal-critical SIGNAL_CRITICAL] [--ssl-insecure]
                    [--protocol PROTOCOL]

Example

./check_braintower -H 192.168.1.1 --signal-warning -85 --signal-critical -90

BRAINTOWER OK - que: 0 failed: 0 signal: -83db total: 0 state: Idle load: 0;0.03;0.05 time: 1451320254 disk free: 647569408 uptime: 9 min, 0 users

Advanced

To connect to the HTTP endpoint (unencrypted) you can use --protocol=http. Since firmware version 4.0 HTTPS is the default. I you using self-certified certificates on the appliance, use --ssl-insecure to disable verification.

Copyright

(c) 2018, NETWAYS GmbH, [email protected]

License

GPL Version 2, see head of the plugin file for more information.

Version

1.4.1