Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check curl authenticate

Rating
4 votes
Favoured:
0
Owner
Hits
109840
Files:
FileDescription
check_curl.phpcheck_curl.php
Nagios CSP

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 check_curl2 here on Nagios Exchange. Adds support for HTTP basic, digest, gssnegotiate and ntlm authentication. Also you can specify multiple grep strings and it will check for them all.
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.
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.