sysrepo-notifd(8)

SYSREPO-NOTIFD(8) System Manager's Manual SYSREPO-NOTIFD(8)

NAME

sysrepo-notifd - sysrepo notification daemon

SYNOPSIS

sysrepo-notifd [-h] [-v LEVEL] [-d] [-p PATH] [-s DIR]

DESCRIPTION

sysrepo-notifd is a daemon implementing RFC 8639 configured subscriptions. It reads the ietf-subscribed-notifications configuration and manages the lifecycle of subscriptions and their receivers, delivering notifications from filterable event streams over configurable transports (UDP out of the box). On startup it requires these three modules to be installed: ietf-subscribed-notifications, ietf-subscribed-notif-receivers and ietf-udp-notif-transport.

OPTIONS

-h, --help
Prints usage help.
-V, --version
Prints only information about sysrepo version.
-v, --verbosity LEVEL
Change verbosity to a level. LEVEL can be a string or a number:
none/0
error/1 (default)
warning/2
info/3
verbose/4
debug/5
-d, --debug
Debug mode - is not daemonized and logs to stderr instead of syslog.
-p, --pid-file PATH
Create a PID file at the specified path with the PID written only once initialization is finished.
-s, --schema-dir DIR
Set the directory with internal sysrepo YANG modules.

SEE ALSO

https://www.sysrepo.org (sysrepo home page)

https://github.com/sysrepo/sysrepo (sysrepo Git repository)

AUTHORS

Roman Janota <Roman.Janota@cesnet.cz>

COPYRIGHT

Copyright © 2026 CESNET, z.s.p.o.

2026-05-29 sysrepo