Adding Services
v2.4
·
Updated 1 day ago
Adding Services
You can add services via the web interface or the API.
Via Web Interface
- Click + Add Service
- Enter the service name and URL
- Select the service type (HTTP, TCP, Docker)
- Configure optional settings like interval and timeout
- Click Save
Via API
curl -X POST http://localhost:8080/api/services \\n -H "Content-Type: application/json" \\n -d '{"name": "My Service", "url": "http://192.168.1.100:3000", "type": "http"}'