mymail Struct Reference

Defines a mailinglist object. More...


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...


Detailed Description

Defines a mailinglist object.

Definition at line 165 of file monitor.h.


Field Documentation

int mymail::alert_on_checksum
 

If TRUE, alert user when the checksum fail.

Definition at line 173 of file monitor.h.

Referenced by printprocess().

int mymail::alert_on_resource
 

If TRUE, alert user when resources exceed.

Definition at line 174 of file monitor.h.

Referenced by printprocess().

int mymail::alert_on_restart
 

If TRUE, alert user when the process restarts.

Definition at line 172 of file monitor.h.

Referenced by printprocess().

int mymail::alert_on_stop
 

If TRUE, alert user when process stopped.

Definition at line 175 of file monitor.h.

Referenced by printprocess().

int mymail::alert_on_timeout
 

If TRUE, alert user when process timeout.

Definition at line 171 of file monitor.h.

Referenced by printprocess().

char* mymail::from
 

The mail from address.

Definition at line 167 of file monitor.h.

Referenced by printprocess(), and sendmail().

char* mymail::message
 

The mail message.

Definition at line 169 of file monitor.h.

Referenced by printprocess(), and sendmail().

struct mymail* mymail::next
 

next recipient in chain.

Definition at line 178 of file monitor.h.

Referenced by printprocess(), and sendmail().

char* mymail::opt_message
 

An optional message used in alerts.

Definition at line 170 of file monitor.h.

Referenced by sendmail().

char* mymail::subject
 

The mail subject.

Definition at line 168 of file monitor.h.

Referenced by printprocess(), and sendmail().

char* mymail::to
 

Mail address for alert notification.

Definition at line 166 of file monitor.h.

Referenced by printprocess(), and sendmail().


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