From ea838c590aaa0b14395e0d67963f43b204e6d292 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Wed, 30 Dec 2020 02:01:43 +0100 Subject: [PATCH] updated README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13b8a8c..bdf1c54 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,17 @@ Some useful bash scripts. |Script|Description| |---|---| |[healthcheck.sh](healthcheck.sh)|Script to use as cron wrap to monitor the job with health.sp-codes.de| -|[login-notify.sh](login-notify.sh)|Script to send an alert mail on ssh login| +|[login-notify.sh](login-notify.sh)|Script to send an alert on ssh login| |[validate-remote-backup.sh](validate-remote-backup.sh)|Script to validate server side rsync command to use ssh force command| |[docker-compose-up-all.sh](docker-compose-up-all.sh)|Script to call `docker-compose up -d` on all subdirectories| |[docker-stack-deploy-all.sh](docker-stack-deploy-all.sh)|Script to call `docker stack deploy` on all subdirectories| +|[node_dir_size_exporter.sh](node_dir_size_exporter.sh)|Script to call `du` on a given directory to export the size to prometheus| +|[update-notify.sh](update-notify.sh)|Script to call `apt` to check the host for new updates and notify in gotify| ## Setup To set up all scripts in the current directory run this: ``` -curl https://git.sp-codes.de/samuel-p/awesome-scripts/raw/branch/master/setup.sh | bash -s healthcheck.sh login-notify.sh validate-remote-backup.sh docker-compose-up-all.sh docker-stack-deploy-all.sh +curl https://git.sp-codes.de/samuel-p/awesome-scripts/raw/branch/master/setup.sh | bash -s healthcheck.sh login-notify.sh validate-remote-backup.sh docker-compose-up-all.sh docker-stack-deploy-all.sh node_dir_size_exporter.sh update-notify.sh ```