This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 02368981aaf9ca2be8a179bde9e3567211578b5c
tree cf513dc824cc1f70fb90c5ce2e38cd920c1a1a09
parent f99f955a0825a34c34f34a62fbca8b3e558d6f34
tree cf513dc824cc1f70fb90c5ce2e38cd920c1a1a09
parent f99f955a0825a34c34f34a62fbca8b3e558d6f34
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Changes | ||
| |
Changes.mkdn | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
META.yml | ||
| |
Makefile.PL | ||
| |
README | ||
| |
README.mkdn | ||
| |
bin/ | ||
| |
inc/ | ||
| |
lib/ | ||
| |
t/ | ||
| |
xt/ |
README.mkdn
Nagios-Plugin-OverHTTP version 0.13
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
This module also comes with a check_over_http Nagios plugin, which is located in bin/ and you will want to copy that over to your Nagios plugins directory (usually /usr/local/libexec/nagios/)
cp bin/check_over_http /usr/local/libexec/nagios/
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc Nagios::Plugin::OverHTTP
You can also look for information at:
COPYRIGHT AND LICENCE
Copyright 2009 Douglas Christopher Wilson.
This program is free software; you can redistribute it and/or modify it under the terms of either:
the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or
the Artistic License version 2.0.








