Build precise queries to find exactly what you need
Press ESC to close
@wilcoNL
Favorites0
Views
Projects0
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.
Reviewed 13 years ago