Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_http_content (updated)
1.0
2013-04-29
- Nagios 3.x
GPL
46746
File | Description |
---|---|
check_http_content | check_http_content |
check_ntlm_http_content.sh | NTML Authentication support - non ssl |
working-web.sh | This version of web.sh works and uses elinks |
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!
Nagios script by CapSiDE SL - has been updated to generate graphs for pnp4nagios
#------------------------------------------------------------------------------
# Updated by Vahid Hedayati April 2013 - (improves nagios plugin result)
# Performance data for graphing added:
# 1. time taken in milli seconds
# 2. content size
# Also added url and pattern match in alert output to make it easier to
# identify actual issue
# This matches the check_http performance layout
# and produces graphs in the same way
#------------------------------------------------------------------------------
./check_http_content -U http://www.google.com -m google
CONTENT OK: EXPR google FOUND on http://www.google.com|time=0.338781118392944s;;;0.000000 size=10770B;;;0
Just updated working-web.sh with https configuration
./working-web.sh https://google.com google
SESSION CONTENT OK: URL https://google.com returned google|time=0.480383ms;;;;0 size=0B;;;0
./working-web.sh https://google.com google
SESSION CONTENT OK: URL https://google.com returned google|time=0.480383ms;;;;0 size=0B;;;0
Reviews (2)
bysimak, January 6, 2016
Doesn't work with Joomla 3.x websites.
When the string is not found the script returns the whole website html content. I use Ubuntu 12.0x.
When the string is not found the script returns the whole website html content. I use Ubuntu 12.0x.
bydhaff713, May 9, 2013
They both work great with an http address, but can either one work with an https address? If so, how?
Owner's reply
Hi Dhaff713 try the working-web.sh I have just added https will add it to the web.sh but take a look at github - noticed on 302 moved url's it does not work too well
Changed web.sh to use netcat rather than built in elinks command this will be very difficult to make work with https (netcat)
I will have a good think about this may end up writing the entire thing in java which will support all aspects with easy to use libraries