From c6c0e8c1b1e3814afba06870bf9c486b7cb42ced Mon Sep 17 00:00:00 2001 From: david Date: Wed, 21 Oct 2020 23:05:08 +0200 Subject: [PATCH] updated readme --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b0439a..441ca6e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,37 @@ # scripts -_My personal collection of handy scripts. mostly bash._ +My personal collection of handy scripts. mostly bash. +Content: + +- [setup_zsh.sh](#setup_zsh.sh) +- [healthchecks](#healthchecks) ## setup_zsh.sh One-line installer for zsh, oh-my-zsh and various zsh plugins. -``` + +```bash curl -fsSL https://socialg.it/david/scripts/raw/master/setup_zsh.sh | bash ``` + It is still highly experimental and will probably fail on your system. +--- +## healthchecks + +A collection of scripts for monitoring various things with [healthchecks.io](https://healthchecks.io). +My personal healthchecks instance runs at [checks.socialnerds.org](https://checks.socialnerds.org) though only the `/ping` endpoint is publicly available. The rest of the interface is limited to internal networks. +All healthchecks reside in their own repository at [socialg.it/david/healthchecks](https://socialg.it/david/healthchecks). + +| script | purpose | +| :------------ | :--------------------------------------------------------------- | +| system.sh | Fire if load, memory or diskusage hits the configured threshold | + +--- + +## setup_snmpd.sh + +`setup_snmpd.sh` installs and configures the snmp daemon to be used with [libreNMS](https://librenms.org). +Supported operating systems are Ubuntu, Debian, Raspbian and Archlinux.