Summary description for WebMonitorConfig.
System.MarshalByRefObject
Westwind.WebMonitor.Components.WebMonitorConfig
public class WebMonitorConfig : MarshalByRefObject
Class Members
Member | Description | |
---|---|---|
Constructor |
||
Version |
||
DetailLogFile |
File that receives each log request and result entry. Basically picks up the events that are usually sent to the UI and logs them into a log file so they can be read externally. | |
DetailLogFileSize |
Used to determine how big the detail log file gets (in bytes). The file is truncated from the beginning. A value of 0 means no logging is to occur. Default size is 1meg. | |
EmailFrom |
Email address used as the return address when error emails are sent. This is the default and it's overridden by the Site | |
FailureRetrySeconds |
If set to a non-zero value retries the request on a failure. If the second request succeeds no error notification is sent. | |
LaunchOnStartup |
Detemines how Web Monitor starts. Options allow for startup on the TaskBar or as a Windows Service or just as a normal Windows app. Taskbar operation is just like standalone, but starts invisible. | |
LogFile |
The Web Monitor Error log. Only holds failed requests. Unlike the detail log this log is always written. | |
MailServer |
Default mail Server used to send email alerts. | |
MailServerPassword |
||
MailServerUsername |
||
ProxyByPass |
||
ProxyPassword |
||
ProxyServer |
||
ProxyUsername |
||
Recipients |
The default recipients for email notifications. Loaded as the default value. |
Requirements
Namespace: Westwind.WebMonitor.ComponentsAssembly: webmonitorcomponents.dll
© West Wind Technologies, 2018 • Updated: 12/28/06
Comment or report problem with topic