mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: App health displayed in UI
This commit is contained in:
parent
90a6bcaa47
commit
c8ae9f40fb
54 changed files with 873 additions and 44 deletions
8
src/NzbDrone.Core/HealthCheck/TriggerHealthCheckEvent.cs
Normal file
8
src/NzbDrone.Core/HealthCheck/TriggerHealthCheckEvent.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using NzbDrone.Common.Messaging;
|
||||
|
||||
namespace NzbDrone.Core.HealthCheck
|
||||
{
|
||||
public class TriggerHealthCheckEvent : IEvent
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue