Data Fields | |
| char * | to |
| Mail address for alert notification. More... | |
| char * | from |
| The mail from address. More... | |
| char * | subject |
| The mail subject. More... | |
| char * | message |
| The mail message. More... | |
| char * | opt_message |
| An optional message used in alerts. More... | |
| int | alert_on_timeout |
| If TRUE, alert user when process timeout. More... | |
| int | alert_on_restart |
| If TRUE, alert user when the process restarts. More... | |
| int | alert_on_checksum |
| If TRUE, alert user when the checksum fail. More... | |
| int | alert_on_resource |
| If TRUE, alert user when resources exceed. More... | |
| int | alert_on_stop |
| If TRUE, alert user when process stopped. More... | |
| mymail * | next |
| next recipient in chain. More... | |
Definition at line 165 of file monitor.h.
|
|
If TRUE, alert user when the checksum fail.
Definition at line 173 of file monitor.h. Referenced by printprocess(). |
|
|
If TRUE, alert user when resources exceed.
Definition at line 174 of file monitor.h. Referenced by printprocess(). |
|
|
If TRUE, alert user when the process restarts.
Definition at line 172 of file monitor.h. Referenced by printprocess(). |
|
|
If TRUE, alert user when process stopped.
Definition at line 175 of file monitor.h. Referenced by printprocess(). |
|
|
If TRUE, alert user when process timeout.
Definition at line 171 of file monitor.h. Referenced by printprocess(). |
|
|
The mail from address.
Definition at line 167 of file monitor.h. Referenced by printprocess(), and sendmail(). |
|
|
The mail message.
Definition at line 169 of file monitor.h. Referenced by printprocess(), and sendmail(). |
|
|
next recipient in chain.
Definition at line 178 of file monitor.h. Referenced by printprocess(), and sendmail(). |
|
|
An optional message used in alerts.
Definition at line 170 of file monitor.h. Referenced by sendmail(). |
|
|
The mail subject.
Definition at line 168 of file monitor.h. Referenced by printprocess(), and sendmail(). |
|
|
Mail address for alert notification.
Definition at line 166 of file monitor.h. Referenced by printprocess(), and sendmail(). |