1
1
Fork 0

updated readme

This commit is contained in:
david 2020-10-21 23:05:08 +02:00
parent 7fd687ba60
commit c6c0e8c1b1
1 changed files with 25 additions and 2 deletions

View File

@ -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.