Jump to content

Uptime Kuma: Difference between revisions

From NixOS Wiki
Onny (talk | contribs)
No edit summary
Onny (talk | contribs)
Add see also section
 
Line 5: Line 5:
services.uptime-kuma.enable = true;
services.uptime-kuma.enable = true;
</syntaxhighlight>Go to http://localhost:3001 to setup a user account and to configure the app.
</syntaxhighlight>Go to http://localhost:3001 to setup a user account and to configure the app.
== See also ==
* [[Nagios]], monitoring daemon and web interface
* [[Prometheus]], event monitoring and alerting


[[Category:Server]]
[[Category:Server]]
[[Category:Web Applications]]
[[Category:Web Applications]]

Latest revision as of 10:18, 9 April 2025

Uptime Kuma is a self-hosted, open-source monitoring tool that allows you to track the uptime of your websites and services. It offers a user-friendly interface, supports various notification services, and enables the creation of customizable status pages.

Setup

To enable Uptime Kuma on your NixOS instance, add following to your system config and apply

services.uptime-kuma.enable = true;

Go to http://localhost:3001 to setup a user account and to configure the app.

See also

  • Nagios, monitoring daemon and web interface
  • Prometheus, event monitoring and alerting