containerized-monitoring/README.md

17 lines
567 B
Markdown
Raw Normal View History

# What is this?
Simple container with munin leveraging s6 init for services/cron
2024-04-24 22:11:05 +00:00
# Host config (munin, optional)
2024-04-24 22:11:05 +00:00
```
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