Add MonIn
This commit is contained in:
parent
46c9d91dc9
commit
a4d3a9899f
@ -77,6 +77,8 @@ public class ExportController : Controller
|
||||
ModelState.AddModelError("Exception", ex.Message);
|
||||
string errorMessage = $"Error exporting: {ex}";
|
||||
_Logger.LogError(message: errorMessage);
|
||||
MonIn monIn = MonIn.GetInstance();
|
||||
_ = monIn.SendStatus(_AppSettings.MonASite, _AppSettings.MonAResource, "Heartbeat", State.Warning);
|
||||
}
|
||||
}
|
||||
return View("Index", model);
|
||||
|
@ -10,6 +10,7 @@ trigger:
|
||||
- "**/*.yaml"
|
||||
- "**/*.yml"
|
||||
- "Archive/*"
|
||||
- "ClientHub/*"
|
||||
- "Server/*"
|
||||
- "Tests/*"
|
||||
|
||||
|
@ -12,6 +12,7 @@ trigger:
|
||||
- "**/*.yml"
|
||||
- "Archive/*"
|
||||
- "Client/*"
|
||||
- "ClientHub/*"
|
||||
|
||||
pool:
|
||||
name: Mesa-IIS
|
||||
|
Loading…
x
Reference in New Issue
Block a user