check_apache_balancer_members: Update to cfa70e2
This commit is contained in:
parent
2b07b2053d
commit
36649d7285
4 changed files with 13 additions and 12 deletions
|
@ -7,18 +7,15 @@ Subject: [PATCH] Adding support for Monitoring::Plugin
|
|||
check_apache_balancer_members.pl | 25 +++++++++++++++++++++++--
|
||||
1 file changed, 23 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/check_apache_balancer_members/check_apache_balancer_members b/check_apache_balancer_members/check_apache_balancer_members
|
||||
index e83ff68..3c811fd 100644
|
||||
--- a/check_apache_balancer_members/check_apache_balancer_members
|
||||
+++ b/check_apache_balancer_members/check_apache_balancer_members
|
||||
@@ -3,10 +3,31 @@
|
||||
use warnings;
|
||||
@@ -4,9 +4,30 @@
|
||||
use LWP::Simple;
|
||||
use Data::Dump qw(dump); #libdata-dump-perl
|
||||
-use Nagios::Plugin; #libnagios-plugin-perl
|
||||
use Web::Scraper; #libweb-scraper-perl
|
||||
-use Monitoring::Plugin; #libmonitoring-plugin-perl
|
||||
|
||||
-my $np = Nagios::Plugin->new(
|
||||
-my $np = Monitoring::Plugin->new(
|
||||
+sub load_module {
|
||||
+ my @names = @_;
|
||||
+ my $module;
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
|
@ -1,4 +1,4 @@
|
|||
check_apache_balancer_members/MonitoringPlugin
|
||||
check_apache_balancer_members/NagiosPlugins
|
||||
check_apache_balancer_members/epn
|
||||
check_ipsec/10_pathes
|
||||
check_ipsec/15_fix_syntax
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue