Build precise queries to find exactly what you need
Press ESC to close
@mucwegatron
Favorites0
Views309
Projects1
Fantastic work und respect. You need to make small change to work with Perl v5.18. Line 327 was: print "@_" if (defined @_); Changed to: print "@_" if @_;
Reviewed 11 years ago
Thank You! That's exactly what I was going to search for. It Works with check_mk mrpe and PNP for Nagios! Thank You again.
Reviewed 10 years ago