]> git.proxmox.com Git - mirror_frr.git/blob - doc/user/watchfrr.rst
Merge pull request #12558 from donaldsharp/bgp_static_route_mem_leak
[mirror_frr.git] / doc / user / watchfrr.rst
1 .. _watchfrr:
2
3 ********
4 WATCHFRR
5 ********
6
7 :abbr:`WATCHFRR` is a daemon that handles failed daemon processes and
8 intelligently restarts them as needed.
9
10 Starting WATCHFRR
11 =================
12
13 WATCHFRR is started as per normal systemd startup and typically does not
14 require end users management.
15
16 WATCHFRR commands
17 =================
18
19 .. clicmd:: show watchfrr
20
21 Give status information about the state of the different daemons being
22 watched by WATCHFRR
23
24 .. clicmd:: watchfrr ignore DAEMON
25
26 Tell WATCHFRR to ignore a particular DAEMON if it goes unresponsive.
27 This is particularly useful when you are a developer and need to debug
28 a working system, without watchfrr pulling the rug out from under you.