Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
wilcoNL
There is a little problem in the source which prevented me from running it with Nagios 3.4 core.
Just change the following:
if($_ =~ /service {/){
$is_service = 1;
}
into
if($_ =~ /servicestatus {/){
$is_service = 1;
}
And it run like a charm.
Nice program to have.
Just change the following:
if($_ =~ /service {/){
$is_service = 1;
}
into
if($_ =~ /servicestatus {/){
$is_service = 1;
}
And it run like a charm.
Nice program to have.