Petr Ruzicka | ba0a49d | 2018-01-31 22:16:20 +0100 | [diff] [blame^] | 1 | |
| 2 | ================================== |
| 3 | Watchdog Formula |
| 4 | ================================== |
| 5 | |
| 6 | Install and configure watchdog daemon |
| 7 | |
| 8 | |
| 9 | Sample Pillars |
| 10 | ============== |
| 11 | |
| 12 | Single watchdog service |
| 13 | |
| 14 | .. code-block:: yaml |
| 15 | |
| 16 | watchdog: |
| 17 | server: |
| 18 | enabled: true |
| 19 | timeout: 60 |
| 20 | # Salt Stack will automatically detect the necessary kernel module which needs to be loaded (ex. hpwdt). You may specify the kernel parameters if needed: |
| 21 | kernel: |
| 22 | parameter: |
| 23 | soft_panic: 1 |
| 24 | parameter: value |
| 25 | parameter_only_without_value: none |
| 26 | |
| 27 | |
| 28 | More Information |
| 29 | ================ |
| 30 | |
| 31 | https://github.com/torvalds/linux/blob/master/Documentation/watchdog/watchdog-api.txt |
| 32 | |
| 33 | |
| 34 | Documentation and Bugs |
| 35 | ====================== |
| 36 | |
| 37 | To learn how to install and update salt-formulas, consult the documentation |
| 38 | available online at: |
| 39 | |
| 40 | http://salt-formulas.readthedocs.io/ |
| 41 | |
| 42 | In the unfortunate event that bugs are discovered, they should be reported to |
| 43 | the appropriate issue tracker. Use GitHub issue tracker for specific salt |
| 44 | formula: |
| 45 | |
| 46 | https://github.com/salt-formulas/salt-formula-watchdog/issues |
| 47 | |
| 48 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 49 | use Launchpad salt-formulas project: |
| 50 | |
| 51 | https://launchpad.net/salt-formulas |
| 52 | |
| 53 | Developers wishing to work on the salt-formulas projects should always base |
| 54 | their work on master branch and submit pull request against specific formula. |
| 55 | |
| 56 | You should also subscribe to mailing list (salt-formulas@freelists.org): |
| 57 | |
| 58 | https://www.freelists.org/list/salt-formulas |
| 59 | |
| 60 | Any questions or feedback is always welcome so feel free to join our IRC |
| 61 | channel: |
| 62 | |
| 63 | #salt-formulas @ irc.freenode.net |