diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 17:01:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 17:01:24 +0000 |
commit | 6dd3dfb79125cd02d02efbce435a6c82e5af92ef (patch) | |
tree | 45084fc83278586f6bbafcb935f92d53f71a6b03 /tools/corosync-notifyd.sysconfig.example | |
parent | Initial commit. (diff) | |
download | corosync-6dd3dfb79125cd02d02efbce435a6c82e5af92ef.tar.xz corosync-6dd3dfb79125cd02d02efbce435a6c82e5af92ef.zip |
Adding upstream version 3.1.8.upstream/3.1.8upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/corosync-notifyd.sysconfig.example')
-rw-r--r-- | tools/corosync-notifyd.sysconfig.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/corosync-notifyd.sysconfig.example b/tools/corosync-notifyd.sysconfig.example new file mode 100644 index 0000000..908bc8c --- /dev/null +++ b/tools/corosync-notifyd.sysconfig.example @@ -0,0 +1,10 @@ +# +# See "man corosync-notifyd" for detailed descriptions of +# the options below. +# +# OPTIONS="-d -s -l -m <snmp manager address>" +# + +# Send DBUS signals on all events (for SNMP traps, use -s) +OPTIONS="-d" + |