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 |
#define | DO_FAILED 5 |
#define | DO_TIMESTAMP 6 |
Functions | |
void | smtp_alert_timeout (Process_T p, char *m,...) |
Send an alert timeout message to the email address for this process. | |
void | smtp_alert_checksum (Process_T p, char *m,...) |
Send an alert checksum message to the email address for this process. | |
void | smtp_alert_restart (Process_T p, char *m,...) |
Send an alert restart message to the email address for this process. | |
void | smtp_alert_resource (Process_T p, char *m,...) |
Send an alert resource message to the email address for this process. | |
void | smtp_alert_stop (Process_T p, char *m,...) |
Send an alert stop message to the email address for this process. | |
void | smtp_alert_failed (Process_T p, char *m,...) |
Send an alert failed message to the email address for this process. | |
void | smtp_alert_timestamp (Process_T p, char *m,...) |
Send an alert timestamp message to the email address for this process. |
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 39 of file alert.c. Referenced by smtp_alert_failed(). |
|
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(). |
|
Definition at line 40 of file alert.c. Referenced by smtp_alert_timestamp(). |
|
Send an alert checksum message to the email address for this process.
Definition at line 104 of file alert.c. References ASSERT, and DO_CHECKSUM. |
|
Send an alert failed message to the email address for this process.
|
|
Send an alert resource message to the email address for this process.
Definition at line 140 of file alert.c. References ASSERT, and DO_RESOURCE. |
|
Send an alert restart message to the email address for this process.
Definition at line 122 of file alert.c. References ASSERT, and DO_RESTART. |
|
Send an alert stop message to the email address for this process.
|
|
Send an alert timeout message to the email address for this process.
Definition at line 84 of file alert.c. References ASSERT, and DO_TIMEOUT. |
|
Send an alert timestamp message to the email address for this process.
Definition at line 194 of file alert.c. References ASSERT, and DO_TIMESTAMP. |