diff --git a/docs/User-Guide_Armbian-Software/Monitoring.md b/docs/User-Guide_Armbian-Software/Monitoring.md index d8a2a08a..0a3838ae 100644 --- a/docs/User-Guide_Armbian-Software/Monitoring.md +++ b/docs/User-Guide_Armbian-Software/Monitoring.md @@ -212,5 +212,80 @@ armbian-config --cmd GRA003 +*** + +## Prometheus docker image + + +[![Prometheus docker image](/images/PRO001.png)](#) + + + + +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://: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 + + + *** diff --git a/docs/images/PRO001.png b/docs/images/PRO001.png new file mode 100644 index 00000000..017a3c75 Binary files /dev/null and b/docs/images/PRO001.png differ