Skip to content

Releases: zimbres/ServiceMonitor

v3.1.0.1

24 Dec 21:44
Compare
Choose a tag to compare
Add FIleService

v3.0.0.1

15 Nov 00:51
Compare
Choose a tag to compare
Add option to execute custom command for service/app restart

V2.0.0.2

05 Aug 19:24
Compare
Choose a tag to compare
Change log level for service actions

v2.0.0.1

05 Aug 19:06
Compare
Choose a tag to compare

Appsettings.json need to be updated on this version

{
  "Logging": {
    "LogLevel": {
      "Default": "Warning",
      "Microsoft.Hosting.Lifetime": "Warning"
    }
  },
  "Configuration": {
    "RunIntervalSeconds": 30,
    "Services": [
      {
        "ServiceName": "YourServiceName",
        "IpAddress": "127.0.0.1",
        "Port": 8080
      },
      {
        "ServiceName": "YourServiceName",
        "HttpUrl": "http://localhost:3000/api/health",
        "WordToCheck": "Healthy"
      },
      {
        "ServiceName": "YourServiceName",
        "HttpUrl": "http://localhost:3000/noword"
      }
    ]
  }
}

v1.0.0.1

03 Aug 02:47
Compare
Choose a tag to compare
Add project files.