diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-09-06 17:43:33 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-27 17:11:28 -0500 |
commit | 333fc369c2ad8918ad703c10f042af378cc97f4e (patch) | |
tree | 4499e91f4ac7c55b77be542504cfaa45a86872e2 /templates/monitor/content-inspection | |
parent | c64eff46e6e69092bcb4f0d99d505700e61e4ecf (diff) | |
download | vyatta-op-333fc369c2ad8918ad703c10f042af378cc97f4e.tar.gz vyatta-op-333fc369c2ad8918ad703c10f042af378cc97f4e.zip |
Forground monitoring for many daemons
(cherry picked from commit b906651c85a7bf45c715727b2099151f08762ec8)
Diffstat (limited to 'templates/monitor/content-inspection')
4 files changed, 7 insertions, 0 deletions
diff --git a/templates/monitor/content-inspection/background/node.def b/templates/monitor/content-inspection/background/node.def new file mode 100644 index 0000000..7632343 --- /dev/null +++ b/templates/monitor/content-inspection/background/node.def @@ -0,0 +1 @@ +help: Monitor Content-Inspection in the background diff --git a/templates/monitor/content-inspection/background/start/node.def b/templates/monitor/content-inspection/background/start/node.def new file mode 100644 index 0000000..7f7c1e1 --- /dev/null +++ b/templates/monitor/content-inspection/background/start/node.def @@ -0,0 +1,2 @@ +help: Start background monitoring of Content-Inspection +run: ${vyatta_bindir}/vyatta-monitor-background Content-Inspection snort diff --git a/templates/monitor/content-inspection/background/stop/node.def b/templates/monitor/content-inspection/background/stop/node.def new file mode 100644 index 0000000..d77a1fb --- /dev/null +++ b/templates/monitor/content-inspection/background/stop/node.def @@ -0,0 +1,2 @@ +help: Stop background monitoring of Content-Inspection +run: ${vyatta_bindir}/vyatta-monitor-background-stop Content-Inspection diff --git a/templates/monitor/content-inspection/node.def b/templates/monitor/content-inspection/node.def new file mode 100644 index 0000000..35c8e97 --- /dev/null +++ b/templates/monitor/content-inspection/node.def @@ -0,0 +1,2 @@ +help: Monitor Content-Inspection +run: ${vyatta_bindir}/vyatta-monitor Content-Inspection snort |