New Module IDEA

jeff vier jeff.vier at tradingtechnologies.com
Fri Mar 19 19:21:06 CET 2004


Here's your new multi-url checker plugin.  Drop it into your
nagios/libexec/ to use it.

Some features:
- Uses check_http, and thus supports all the arguments that that plugin
supports.
- You can check 'relative' URLs on one host, random URLs using "http://"
or "https://", or a mixture
- Processing is stopped after one 'baddie' so as not to waste cycles.
- URL list file supports #-denoted commenting for temporarily disabling
checking of given URLs
- Checks basic URL syntax (must start with "http://", "https://", or "/"
(with an additional -H/--hostname arg passed))
- proper help displayed with -h, --help, no args, or not found filename
as the first arg.
- Extensive commenting in the script (in case you want to tweak).

Nagios implementation (checkcommand def and service def examples) at the
top of the script.  Just view it with 'more' or 'less' or whatever your
pager-of-choice is.

Any other questions/comments/feature requests/bugs, just let me know.

--jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: check_http_many
Type: text/x-sh
Size: 5571 bytes
Desc: not available
URL: <https://www.monitoring-lists.org/archive/users/attachments/20040319/7d4d810d/attachment.sh>


More information about the Users mailing list