Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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.