diff options
Diffstat (limited to 'ctdb/config')
-rwxr-xr-x | ctdb/config/notify.d.README | 6 | ||||
-rwxr-xr-x | ctdb/config/notify.sh | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/ctdb/config/notify.d.README b/ctdb/config/notify.d.README index ffce7fab2fb..de56417159f 100755 --- a/ctdb/config/notify.d.README +++ b/ctdb/config/notify.d.README @@ -4,12 +4,6 @@ the event, which is one of: init, setup, startup, unhealthy, healthy -To use notifications with this directory then you need to set: - - CTDB_NOTIFY_SCRIPT=/etc/ctdb/notify.sh - -in your CTDB configuration file. - An example script that sends SNMP traps for unhealthy/healthy might look like this: diff --git a/ctdb/config/notify.sh b/ctdb/config/notify.sh index d98f04660a1..9f947c771fc 100755 --- a/ctdb/config/notify.sh +++ b/ctdb/config/notify.sh @@ -1,8 +1,5 @@ #!/bin/sh -# This script is activated by setting CTDB_NOTIFY_SCRIPT=/etc/ctdb/notify.sh -# in /etc/sysconfig/ctdb - # This is script is invoked from ctdb when certain events happen. See # /etc/ctdb/notify.d/README for more details. |