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

@@ -272,6 +272,7 @@ namespace OpenSim.Framework.Servers
"shutdown",
"Quit the application", (mod, args) => Shutdown());
ChecksManager.RegisterConsoleCommands(m_console);
StatsManager.RegisterConsoleCommands(m_console);
}