Girish Gowdra | 6e74552 | 2020-07-15 15:52:13 -0700 | [diff] [blame] | 1 | ### |
| 2 | # Description: This file utilized by openolt_dev_mgmt_daemon_process_watchdog script |
| 3 | # read the watchdog config |
| 4 | # |
| 5 | ### |
| 6 | |
| 7 | # Enable watchdog or not. yes to enable, no or other string to disable. |
| 8 | enable_watchdog=no |
| 9 | |
| 10 | # watchdog startup timer - this is the time watchdog waits before starting |
| 11 | # to monitor the openolt and dev_mgmt_daemon process when working in |
| 12 | # out-of-band mode. This gives the buffer time for openolt and dev_mgmt_daemon |
| 13 | # processes to start for the first time after OLT boot. |
| 14 | watchdog_startup_timer=30 |