Overview
Service monitoring in PulseGuard gaat verder dan alleen websites en domeinen. Je kunt elke netwerk service monitoren met ondersteuning voor meerdere protocollen zoals HTTP/HTTPS, TCP, DNS, IMAP, SMTP, FTP, SSH, POP3 en meer. Dit maakt PulseGuard ideaal voor het monitoren van API’s, databases, email servers, en andere kritieke infrastructuur componenten.Service monitoring is beschikbaar vanaf de Pro plannen. Free accounts kunnen alleen basis HTTP monitoring gebruiken.
Ondersteunde Protocollen
PulseGuard ondersteunt een breed scala aan netwerk protocollen:HTTP/HTTPS
Web services, REST APIs, GraphQL endpoints
TCP
Any TCP-based service (custom ports)
DNS
DNS servers en name resolution
IMAP/IMAPS
Email servers (inbox access)
SMTP/SMTPS
Email sending services
FTP/FTPS
File transfer servers
SSH
Secure shell connections
POP3/POP3S
Email retrieval services
Service Toevoegen
1
Navigeer naar Services sectie
Klik op “Services” in de hoofdnavigatie sidebar.
2
Nieuwe service toevoegen
Klik op “Add New” en selecteer “Add New Service”.
3
Kies protocol
Selecteer het protocol dat je wilt monitoren.
4
Configureer connection details
Voer host, port, authenticatie en andere protocol-specifieke settings in.
5
Test verbinding
PulseGuard test automatisch de verbinding voordat je opslaat.
Protocol Configuratie
HTTP/HTTPS Services
Voor web services, REST APIs en andere HTTP-gebaseerde endpoints:Basis Configuratie
Geavanceerde Opties
- Expected Response: Verwachte JSON response voor health checks
- HTTP Method: GET, POST, PUT, DELETE, HEAD, OPTIONS
- Custom Headers: Authorization, User-Agent, etc.
- Request Body: Voor POST/PUT requests
- Status Code Check: Verwachte HTTP status codes
- Response Time Thresholds: Maximum acceptable response times
Voorbeeld: REST API Health Check
TCP Services
Voor elke TCP-gebaseerde service die niet HTTP is:- PostgreSQL, MySQL, MongoDB databases
- Redis, Memcached caches
- Custom TCP services
- Load balancers
- Message queues (RabbitMQ, Kafka)
DNS Services
Voor DNS server monitoring:- Query response time
- Record existence
- NXDOMAIN responses
- Recursive queries
- Zone transfers (indien toegestaan)
Email Services (IMAP/SMTP/POP3)
Voor email server monitoring:IMAP/IMAPS
SMTP/SMTPS
- Connection establishment
- Authentication verification
- Mailbox access (IMAP/POP3)
- Send capability testing (SMTP)
- SSL/TLS encryption validation
FTP/FTPS Services
Voor file transfer server monitoring:- Connection establishment
- Authentication
- Directory listing
- File upload/download (optional)
- Passive/active mode support
SSH Services
Voor secure shell server monitoring:- Connection establishment
- Authentication verification
- Command execution (optional)
- Key-based authentication support
- SSH version detection
Authenticatie & Security
Ondersteunde Auth Types
Basic Authentication
Bearer Token
API Key
Custom Headers
Monitoring Dashboard
Service Status Overview
- 🟢 Up: Service responding normally
- 🔴 Down: Service niet bereikbaar of geeft errors
- 🟡 Degraded: Service traag of gedeeltelijk werkend
- ⚫ Unknown: Status onbekend (tijdens eerste checks)
Real-time Metrics
- Response Time: Gemiddelde response tijd per protocol
- Uptime Percentage: Service beschikbaarheid
- Error Rate: Percentage failed checks
- Last Check: Timestamp van laatste check
Historische Data
- 24h Uptime Graph: Uptime over afgelopen 24 uur
- Response Time Trends: Performance trends
- Error Patterns: Wanneer en waarom services falen
- Incident History: Vorige downtime incidenten
Alert Configuratie
Configureer intelligente alerts gebaseerd op:Response Time Alerts
- Slow Response: Alert wanneer response time > threshold
- Degraded Performance: Progressieve alerts bij performance degradation
Availability Alerts
- Service Down: Alert bij connection failures
- Partial Outage: Alert bij degraded service status
- Intermittent Issues: Alert bij onregelmatige failures
Content-based Alerts
- Unexpected Response: Alert bij afwijkende responses
- Status Code Changes: Alert bij HTTP status code changes
- Content Validation: Alert bij verwachte content niet aanwezig
Protocol-specifieke Alerts
- DNS Resolution Failures: Alert bij DNS query failures
- Email Delivery Issues: Alert bij SMTP send failures
- Database Connection Loss: Alert bij database connectivity issues
Integration Providers
PulseGuard heeft ingebouwde integraties voor populaire platforms:Azure Services
Automatische discovery en monitoring van:- Azure App Services
- Azure Functions
- Azure SQL Databases
- Azure Storage Accounts
- Azure VMs
Coolify Instances
Monitoring van Coolify-managed services:- Docker containers
- Web applications
- Databases
- Background services
Vercel Deployments
Vercel project monitoring:- Production deployments
- Preview deployments
- Function endpoints
- Build status
Advanced Features
Custom Protocols
Voor services die niet in de standaard lijst staan, kun je custom TCP-based protocols configureren:Multi-Location Monitoring
Services worden gecontroleerd vanaf meerdere globale locaties:- Amsterdam (NL): Europese monitoring
- Frankfurt (DE): Backup Europese monitoring
- New York (US): Noord-Amerikaanse monitoring
Scheduled Maintenance
Stel maintenance windows in om false alerts te voorkomen:Plan Limits
| Plan | Services | Check Interval | Protocollen | Geavanceerde Features | Historie |
|---|---|---|---|---|---|
| Free | 0 | N/A | Geen | ❌ | N/A |
| Pro | 15 | 1 min | HTTP, TCP | Basic | 30 dagen |
| Expert | 100 | 30 sec | Alles | Advanced | 90 dagen |
API Integration
Gebruik de REST API voor service beheer:Troubleshooting
Veelvoorkomende Problemen
Connection Timeouts- Controleer firewall instellingen
- Verificeer dat service draait op gespecificeerde poort
- Controleer network connectivity van monitoring locaties
- Verificeer credentials
- Controleer of account actief is
- Test handmatig met dezelfde credentials
- Update expected response configuration
- Controleer API documentation van service
- Gebruik flexible response matching
- Controleer certificaat validiteit
- Verificeer hostname matching
- Update cipher suite ondersteuning
Best Practices
- Realistische Timeouts: Stel timeouts in gebaseerd op service performance
- Appropriate Intervals: Gebruik niet te frequente checks voor kritieke services
- Content Validation: Gebruik expected responses voor accurate health checks
- Maintenance Windows: Stel maintenance schedules in om false alerts te voorkomen
- Regional Monitoring: Gebruik multi-location monitoring voor geografisch distributeerde services
Performance Optimization
- Batch Checks: Gebruik lagere intervals voor non-critical services
- Smart Alerting: Configureer alerts alleen voor echte problemen
- Resource Limits: Stel rate limits in voor API endpoints
- Caching: Cache responses waar mogelijk voor betere performance
Security Considerations
- Credential Management: Gebruik dedicated monitoring accounts met minimale privileges
- Network Security: Beperk monitoring toegang tot trusted IP ranges
- Data Encryption: Gebruik HTTPS waar mogelijk
- Audit Logging: Controleer service access logs voor security events

