Lines Matching refs:pathname
188 local pathname="$2"
192 zed_notify_email "${subject}" "${pathname}"; rv=$?
196 zed_notify_pushbullet "${subject}" "${pathname}"; rv=$?
200 zed_notify_slack_webhook "${subject}" "${pathname}"; rv=$?
204 zed_notify_pushover "${subject}" "${pathname}"; rv=$?
208 zed_notify_ntfy "${subject}" "${pathname}"; rv=$?
212 zed_notify_gotify "${subject}" "${pathname}"; rv=$?
254 local pathname="${2:-"/dev/null"}"
268 if [ ! -r "${pathname}" ]; then
270 "${ZED_EMAIL_PROG##*/} cannot read \"${pathname}\""
293 cat "${pathname}"
336 local pathname="${2:-"/dev/null"}"
347 if [ ! -r "${pathname}" ]; then
348 zed_log_err "pushbullet cannot read \"${pathname}\""
428 if [ ! -r "${pathname}" ]; then
429 zed_log_err "slack webhook cannot read \"${pathname}\""
501 if [ ! -r "${pathname}" ]; then
502 zed_log_err "pushover cannot read \"${pathname}\""
510 msg_body="$(cat "${pathname}")"
583 if [ ! -r "${pathname}" ]; then
584 zed_log_err "ntfy cannot read \"${pathname}\""
592 msg_body="$(cat "${pathname}")"
675 if [ ! -r "${pathname}" ]; then
676 zed_log_err "gotify cannot read \"${pathname}\""
684 msg_body="$(cat "${pathname}")"