diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-09-09 15:32:45 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-09-09 15:33:37 -0500 |
commit | cfdcb8f015619b90212a991bfd8a6d80d9695b2b (patch) | |
tree | c57a75deaf0f68f8361ba635214c18d794cc2759 /templates/monitor/https | |
parent | c831e2addd7389339ebc5918b0eb564a93265799 (diff) | |
download | vyatta-op-cfdcb8f015619b90212a991bfd8a6d80d9695b2b.tar.gz vyatta-op-cfdcb8f015619b90212a991bfd8a6d80d9695b2b.zip |
Move nodes from services since in other operational commands we don't
make this distinction
Diffstat (limited to 'templates/monitor/https')
-rw-r--r-- | templates/monitor/https/background/node.def | 1 | ||||
-rw-r--r-- | templates/monitor/https/background/start/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/https/background/stop/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/https/node.def | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/templates/monitor/https/background/node.def b/templates/monitor/https/background/node.def new file mode 100644 index 0000000..1f4371b --- /dev/null +++ b/templates/monitor/https/background/node.def @@ -0,0 +1 @@ +help: Monitor HTTPS in the background diff --git a/templates/monitor/https/background/start/node.def b/templates/monitor/https/background/start/node.def new file mode 100644 index 0000000..ae87d88 --- /dev/null +++ b/templates/monitor/https/background/start/node.def @@ -0,0 +1,2 @@ +help: Start background monitoring of the HTTPS service +run: ${vyatta_bindir}/vyatta-monitor-background HTTPS lighttpd chunker webgui diff --git a/templates/monitor/https/background/stop/node.def b/templates/monitor/https/background/stop/node.def new file mode 100644 index 0000000..ec3ab8c --- /dev/null +++ b/templates/monitor/https/background/stop/node.def @@ -0,0 +1,2 @@ +help: Stop background monitoring of the HTTPS service +run: ${vyatta_bindir}/vyatta-monitor-background-stop HTTPS diff --git a/templates/monitor/https/node.def b/templates/monitor/https/node.def new file mode 100644 index 0000000..e619b43 --- /dev/null +++ b/templates/monitor/https/node.def @@ -0,0 +1,2 @@ +help: Monitor the Secure Hypertext Transfer Protocol (HTTPS) service +run: ${vyatta_bindir}/vyatta-monitor HTTPS lighttpd chunker webgui |