Skip to content

Services Configuration

Detailed configuration guide for service monitoring in Komandorr.

Service Definition

Services are defined with these properties:

{
  "name": "Service Name",
  "url": "https://example.com",
  "type": "website",
  "group": "Production",
  "interval": 60,
  "enabled": true
}

See Service Monitoring for more details.