Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tubone24/audiit_watchdog
- Owner: tubone24
- License: mit
- Created: 2021-07-10T04:14:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:22:04.000Z (about 1 year ago)
- Last Synced: 2024-04-13T04:55:37.020Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)