check_mk-check-nfsiostat/agents/plugins/mk_nfsiostat
2018-09-10 09:18:46 +03:00

7 lines
127 B
Bash

#!/bin/bash
if command nfsiostat > /dev/null ; then
echo '<<<nfsiostat>>>'
nfsiostat | paste -sd " " - | tr -s ' '
fi