diff options
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, 0 insertions, 7 deletions
diff --git a/templates/monitor/https/background/node.def b/templates/monitor/https/background/node.def deleted file mode 100644 index 1f4371b..0000000 --- a/templates/monitor/https/background/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Monitor HTTPS in the background diff --git a/templates/monitor/https/background/start/node.def b/templates/monitor/https/background/start/node.def deleted file mode 100644 index ae87d88..0000000 --- a/templates/monitor/https/background/start/node.def +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index ec3ab8c..0000000 --- a/templates/monitor/https/background/stop/node.def +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index e619b43..0000000 --- a/templates/monitor/https/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Monitor the Secure Hypertext Transfer Protocol (HTTPS) service -run: ${vyatta_bindir}/vyatta-monitor HTTPS lighttpd chunker webgui |