Random Project

Little change

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.