7.37. Watchdog Actions

The watchdog_actions element lists the available actions watchdogs can perform if their timer reaches zero.
<capabilities>
    <version major="3" minor="3">
        ...
        <watchdog_actions>
            <action>none</action>
            <action>reset</action>
            <action>poweroff</action>
            <action>pause</action>
            <action>dump</action>
        </watchdog_actions>
        ...
    </version>
</capabilities>