Update 'README.md'

This commit is contained in:
Ze'ev Schurmann 2024-02-05 18:50:16 +02:00
parent 64bf0fe310
commit 8fe4bd27fa
1 changed files with 11 additions and 0 deletions

View File

@ -28,6 +28,17 @@ Example crontab entry to check for updates every 4 hours:
00 */4 * * * root bash /root/scripts/nextcloud-telegram-notify/checkupdates.sh
````
## failedlogins.sh
![screenshot](images/failedlogins.png)
Run this as a cronjob. It will send you a Telegram whenever a failed login occurs.
Example crontab entry to check for new failed logins every 5 minutes:
````
*/5 * * * * root bash /root/scripts/nextcloud-telegram-notify/checknewusers.sh
````
## logwatch.sh
![screenshot](images/logwatch.png)