Search found 1 match
- Mon Mar 18, 2019 8:58 am
- Forum: Nagios XI
- Topic: Read-Only Partition Check for remote Client
- Replies: 1
- Views: 430
Read-Only Partition Check for remote Client
Hello All, I am trying to find a way to make Nagios-XI able to see if some host partition is read-only or not sample Bash Script : #Build File List array FSROEXTRACT=`cat /etc/fstab| egrep "ext" | grep -v "^#"| awk '{ print $2 }'` FSROLIST=( $FSROEXTRACT ) #Check if each file sys...