mymail Struct Reference

Defines a mailinglist object. More...


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


Detailed Description

Defines a mailinglist object.

Definition at line 213 of file monitor.h.


Field Documentation

int mymail::alert_on_checksum
 

If TRUE, alert user when the checksum fail.

Definition at line 221 of file monitor.h.

Referenced by printprocess().

int mymail::alert_on_resource
 

If TRUE, alert user when resources exceed.

Definition at line 222 of file monitor.h.

Referenced by printprocess().

int mymail::alert_on_restart
 

If TRUE, alert user when the process restarts.

Definition at line 220 of file monitor.h.

Referenced by printprocess().

int mymail::alert_on_stop
 

If TRUE, alert user when process stopped.

Definition at line 223 of file monitor.h.

Referenced by printprocess().

int mymail::alert_on_timeout
 

If TRUE, alert user when process timeout.

Definition at line 219 of file monitor.h.

Referenced by printprocess().

int mymail::alert_on_timestamp
 

If TRUE, alert user when the timestamp fail.

Definition at line 224 of file monitor.h.

Referenced by printprocess().

char* mymail::from
 

The mail from address.

Definition at line 215 of file monitor.h.

Referenced by printprocess(), and sendmail().

char* mymail::message
 

The mail message.

Definition at line 217 of file monitor.h.

Referenced by printprocess(), and sendmail().

struct mymail* mymail::next
 

next recipient in chain

Definition at line 227 of file monitor.h.

Referenced by printprocess(), and sendmail().

char* mymail::opt_message
 

An optional message used in alerts.

Definition at line 218 of file monitor.h.

Referenced by sendmail().

char* mymail::subject
 

The mail subject.

Definition at line 216 of file monitor.h.

Referenced by printprocess(), and sendmail().

char* mymail::to
 

Mail address for alert notification.

Definition at line 214 of file monitor.h.

Referenced by printprocess(), and sendmail().


The documentation for this struct was generated from the following file: