diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-29 21:04:25 +0000 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-07-29 23:04:42 +0200 |
commit | 7568912d483114ef8939246768fabe464af28ca2 (patch) | |
tree | 67dde68f78c8f8e1320b0200df3c18cae8b99153 /op-mode-definitions/include | |
parent | 3fb9cda51a40186640aae32de406edc169b6de22 (diff) | |
download | vyos-1x-7568912d483114ef8939246768fabe464af28ca2.tar.gz vyos-1x-7568912d483114ef8939246768fabe464af28ca2.zip |
T5411: remove old background monitor implementation
Diffstat (limited to 'op-mode-definitions/include')
-rw-r--r-- | op-mode-definitions/include/monitor-background.xml.i | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/op-mode-definitions/include/monitor-background.xml.i b/op-mode-definitions/include/monitor-background.xml.i deleted file mode 100644 index 9931127e3..000000000 --- a/op-mode-definitions/include/monitor-background.xml.i +++ /dev/null @@ -1,21 +0,0 @@ -<!-- 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 --> |