aboutsummaryrefslogtreecommitdiff
path: root/go.sum
Commit message (Collapse)AuthorAgeFilesLines
* feat: Switch to libsql driver for Turso compatibilityFuwn2026-01-231-50/+12
|
* feat: Add ICMP, DNS, and GraphQL monitor typesFuwn2026-01-191-0/+17
| | | | | | | | | | | | | | | | | | Add three new monitor types with full support: - ICMP: Ping monitoring with configurable packet count, tracks packet loss and average RTT. Marks degraded on partial packet loss. - DNS: DNS resolution monitoring supporting A, AAAA, CNAME, MX, and TXT records. Optional custom DNS server and validation of expected IPs/CNAME. - GraphQL: GraphQL endpoint monitoring with query execution, variable support, error detection, and content validation. All new monitors include retry support, response time tracking, and integrate with existing display options (round_response_time, etc). GraphQL monitors also support SSL certificate tracking.
* feat: Hot reload configurationFuwn2026-01-171-0/+2
|
* feat: Initial commitFuwn2026-01-171-0/+57