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-14 11:28:01 -0500 |
commit | c7bdd8fc2da81b3064d9136f4ebbe2ecd382ce27 (patch) | |
tree | d2a4af17b1edd7374f26d0778e1a7fdda4b81879 | |
parent | 4d6c2da56687608f034be1b3de6fed82092418c4 (diff) | |
download | vyatta-op-c7bdd8fc2da81b3064d9136f4ebbe2ecd382ce27.tar.gz vyatta-op-c7bdd8fc2da81b3064d9136f4ebbe2ecd382ce27.zip |
Add a command to stop all current background monitoring processes
-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 |