Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check curl authenticate
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Based on CURL check script and check_curl2 here on Nagios Exchange.
Adds support for any authentication method that curl supports (check http://php.net/manual/en/function.curl-setopt.php under the CURLOPT_HTTPAUTH option for details).
As of this writing cURL supports basic, digest, gssnegotiate and NTML.
Also added support for requiring multiple strings by allowing multiple -G arguments.
Adds support for any authentication method that curl supports (check http://php.net/manual/en/function.curl-setopt.php under the CURLOPT_HTTPAUTH option for details).
As of this writing cURL supports basic, digest, gssnegotiate and NTML.
Also added support for requiring multiple strings by allowing multiple -G arguments.
Reviews (1)
byGldRush98, April 14, 2018
The ability to check for multiple stings in one go is a big advantage over the stock check_http plugin. Worked without issue.