Uptime Kuma

Uptime Kuma is monitoring tool. It can be used to monitor services running on your Momod server or servers.

Installation

Run the role.

ansible-playbook --limit YOURSERVER play/app/kuma.yml

You should be able to reach Uptime Kuma at https://kuma.YOUR-FQDN and set up the admin account - do this as soon as possible before someone else sets the admin account user and password!

Enable Uptime Kuma on Momod Dashboard

This is optional, if you want the Uptime Kuma link to appear and work on Momod Dashboard set the app_kuma variable in your host_vars to ’enabled':

app_kuma: "enabled"

And run the homer play:

ansible-playbook --limit YOURSERVER play/app/homer.yml