https://github.com/120dev/check-health
Linux availability monitoring and status tracking tools.
https://github.com/120dev/check-health
Last synced: 11 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T15:00:31.000Z (almost 3 years ago)
- Last Synced: 2025-06-28T16:47:47.005Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- 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 git@github.com: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
```$