zinderic@programming.devtoSelfhosted@lemmy.world•Looking for a way to monitor my servicesEnglish
1·
7 months agoYeah better fit but a bit of trouble to setup… What’s your opinion on Icinga? Never used it myself.
Yeah better fit but a bit of trouble to setup… What’s your opinion on Icinga? Never used it myself.
Give https://github.com/louislam/uptime-kuma a try. I’m planning to do the same for similar use case. Sensu (sensu.io) is a more sophisticated option but it requires more infrastructure and there is a bit of a learning curve with it.
Thanks, just in time - I was looking for my next read.
I would put a simple “grep <whafever> mail.log || curl ntfy.sh” or something like that. Ntfy can send you alert on the phone if some check failed or passed. For pass just use && :) Simple and it works.