]> git.proxmox.com Git - mirror_frr.git/blobdiff - watchfrr/watchfrr_errors.c
Merge pull request #3502 from donaldsharp/socket_to_me_baby
[mirror_frr.git] / watchfrr / watchfrr_errors.c
index c720b65099c8b575a233a09d7589545e00be1efb..0aa27ef661a8f9e81c3d4fe5d5348be45bf2aeac 100644 (file)
@@ -31,6 +31,12 @@ static struct log_ref ferr_watchfrr_err[] = {
                .description = "WATCHFRR has detected a connectivity issue with one of the FRR daemons",
                .suggestion = "Ensure that FRR is still running and if not please open an Issue"
        },
+       {
+               .code = EC_WATCHFRR_UNEXPECTED_DAEMONS,
+               .title = "WATCHFRR wrong daemons to watch",
+               .description = "As part of WATCHFRR startup you must specify 1 or more daemons to monitor",
+               .suggestion = "Update your startup scripts to include zebra and any other daemon you would like to monitor",
+       },
        {
                .code = END_FERR,
        }