An open API service indexing awesome lists of open source software.

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.

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
```$