blob: a8744818380d064aa2ae991921eb7a26e7c311de [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:
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
28More Information
29================
30
31https://github.com/torvalds/linux/blob/master/Documentation/watchdog/watchdog-api.txt
32
33
34Documentation and Bugs
35======================
36
37To learn how to install and update salt-formulas, consult the documentation
38available online at:
39
40 http://salt-formulas.readthedocs.io/
41
42In the unfortunate event that bugs are discovered, they should be reported to
43the appropriate issue tracker. Use GitHub issue tracker for specific salt
44formula:
45
46 https://github.com/salt-formulas/salt-formula-watchdog/issues
47
48For feature requests, bug reports or blueprints affecting entire ecosystem,
49use Launchpad salt-formulas project:
50
51 https://launchpad.net/salt-formulas
52
53Developers wishing to work on the salt-formulas projects should always base
54their work on master branch and submit pull request against specific formula.
55
56You should also subscribe to mailing list (salt-formulas@freelists.org):
57
58 https://www.freelists.org/list/salt-formulas
59
60Any questions or feedback is always welcome so feel free to join our IRC
61channel:
62
63 #salt-formulas @ irc.freenode.net