Add checks monitoring framework to provide alerts if certain conditions do not hold.

Not yet in use.
This commit is contained in:
Justin Clark-Casey (justincc)
2013-08-05 19:22:47 +01:00
parent 5b4b349776
commit 76bd3de2fd
5 changed files with 385 additions and 3 deletions

View File

@@ -35,9 +35,9 @@ using OpenMetaverse.StructuredData;
namespace OpenSim.Framework.Monitoring
{
/// <summary>
/// Singleton used to provide access to statistics reporters
/// Static class used to register/deregister/fetch statistics
/// </summary>
public class StatsManager
public static class StatsManager
{
// Subcommand used to list other stats.
public const string AllSubCommand = "all";
@@ -257,7 +257,7 @@ namespace OpenSim.Framework.Monitoring
// }
/// <summary>
/// Registers a statistic.
/// Register a statistic.
/// </summary>
/// <param name='stat'></param>
/// <returns></returns>