diff --git a/nagios/check_network_volume.sh b/nagios/check_network_volume.sh index 776c2d0..39348dc 100755 --- a/nagios/check_network_volume.sh +++ b/nagios/check_network_volume.sh @@ -1,10 +1,54 @@ #!/bin/sh +EXCLUDE_REGEXP='(lo|bond|vmbr)' +# +# Help function +# +usage() { + cat <