dougwilson / perl5-nagios-plugin-overhttp
- Source
- Commits
- Network (0)
- Downloads (26)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Feb 02 19:52:22 -0800 2010 | |
| |
Changes | Sun Oct 25 23:05:46 -0700 2009 | |
| |
Changes.mkdn | Sun Oct 25 23:05:46 -0700 2009 | |
| |
MANIFEST | Tue Feb 02 19:39:09 -0800 2010 | |
| |
MANIFEST.SKIP | Tue Feb 02 19:52:22 -0800 2010 | |
| |
META.yml | Tue Feb 02 19:55:01 -0800 2010 | |
| |
Makefile.PL | Tue Feb 02 19:55:01 -0800 2010 | |
| |
README | Sun Oct 25 15:30:46 -0700 2009 | |
| |
README.mkdn | Sun Oct 25 15:30:46 -0700 2009 | |
| |
bin/ | Sun Oct 25 15:30:46 -0700 2009 | |
| |
inc/ | Mon Feb 01 07:41:40 -0800 2010 | |
| |
lib/ | Sun Feb 07 18:25:59 -0800 2010 | |
| |
t/ | Mon Feb 01 08:40:16 -0800 2010 | |
| |
xt/ | Tue Feb 02 19:39:09 -0800 2010 |
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.
