diff options
Diffstat (limited to 'templates/monitor/dhcp')
-rw-r--r-- | templates/monitor/dhcp/background/node.def | 1 | ||||
-rw-r--r-- | templates/monitor/dhcp/background/start/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/dhcp/background/stop/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/dhcp/node.def | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/templates/monitor/dhcp/background/node.def b/templates/monitor/dhcp/background/node.def new file mode 100644 index 0000000..0428873 --- /dev/null +++ b/templates/monitor/dhcp/background/node.def @@ -0,0 +1 @@ +help: Monitor DHCP in the background diff --git a/templates/monitor/dhcp/background/start/node.def b/templates/monitor/dhcp/background/start/node.def new file mode 100644 index 0000000..bf03182 --- /dev/null +++ b/templates/monitor/dhcp/background/start/node.def @@ -0,0 +1,2 @@ +help: Start background monitoring of DHCP +run: ${vyatta_bindir}/vyatta-monitor-background DHCP dhcpd diff --git a/templates/monitor/dhcp/background/stop/node.def b/templates/monitor/dhcp/background/stop/node.def new file mode 100644 index 0000000..e712003 --- /dev/null +++ b/templates/monitor/dhcp/background/stop/node.def @@ -0,0 +1,2 @@ +help: Stop background monitoring of DHCP +run: ${vyatta_bindir}/vyatta-monitor-background-stop DHCP diff --git a/templates/monitor/dhcp/node.def b/templates/monitor/dhcp/node.def new file mode 100644 index 0000000..28bf115 --- /dev/null +++ b/templates/monitor/dhcp/node.def @@ -0,0 +1,2 @@ +help: Monitor Dynamic Host Control Protocol (DHCP) +run: ${vyatta_bindir}/vyatta-monitor DHCP dhcpd |