summaryrefslogtreecommitdiff
path: root/interface-definitions/service_monitoring_node_exporter.xml.in
blob: a11d2304fe6fba02068e587ba876740c81066d42 (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="node-exporter" owner="${vyos_conf_scripts_dir}/service_monitoring_node-exporter.py">
            <properties>
              <help>Prometheus exporter for hardware and operating system metrics</help>
              <priority>1280</priority>
            </properties>
            <children>
              #include <include/listen-address.xml.i>
              #include <include/port-number.xml.i>
              <leafNode name="port">
                <defaultValue>9100</defaultValue>
              </leafNode>
              #include <include/interface/vrf.xml.i>
            </children>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>