diff --git a/agents/check_mk_agent.freebsd b/agents/check_mk_agent.freebsd index 6e2f6506070..88ef4dff1fa 100755 --- a/agents/check_mk_agent.freebsd +++ b/agents/check_mk_agent.freebsd @@ -466,7 +466,7 @@ run_purely_synchronous_sections() { # Multipathing is supported in FreeBSD by now # http://www.mywushublog.com/2010/06/freebsd-and-multipath/ - if kldstat -v | grep g_multipath >/dev/null; then + if kldstat -m g_multipath -q; then echo '<<>>' gmultipath status | grep -v ^Name fi