nofus 0.2.0

A daemon for monitoring and reacting to the status of NFS mounts.
1
2
3
4
5
6
7
mount_points:
  - /mnt/nastea/download/
  - /mnt/nastea/container/
  - /mnt/nastea/backups/
delay_seconds: 5
all_mounted_cmd: echo "All clear!"
any_unmounted_cmd: echo "Very bad!"