check_mk-check-nfsiostat/agents/plugins/mk_nfsiostat
2018-09-05 23:52:16 +03:00

6 lines
126 B
Bash

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