summaryrefslogtreecommitdiff
path: root/interface-definitions/service_monitoring_frr_exporter.xml.in
blob: 96aee3ab473b140ace2e6fc1846a609f7a3c599c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="service">
    <children>
      <node name="monitoring">
        <children>
          <node name="frr-exporter" owner="${vyos_conf_scripts_dir}/service_monitoring_frr-exporter.py">
            <properties>
              <help>Prometheus exporter for FRR metrics</help>
              <priority>1280</priority>
            </properties>
            <children>
              #include <include/listen-address.xml.i>
              #include <include/port-number.xml.i>
              <leafNode name="port">
                <defaultValue>9342</defaultValue>
              </leafNode>
              #include <include/interface/vrf.xml.i>
            </children>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>