17 lines
567 B
Markdown
17 lines
567 B
Markdown
# What is this?
|
|
|
|
Simple container with munin leveraging s6 init for services/cron
|
|
|
|
# Host config (munin, optional)
|
|
|
|
```
|
|
pacman -S lm_sensors
|
|
sensors-detect # walk through this completely
|
|
systemctl enable --now lm_sensors
|
|
```
|
|
|
|
# Munin Notes
|
|
|
|
- This will throw errors for 5 minutes (max) at first run due to lack of data, it'll self-correct when the munin cron job runs the first time
|
|
- The web front end for munin will be broken for 5 minutes (max) first run due to the way html rendering works in munin, it'll self-correct when the munin cron job runs the first time
|