Files
2025-03-15 16:22:15 +01:00

5.6 KiB

Real-time monitoring, collecting metrics, up-time status


Uptime Kuma self-hosted monitoring tool

Uptime Kuma self-hosted monitoring tool

This operation will install Uptime Kuma

Command:

armbian-config --cmd MON001

Author: @igorpecovnik

Status: Stable

=== "Access to the web interface"

The web interface is accessible via port **3001**:

- URL: `https://<your.IP>:3001`
- Username/Password: Are set at first web interface login

???+ "Uptime Kuma features"

- Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / HTTP(s) Json Query / Ping / DNS Record / Push / Steam Game Server / Docker Containers
- Fancy, Reactive, Fast UI/UX
- Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 90+ notification services, click here for the full list
- 20-second intervals
- Multi Languages
- Multiple status pages
- Map status pages to specific domains
- Ping chart
- Certificate info
- Proxy support
- 2FA support

Uptime Kuma remove

This operation will remove Uptime Kuma

Command:

armbian-config --cmd MON002

Author: @igorpecovnik

Status: Stable


Uptime Kuma purge with data folder

This operation will remove Uptime Kuma with data folder

Command:

armbian-config --cmd MON003

Author: @igorpecovnik

Status: Stable


Netdata - monitoring real-time metrics

Netdata - monitoring real-time metrics

Netdata is a partially open source tool designed to collect real-time metrics, such as CPU usage, disk activity, bandwidth usage, website visits, etc., and then display them in live, easy-to-interpret charts.

This operation will install Netdata

Command:

armbian-config --cmd MON005

Author: @igorpecovnik

Status: Stable


Netdata remove

This operation will remove Netdata

Command:

armbian-config --cmd MON006

Author: @igorpecovnik

Status: Stable


Netdata purge with data folder

This operation will purge Netdata with data folder

Command:

armbian-config --cmd MON007

Author: @igorpecovnik

Status: Stable


Grafana data analytics

Grafana data analytics

Grafana is a multi-platform open source analytics and interactive visualization web application. It can produce charts, graphs, and alerts for the web when connected to supported data sources.

Command:

armbian-config --cmd GRA001

Author: @armbian

Status: Stable

=== "Access to the web interface"

The web interface is accessible via port **3000**:

- URL: `https://<your.IP>:3000`

=== "Directories"

- Install directory: `/armbian/grafana`

=== "View logs"

```sh
docker logs -f grafana
```

Grafana remove

Command:

armbian-config --cmd GRA002

Author: @armbian

Status: Stable


Grafana purge with data folder

This operation will purge Grafana with data folder

Command:

armbian-config --cmd GRA003

Author: @igorpecovnik

Status: Stable


Prometheus docker image

Prometheus docker image

Prometheus is an open-source monitoring and alerting toolkit designed for reliability and scalability. It collects and stores time-series data, provides powerful query capabilities, and enables real-time alerts based on defined conditions. Commonly used in cloud and containerized environments, Prometheus integrates seamlessly with Kubernetes and other modern infrastructure.

Command:

armbian-config --cmd PRO001

Author: @armbian

Status: Stable

=== "Access to the web interface"

The web interface is accessible via port **9090**:

- URL: `https://<your.IP>:9090`

=== "Directories"

- Config directory: `/armbian/prometheus`

=== "View logs"

```sh
docker logs -f prometheus
```

Prometheus remove

Command:

armbian-config --cmd PRO002

Author: @armbian

Status: Stable


Prometheus purge with data folder

This operation will purge Prometheus with data folder

Command:

armbian-config --cmd PRO003

Author: @armbian

Status: Stable