mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 08:08:43 +00:00
doc: Add watchfrr documentation
Start the documentation for watchfrr. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
cc53b605e6
commit
466642858e
@ -58,6 +58,7 @@ Protocols
|
||||
vnc
|
||||
vrrp
|
||||
bmp
|
||||
watchfrr
|
||||
|
||||
########
|
||||
Appendix
|
||||
|
@ -43,6 +43,7 @@ user_RSTFILES = \
|
||||
doc/user/zebra.rst \
|
||||
doc/user/bfd.rst \
|
||||
doc/user/flowspec.rst \
|
||||
doc/user/watchfrr.rst \
|
||||
# end
|
||||
|
||||
EXTRA_DIST += \
|
||||
|
30
doc/user/watchfrr.rst
Normal file
30
doc/user/watchfrr.rst
Normal file
@ -0,0 +1,30 @@
|
||||
.. _watchfrr:
|
||||
|
||||
********
|
||||
WATCHFRR
|
||||
********
|
||||
|
||||
:abbr:`WATCHFRR` is a daemon that handles failed daemon processes and
|
||||
intelligently restarts them as needed.
|
||||
|
||||
Starting WATCHFRR
|
||||
=================
|
||||
|
||||
WATCHFRR is started as per normal systemd startup and typically does not
|
||||
require end users management.
|
||||
|
||||
WATCHFRR commands
|
||||
=================
|
||||
|
||||
.. index:: show watchfrr
|
||||
.. clicmd:: show watchfrr
|
||||
|
||||
Give status information about the state of the different daemons being
|
||||
watched by WATCHFRR
|
||||
|
||||
.. index:: [no] watchfrr ignore DAEMON
|
||||
.. clicmd:: [no] watchfrr ignore DAEMON
|
||||
|
||||
Tell WATCHFRR to ignore a particular DAEMON if it goes unresponsive.
|
||||
This is particularly useful when you are a developer and need to debug
|
||||
a working system, without watchfrr pulling the rug out from under you.
|
Loading…
Reference in New Issue
Block a user