Data Fields | |
| char * | to |
| Mail address for alert notification. | |
| char * | from |
| The mail from address. | |
| char * | subject |
| The mail subject. | |
| char * | message |
| The mail message. | |
| char * | opt_message |
| An optional message used in alerts. | |
| int | alert_on_timeout |
| If TRUE, alert user when process timeout. | |
| int | alert_on_restart |
| If TRUE, alert user when the process restarts. | |
| int | alert_on_checksum |
| If TRUE, alert user when the checksum fail. | |
| int | alert_on_resource |
| If TRUE, alert user when resources exceed. | |
| int | alert_on_stop |
| If TRUE, alert user when process stopped. | |
| int | alert_on_timestamp |
| If TRUE, alert user when the timestamp fail. | |
| mymail * | next |
| next recipient in chain | |
Definition at line 211 of file monitor.h.
|
|
If TRUE, alert user when the checksum fail.
Definition at line 219 of file monitor.h. Referenced by printprocess(). |
|
|
If TRUE, alert user when resources exceed.
Definition at line 220 of file monitor.h. Referenced by printprocess(). |
|
|
If TRUE, alert user when the process restarts.
Definition at line 218 of file monitor.h. Referenced by printprocess(). |
|
|
If TRUE, alert user when process stopped.
Definition at line 221 of file monitor.h. Referenced by printprocess(). |
|
|
If TRUE, alert user when process timeout.
Definition at line 217 of file monitor.h. Referenced by printprocess(). |
|
|
If TRUE, alert user when the timestamp fail.
Definition at line 222 of file monitor.h. Referenced by printprocess(). |
|
|
The mail from address.
Definition at line 213 of file monitor.h. Referenced by printprocess(), and sendmail(). |
|
|
The mail message.
Definition at line 215 of file monitor.h. Referenced by printprocess(), and sendmail(). |
|
|
next recipient in chain
Definition at line 225 of file monitor.h. Referenced by printprocess(), and sendmail(). |
|
|
An optional message used in alerts.
Definition at line 216 of file monitor.h. Referenced by sendmail(). |
|
|
The mail subject.
Definition at line 214 of file monitor.h. Referenced by printprocess(), and sendmail(). |
|
|
Mail address for alert notification.
Definition at line 212 of file monitor.h. Referenced by printprocess(), and sendmail(). |