munin and monit in a container with s6 init to simplify some stuff
Go to file
KemoNine 325f3a4cf1 cleanup and prep for more than munin to be included 2024-04-25 08:57:43 -04:00
root/etc/s6-overlay/s6-rc.d fixup setup script and lighttpd config 2024-04-24 20:46:32 -04:00
Dockerfile initial working form 2024-04-24 18:11:05 -04:00
README.md cleanup and prep for more than munin to be included 2024-04-25 08:57:43 -04:00
build.sh cleanup and prep for more than munin to be included 2024-04-25 08:57:43 -04:00
run.sh cleanup and prep for more than munin to be included 2024-04-25 08:57:43 -04:00
test.sh cleanup and prep for more than munin to be included 2024-04-25 08:57:43 -04:00

README.md

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