NagiosEnterprises / check_mssql_collection

Suite of Plugins For MSSQL Checks
http://www.nagios.com
GNU General Public License v2.0
26 stars 21 forks source link

Help improvements #14

Open box293 opened 7 years ago

box293 commented 7 years ago

The help should explain that Warning and Critical use the Nagios Plugin Threshold standards. I assume this is the case, the code doesn't have any comments and my Python knowledge isn't that great.

/usr/local/nagios/libexec/check_mssql_server.py --help
Usage: check_mssql_server.py -H hostname -U user -P password -T table --mode

xxxxxx

  Nagios Plugin Information:
    -w WARNING, --warning=WARNING
                        Specify warning range.
    -c CRITICAL, --critical=CRITICAL
                        Specify critical range.

Same appears for check_mssql_database.py.