diff options
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 |