YetaWF.StatusCheck Package Documentation

Display
Print

YetaWF.PublicTools.StatusCheck.Settings Class

An instance of this class contains the settings found in StatusCheck.json.

Namespace: YetaWF.PublicTools.StatusCheck
Assembly: StatusCheck

Inheritance

Syntax

public class Settings;

Constructors

PublicSettingsConstructor.

Properties

PublicIntervalThe interval (in seconds) used to check all specified URLs.
PublicSiteDomainThe domain name used to access data. This must be an existing domain with a YetaWF site and Appsettings.json must contain data provider information.
PublicSMSNotifyA collection of phone numbers that receive SMS notifications when a site goes down (or comes back up).
PublicTimeoutThe timeout (in seconds) used when retrieving URLs. If there is no response after the specified number of seconds, the site is considered down.
PublicURLsA collection of URLs to check.

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.StatusCheck PackageYetaWF.Core