dougwilson / perl5-nagios-plugin-overhttp
- Source
- Commits
- Network (0)
- Downloads (26)
- Graphs
-
Tree:
0236898
| 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.

