diff options
author | Nicolas Vollmar <nvollmar@gmail.com> | 2024-12-18 21:44:10 +0100 |
---|---|---|
committer | Nicolas Vollmar <nvollmar@gmail.com> | 2024-12-18 21:44:10 +0100 |
commit | f70410fd4b99cc81e65d9c74a5a1b1194cca5398 (patch) | |
tree | 2fe67f664e557e25b61b6e4215c06aa90e138495 /docs/configuration/service/monitoring.rst | |
parent | 347c7175f694711232a8f8bc390522100c3253ba (diff) | |
download | vyos-documentation-f70410fd4b99cc81e65d9c74a5a1b1194cca5398.tar.gz vyos-documentation-f70410fd4b99cc81e65d9c74a5a1b1194cca5398.zip |
T6953: update monitoring documentation
Diffstat (limited to 'docs/configuration/service/monitoring.rst')
-rw-r--r-- | docs/configuration/service/monitoring.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/configuration/service/monitoring.rst b/docs/configuration/service/monitoring.rst index 5c306903..37dc6b43 100644 --- a/docs/configuration/service/monitoring.rst +++ b/docs/configuration/service/monitoring.rst @@ -212,15 +212,15 @@ Node Exporter ============= Prometheus node_exporter_ which provides a wide range of hardware and OS metrics. -.. cfgcmd:: set service monitoring node-exporter listen-address <address> +.. cfgcmd:: set service monitoring prometheus node-exporter listen-address <address> Configure the address node_exporter is listening on. -.. cfgcmd:: set service monitoring node-exporter port <port> +.. cfgcmd:: set service monitoring prometheus node-exporter port <port> Configure the port number node_exporter is listening on. -.. cfgcmd:: set service monitoring node-exporter vrf <name> +.. cfgcmd:: set service monitoring prometheus node-exporter vrf <name> Configure name of the :abbr:`VRF (Virtual Routing and Forwarding)` instance. @@ -229,15 +229,15 @@ FRR Exporter ============ Prometheus frr_exporter_ which provides free range routing metrics. -.. cfgcmd:: set service monitoring frr-exporter listen-address <address> +.. cfgcmd:: set service monitoring prometheus frr-exporter listen-address <address> Configure the address frr_exporter is listening on. -.. cfgcmd:: set service monitoring frr-exporter port <port> +.. cfgcmd:: set service monitoring prometheus frr-exporter port <port> Configure the port number frr_exporter is listening on. -.. cfgcmd:: set service monitoring frr-exporter vrf <name> +.. cfgcmd:: set service monitoring prometheus frr-exporter vrf <name> Configure name of the :abbr:`VRF (Virtual Routing and Forwarding)` instance. |