https://github.com/120dev/check-health
Linux availability monitoring and status tracking tools.
https://github.com/120dev/check-health
Last synced: about 1 month ago
JSON representation
Linux availability monitoring and status tracking tools.
- Host: GitHub
- URL: https://github.com/120dev/check-health
- Owner: 120dev
- Created: 2021-04-16T09:45:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T15:00:31.000Z (over 1 year ago)
- Last Synced: 2025-02-15T20:34:38.050Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CHECK
=====================
Used to check that the path is a mount point## Install
```
git clone [email protected]:120dev/check-health.git
cd check-health/
```#### Setup
**Slack notifications***Setting values for Slack notifications.
To get a token, you must create an **Incoming WebHooks** in slack.com*```
vim .env.sh
```#### Permission
```
chmod +x check.sh
```
## Verification of mountain points and remaining disk space#### Permission
```
chmod +x notif_free_space.sh
```
#### Usage```
./check.sh -s -f [path]-s : enable Slack notification
-f : path
-v : display version
-h : this help
```## Notification on remaining disk space
#### Permission
```
chmod +x notif_free_space.sh
```
#### Usage```
./notif_free_space.sh -s -f [path] -n [NAME]-s : enable Slack notification
-f : path
-n : name
```$