Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
mucwegatron
bymucwegatron, March 3, 2016
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.
That's exactly what I was going to search for.
It Works with check_mk mrpe and PNP for Nagios!
Thank You again.
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 @_;
Line 327 was:
print "@_" if (defined @_);
Changed to:
print "@_" if @_;