ctdb-scripts: Change directory for notifications to events/notification
[vlendec/samba-autobuild/.git] / ctdb / config / notification.README
similarity index 78%
rename from ctdb/config/notify.d.README
rename to ctdb/config/notification.README
index de56417159f0b6493ef860144179a9f766df64bb..16b632f653aff77b1d784396e007dd1c64820848 100755 (executable)
@@ -1,6 +1,6 @@
-This directory should contain executable programs to handle CTDB event
-notifications.  The first and only argument passed to each program is
-the event, which is one of:
+This directory should contain executable programs ending in ".script"
+to handle CTDB event notifications.  The first and only argument
+passed to each program is the event, which is one of:
 
   init, setup, startup, unhealthy, healthy
 
@@ -34,5 +34,3 @@ Alternatively, email could be sent:
           mail -s "$(hostname) is HEALTHY" foo@example.com </dev/null >/dev/null 2>&1
           ;;
   esac
-
-When adding programs please note the exclusion patterns in notify.sh.