YAML examples for Web monitoring
Web health check with authentication
yaml- action: Web health check type: WEB trigger_time: ON_EVERY_EXECUTION disabled: false destination: https://api.example.com/health port: "443" login: testuser password: testpass123 headers: - name: Authorization value: Bearer token123 - name: X-Custom-Header value: custom-value post_data: '{"check": "health"}' text: OK text_existence: true ignore_errors: false retry_interval: 30 retry_count: 2 timeout: 60
Simple web check
yaml- action: Web check type: WEB trigger_time: ON_EVERY_EXECUTION destination: https://example.com