Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tubone24/audiit_watchdog

It is a tool that can monitor SSH logins and OpenVPN connections to your server and send warnings to Slack.
https://github.com/tubone24/audiit_watchdog

Last synced: 1 day ago
JSON representation

It is a tool that can monitor SSH logins and OpenVPN connections to your server and send warnings to Slack.

Awesome Lists containing this project

README

        

# Audit Watchdog

> It is a tool that can monitor SSH logins and OpenVPN connections to your server and send warnings to Slack.

## How to use(CentOS7)

### Precondition

- Install swatch on your server

```
yum install swatch --enablerepo=epel
```

- Create swatch config dir if don't

```
mkdir /etc/swatch.d
```

### Get Slack Incoming webhook url

### Install scripts

- need root account or sudo

```
# sh install.sh
```

## Demo

If someone logs in to your server using SSH or initializes an OpenVPN connection, Slack will be notified.

![demo](docs/images/demo.png)