Releases: zimbres/ServiceMonitor
Releases · zimbres/ServiceMonitor
v3.1.0.1
v3.0.0.1
V2.0.0.2
v2.0.0.1
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"
}
]
}
}