Used to check that the path is a mount point
git clone https://github.com/wamland-team/wam-check-mount
cd wam-check-mount/
Slack notifications
Setting values for Slack notifications. To get a token, you must create an Incoming WebHooks in slack.com
vim .env.sh
chmod +x check.sh
chmod +x notif_free_space.sh
./check.sh -s -f [path]
-s : enable Slack notification
-f : path
-v : display version
-h : this help
chmod +x notif_free_space.sh
./notif_free_space.sh -s -f [path] -n [NAME]
-s : enable Slack notification
-f : path
-n : name
```$