Go to the source code of this file.
Defines | |
#define | DO_TIMEOUT 0 |
#define | DO_RESTART 1 |
#define | DO_CHECKSUM 2 |
#define | DO_RESOURCE 3 |
#define | DO_STOP 4 |
Functions | |
void | smtp_alert_timeout (Process_T p, char *m,...) |
Send an alert timeout message to the email address for this process. More... | |
void | smtp_alert_checksum (Process_T p, char *m,...) |
Send an alert checksum message to the email address for this process. More... | |
void | smtp_alert_restart (Process_T p, char *m,...) |
Send an alert restart message to the email address for this process. More... | |
void | smtp_alert_resource (Process_T p, char *m,...) |
Send an alert resource message to the email address for this process. More... | |
void | smtp_alert_stop (Process_T p, char *m,...) |
Send an alert stop message to the email address for this process. More... |
In the future this could be a placeholder for other types of alert notification.
Definition in file alert.c.
|
Definition at line 36 of file alert.c. Referenced by smtp_alert_checksum(). |
|
Definition at line 37 of file alert.c. Referenced by smtp_alert_resource(). |
|
Definition at line 35 of file alert.c. Referenced by smtp_alert_restart(). |
|
Definition at line 38 of file alert.c. Referenced by smtp_alert_stop(). |
|
Definition at line 34 of file alert.c. Referenced by smtp_alert_timeout(). |
|
Send an alert checksum message to the email address for this process.
Definition at line 98 of file alert.c. References DO_CHECKSUM. |
|
Send an alert resource message to the email address for this process.
Definition at line 130 of file alert.c. References DO_RESOURCE. |
|
Send an alert restart message to the email address for this process.
Definition at line 114 of file alert.c. References DO_RESTART. |
|
Send an alert stop message to the email address for this process.
Definition at line 146 of file alert.c. References DO_STOP. |
|
Send an alert timeout message to the email address for this process.
Definition at line 80 of file alert.c. References DO_TIMEOUT. |