blob: 299053e1f6b25f2745f269b0fda5961500f16e6d [file] [log] [blame]
Petr Ruzickaba0a49d2018-01-31 22:16:20 +01001
2==================================
3Watchdog Formula
4==================================
5
6Install and configure watchdog daemon
7
8
9Sample Pillars
10==============
11
12Single watchdog service
13
14.. code-block:: yaml
15
16 watchdog:
17 server:
Petr Ruzicka7a333c32018-02-01 14:02:59 +010018 admin: root
Petr Ruzickaba0a49d2018-01-31 22:16:20 +010019 enabled: true
Petr Ruzicka7a333c32018-02-01 14:02:59 +010020 interval: 1
21 log_dir: /var/log/watchdog
22 realtime: yes
Petr Ruzickaba0a49d2018-01-31 22:16:20 +010023 timeout: 60
Petr Ruzicka7a333c32018-02-01 14:02:59 +010024 device: /dev/watchdog
25
26 # Salt Stack will automatically detect the necessary kernel module which needs to be loaded (ex. hpwdt, iTCO_wdt).
27 # If the hardware model is not predefined in map.jinja the default watchdog driver is used: softdog
28 # You may specify the kernel parameters if needed:
Petr Ruzickaba0a49d2018-01-31 22:16:20 +010029 kernel:
30 parameter:
31 soft_panic: 1
32 parameter: value
33 parameter_only_without_value: none
34
35
36More Information
37================
38
39https://github.com/torvalds/linux/blob/master/Documentation/watchdog/watchdog-api.txt
40
41
42Documentation and Bugs
43======================
44
45To learn how to install and update salt-formulas, consult the documentation
46available online at:
47
48 http://salt-formulas.readthedocs.io/
49
50In the unfortunate event that bugs are discovered, they should be reported to
51the appropriate issue tracker. Use GitHub issue tracker for specific salt
52formula:
53
54 https://github.com/salt-formulas/salt-formula-watchdog/issues
55
56For feature requests, bug reports or blueprints affecting entire ecosystem,
57use Launchpad salt-formulas project:
58
59 https://launchpad.net/salt-formulas
60
61Developers wishing to work on the salt-formulas projects should always base
62their work on master branch and submit pull request against specific formula.
63
64You should also subscribe to mailing list (salt-formulas@freelists.org):
65
66 https://www.freelists.org/list/salt-formulas
67
68Any questions or feedback is always welcome so feel free to join our IRC
69channel:
70
71 #salt-formulas @ irc.freenode.net