script 64 attrd/attrd_common.h void attrd_enable_alerts(const char *script, const char *target); script 1040 crmd/control.c const char *script = crmd_pref(config_hash, "notification-agent"); script 1043 crmd/control.c pe_enable_legacy_alerts(script, recip); script 17 include/crm/pengine/rules_internal.h void pe_enable_legacy_alerts(const char *script, const char *target); script 23 lib/pengine/rules_alerts.c pe_enable_legacy_alerts(const char *script, const char *target) script 28 lib/pengine/rules_alerts.c notify_script = (script && strcmp(script, "/dev/null"))? script 29 lib/pengine/rules_alerts.c strdup(script) : NULL;