I want to monitor site A that only accepts requests for a certain URL if the requests originate from site B. I know wget has an option of downloading content protected by referrer like so
wget --referer=http://first_page http://second_page
Does anyone know of any nagios plugin that would make this possible or if check_http is capable of this?
From serverfault
Colin
-
From the check_http man page:
-k, --header=STRING Any other tags to be sent in http header. Use multiple times for additional headers
http://nagiosplugins.org/man/check_http
Colin : thanks a bunch, I guess RTFM would have been the correct answer to my question.From CarpeNoctem
0 comments:
Post a Comment