Skip to content

Commit

Permalink
T6953: update monitoring documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nvollmar committed Dec 18, 2024
1 parent 347c717 commit f70410f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/configuration/service/monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit f70410f

Please sign in to comment.