VOL-3371:
- Miscellaneous fixes and enhancements for in-band script
- watchdog script for openolt and dev_mgmt_daemon processes

Change-Id: I993c95b15ceb23154646fe8b3a875ec09369e6ce
diff --git a/agent/scripts/watchdog/watchdog.config b/agent/scripts/watchdog/watchdog.config
new file mode 100644
index 0000000..7e864c2
--- /dev/null
+++ b/agent/scripts/watchdog/watchdog.config
@@ -0,0 +1,14 @@
+###
+# Description: This file utilized by openolt_dev_mgmt_daemon_process_watchdog script
+#              read the watchdog config
+#
+###
+
+# Enable watchdog or not. yes to enable, no or other string to disable.
+enable_watchdog=no
+
+# watchdog startup timer - this is the time watchdog waits before starting
+# to monitor the openolt and dev_mgmt_daemon process when working in
+# out-of-band mode. This gives the buffer time for openolt and dev_mgmt_daemon
+# processes to start for the first time after OLT boot.
+watchdog_startup_timer=30