Difference between revisions of "Configure Server"
Line 3: | Line 3: | ||
== General == | == General == | ||
− | + | GWAVAMAN root directory: The installation location of GWAVA | |
− | + | ||
− | + | Administrator e-mail address: The GWAVA administrator email address | |
− | + | ||
− | + | Administrator full name: The name of the GWAVA Administrator | |
− | + | ||
+ | Log level: The log level for the logs | ||
+ | |||
+ | Keep log files for (days): The number of days to keep the GWAVA logs | ||
+ | |||
+ | Enable auto restart on agent failure: Should GWAVAMAN restart modules if they become unresponsive | ||
== QMS configuration == | == QMS configuration == | ||
− | + | Enable QMS data pruning: Data will be removed from the QMS database | |
− | + | ||
− | + | Days to retain messages in QMS: The number of days to keep data in QMS | |
− | + | ||
− | + | Prune stored messages: Remove the files stored on Disk | |
+ | |||
+ | Prune database entries: Remove the database entries | ||
+ | |||
+ | Backup and maintenance time: The time that QMS will perform the maintenance procedures | ||
== SMTP relay configuration == | == SMTP relay configuration == | ||
− | + | SMTP relay agent target server: The SMTP Server that messages will get delivered to | |
− | + | ||
− | + | Force outbound mail to relay target: Force outbound messages to go through this server | |
− | + | ||
+ | Mail relay SMTP auth login: The user that will authenticate | ||
+ | |||
+ | Mail relay SMTP auth password: The password for the user to authenticate | ||
== Reporting and alert configuration == | == Reporting and alert configuration == | ||
− | + | E-mail alerts: Alerts will be emailed out | |
− | + | ||
− | + | Alert recipients: The recipients that will receive the alert. Separate multiple users with a comma. | |
+ | |||
+ | Default report recipients: The recipients that will receive reports. Separate multiple users with a comma. | ||
== Advanced QMS configuration == | == Advanced QMS configuration == | ||
− | + | QMS role: The role of the QMS system when in a GWAVA network | |
− | + | ||
+ | QMS parent server (when in slave mode): The QMS Master when in a GWAVA network | ||
+ | |||
The following 3 options are only needed when setting the parent server to custom and the role to Slave | The following 3 options are only needed when setting the parent server to custom and the role to Slave | ||
− | + | ||
− | + | [custom] QMS master address: The IP address or DNS name of the QMS Master | |
− | + | ||
− | + | [custom] QMS master login name: The GWAVA user that will be used to authenticate to GWAVAMAN | |
− | + | ||
− | + | [custom] QMS master password: The password of the GWAVA user | |
− | + | ||
− | + | QMS queue directory (relative to root): The directory where QMS stores its files. | |
− | + | ||
+ | Enable QMS nightly backup: Back up the database nightly | ||
+ | |||
+ | Enable QMS nightly reindex: Reindex the database nightly | ||
+ | |||
+ | Enable QMS nightly vacuum: Shrink the database nightly | ||
+ | |||
+ | Enable QMS integrity checks: Check the integrity of database nightly | ||
+ | |||
+ | QMS database size warning threshold (in megabytes): When this value is met, the Administrator will receive a notification. This is not an error but a notification message. | ||
== Additional statistics configuration == | == Additional statistics configuration == | ||
− | + | Enable statistics: Statistics will be generated and delivered to the statistics process | |
− | + | ||
− | + | Statistics queue directory (relative to root): The directory where statistics keeps its files | |
− | + | ||
− | + | Days to retain statistics: The number of days to keep statistics information | |
− | + | ||
− | + | Prune information from statistics database: Remove data from the statistics data | |
− | + | ||
− | + | Statistics database maintenance time: The time to perform the maintenance | |
− | + | ||
− | + | Number of counter records to delete per batch: The number of counters to remove at a time | |
− | + | ||
− | + | Enable statistics database nightly backup: Perform nightly backup | |
− | + | ||
− | + | Enable statistics nightly reindex: Perform nightly reindex | |
+ | |||
+ | Enable statistics nightly database vacuum: Perform nightly vacuum | ||
+ | |||
+ | Enable statistics weekly database analyze: Perform weekly analyze | ||
+ | |||
+ | Enable statistics database integrity check: Perform database integrity checks | ||
+ | |||
+ | Statistics database size warning threshold (in megabytes): Send the Administrator a message when this value is met. | ||
+ | |||
+ | Statistics batch processing buffer size: The buffer to use when inserting messages into the database | ||
+ | |||
+ | Statistics role: The role of this statistics server when in a GWAVA Network | ||
+ | |||
+ | Statistics parent server (when in slave mode): The Master GWAVA server when in a GWAVA network | ||
+ | |||
The following options are only needed when setting the parent server to custom and the role to Slave | The following options are only needed when setting the parent server to custom and the role to Slave | ||
− | + | ||
− | + | [custom] Statistics master address: The IP address of the GWAVA Master | |
− | + | ||
+ | [custom] Statistics master login name: The GWAVA user used to authenticate to the master | ||
+ | |||
+ | [custom] Statistics master password: The password for the GWAVA user | ||
== Advanced SMTP relay configuration == | == Advanced SMTP relay configuration == | ||
− | + | SMTP outbound queue directory: The directory where GWVRELAY will pick up messages and process them | |
− | + | ||
− | + | Mail relay SMTP greeting: The SMTP greeting that GWVRELAY will use when connecting to SMTP servers | |
− | + | ||
− | + | Mail relay authentication method: The authentication method that GWVRELAY uses authenticate | |
− | + | ||
+ | Mail relay maximum send threads: The number of threads that GWVRELAY uses to send messages | ||
+ | |||
+ | Mail relay retry interval: The time between failed attempts to send a message | ||
+ | |||
+ | Mail relay retry maximum count: The maximum number of times to retry delivery of a message | ||
== Proxy configuration == | == Proxy configuration == |
Revision as of 21:00, 14 June 2013
The Configure Server page shows the configuration options for GWAVA.
Contents |
General
GWAVAMAN root directory: The installation location of GWAVA
Administrator e-mail address: The GWAVA administrator email address
Administrator full name: The name of the GWAVA Administrator
Log level: The log level for the logs
Keep log files for (days): The number of days to keep the GWAVA logs
Enable auto restart on agent failure: Should GWAVAMAN restart modules if they become unresponsive
QMS configuration
Enable QMS data pruning: Data will be removed from the QMS database
Days to retain messages in QMS: The number of days to keep data in QMS
Prune stored messages: Remove the files stored on Disk
Prune database entries: Remove the database entries
Backup and maintenance time: The time that QMS will perform the maintenance procedures
SMTP relay configuration
SMTP relay agent target server: The SMTP Server that messages will get delivered to
Force outbound mail to relay target: Force outbound messages to go through this server
Mail relay SMTP auth login: The user that will authenticate
Mail relay SMTP auth password: The password for the user to authenticate
Reporting and alert configuration
E-mail alerts: Alerts will be emailed out
Alert recipients: The recipients that will receive the alert. Separate multiple users with a comma.
Default report recipients: The recipients that will receive reports. Separate multiple users with a comma.
Advanced QMS configuration
QMS role: The role of the QMS system when in a GWAVA network
QMS parent server (when in slave mode): The QMS Master when in a GWAVA network
The following 3 options are only needed when setting the parent server to custom and the role to Slave
[custom] QMS master address: The IP address or DNS name of the QMS Master
[custom] QMS master login name: The GWAVA user that will be used to authenticate to GWAVAMAN
[custom] QMS master password: The password of the GWAVA user
QMS queue directory (relative to root): The directory where QMS stores its files.
Enable QMS nightly backup: Back up the database nightly
Enable QMS nightly reindex: Reindex the database nightly
Enable QMS nightly vacuum: Shrink the database nightly
Enable QMS integrity checks: Check the integrity of database nightly
QMS database size warning threshold (in megabytes): When this value is met, the Administrator will receive a notification. This is not an error but a notification message.
Additional statistics configuration
Enable statistics: Statistics will be generated and delivered to the statistics process
Statistics queue directory (relative to root): The directory where statistics keeps its files
Days to retain statistics: The number of days to keep statistics information
Prune information from statistics database: Remove data from the statistics data
Statistics database maintenance time: The time to perform the maintenance
Number of counter records to delete per batch: The number of counters to remove at a time
Enable statistics database nightly backup: Perform nightly backup
Enable statistics nightly reindex: Perform nightly reindex
Enable statistics nightly database vacuum: Perform nightly vacuum
Enable statistics weekly database analyze: Perform weekly analyze
Enable statistics database integrity check: Perform database integrity checks
Statistics database size warning threshold (in megabytes): Send the Administrator a message when this value is met.
Statistics batch processing buffer size: The buffer to use when inserting messages into the database
Statistics role: The role of this statistics server when in a GWAVA Network
Statistics parent server (when in slave mode): The Master GWAVA server when in a GWAVA network
The following options are only needed when setting the parent server to custom and the role to Slave
[custom] Statistics master address: The IP address of the GWAVA Master
[custom] Statistics master login name: The GWAVA user used to authenticate to the master
[custom] Statistics master password: The password for the GWAVA user
Advanced SMTP relay configuration
SMTP outbound queue directory: The directory where GWVRELAY will pick up messages and process them
Mail relay SMTP greeting: The SMTP greeting that GWVRELAY will use when connecting to SMTP servers
Mail relay authentication method: The authentication method that GWVRELAY uses authenticate
Mail relay maximum send threads: The number of threads that GWVRELAY uses to send messages
Mail relay retry interval: The time between failed attempts to send a message
Mail relay retry maximum count: The maximum number of times to retry delivery of a message