xWyatt / check_rest_api

Nagios Core plugin to check output from a RESTful JSON API
GNU General Public License v3.0
11 stars 5 forks source link

Add support for reading auth-basic info from a file #8

Closed dongursli closed 3 years ago

dongursli commented 4 years ago

Now this is done when command is run and therefore password is shown in ps

 -b, --auth-basic=<username>:<password>
    Uses HTTP Basic authentication
xWyatt commented 3 years ago

I've added this feature to the current release (1.1.0).

Thanks for the suggestion! W