summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/monitor-background.xml.i
blob: 9931127e3b68af5d8a8fd195af8305ee0f89cc21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- included start from monitor-background.xml.i -->
<node name="background">
  <properties>
    <help>Monitor in background</help>
  </properties>
  <children>
    <node name="start">
      <properties>
        <help>Start background monitoring</help>
      </properties>
      <command>${vyatta_bindir}/vyatta-monitor-background ${3^^} ${3}</command>
    </node>
    <node name="stop">
      <properties>
        <help>Stop background monitoring</help>
      </properties>
      <command>${vyatta_bindir}/vyatta-monitor-background-stop ${3^^}</command>
    </node>
  </children>
</node>
<!-- included end -->