Refactoring: Changed all check parameters starting with an 'o' to the new rulespec...
[check_mk.git] / agents / plugins / mk_nfsiostat
blobad43499382d3e99fa06f6c335f3bbb0feeed761e
1 #!/bin/bash
3 if command nfsiostat > /dev/null ; then
4 echo '<<<nfsiostat>>>'
5 nfsiostat | paste -sd " " - | tr -s ' '
6 fi