diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-10-14 11:28:01 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-27 17:11:30 -0500 |
commit | 8babe163cc1bc84165cc19a6e02022522b3d3439 (patch) | |
tree | 5ee9e0f8e93f954b0c6ae1771e2d3327ae74c843 | |
parent | 49293162faf9e18cbf998fbb8cf0bf1b19005367 (diff) | |
download | vyatta-op-8babe163cc1bc84165cc19a6e02022522b3d3439.tar.gz vyatta-op-8babe163cc1bc84165cc19a6e02022522b3d3439.zip |
Add a command to stop all current background monitoring processes
(cherry picked from commit c7bdd8fc2da81b3064d9136f4ebbe2ecd382ce27)
-rw-r--r-- | templates/monitor/stop-all/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/monitor/stop-all/node.def b/templates/monitor/stop-all/node.def new file mode 100644 index 0000000..6f1b12e --- /dev/null +++ b/templates/monitor/stop-all/node.def @@ -0,0 +1,2 @@ +help: Stop all current background monitoring processes +run: ${vyatta_bindir}/vyatta-monitor-cleanup LOGOUT |