Skip to content

Commit 222822b

Browse files
committed
Automatic documentation update
1 parent 0f22141 commit 222822b

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

docs/User-Guide_Armbian-Software/Monitoring.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,80 @@ armbian-config --cmd GRA003
212212

213213

214214

215+
***
216+
217+
## Prometheus docker image
218+
219+
<!--- section image START from tools/include/images/PRO001.png --->
220+
[![Prometheus docker image](/images/PRO001.png)](#)
221+
<!--- section image STOP from tools/include/images/PRO001.png --->
222+
223+
224+
<!--- header START from tools/include/markdown/PRO001-header.md --->
225+
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.
226+
227+
<!--- header STOP from tools/include/markdown/PRO001-header.md --->
228+
229+
**Command:**
230+
~~~
231+
armbian-config --cmd PRO001
232+
~~~
233+
234+
**Author:** @armbian
235+
236+
**Status:** Stable
237+
238+
239+
<!--- footer START from tools/include/markdown/PRO001-footer.md --->
240+
=== "Access to the web interface"
241+
242+
The web interface is accessible via port **9090**:
243+
244+
- URL: `https://<your.IP>:9090`
245+
246+
=== "Directories"
247+
248+
- Config directory: `/armbian/prometheus`
249+
250+
=== "View logs"
251+
252+
```sh
253+
docker logs -f prometheus
254+
```
255+
256+
<!--- footer STOP from tools/include/markdown/PRO001-footer.md --->
257+
258+
259+
260+
***
261+
262+
## Prometheus remove
263+
**Command:**
264+
~~~
265+
armbian-config --cmd PRO002
266+
~~~
267+
268+
**Author:** @armbian
269+
270+
**Status:** Stable
271+
272+
273+
274+
***
275+
276+
## Prometheus purge with data folder
277+
This operation will purge Prometheus with data folder
278+
279+
**Command:**
280+
~~~
281+
armbian-config --cmd PRO003
282+
~~~
283+
284+
**Author:** @armbian
285+
286+
**Status:** Stable
287+
288+
289+
215290
***
216291

docs/images/PRO001.png

38.7 KB
Loading

0 commit comments

Comments
 (0)