Don't trust vendor claims—verify platform accuracy yourself with comprehensive monitoring tools that run on-premise. Zero vendor dependency for quality assurance.
Local monitoring tools are validation scripts that run on your infrastructure to independently verify platform health, data quality, and compliance. Unlike traditional SaaS platforms where you trust the vendor's word, our approach gives YOU the tools to validate everything yourself.
Run scripts whenever you want—don't wait for vendor reports
Open source scripts—see exactly what's being checked
42+ checks across infrastructure, data, security, performance
./scripts/validate-production.sh
Validates: All Docker services, database health, FHIR connectivity, API endpoints
✓ 42 comprehensive checks
Verifies: PostgreSQL (90+ tables), FHIR server, Redis, monitoring stack
./scripts/validate-schema.sh
Validates: Database schema integrity, table structures, sequences, indexes
./scripts/test-fhir-api.js
Validates: FHIR server connectivity, CRUD operations, search functionality, batch processing
✓ 6 FHIR integration tests
Tests: Create, Read, Update, Delete, Search, Batch operations
./scripts/validate-environment.js
Validates: Environment variables, security secrets, encryption keys, API credentials
./scripts/validate-star-ratings.sh
Validates: STAR ratings calculations, measure accuracy, domain scores, NCQA compliance
✓ 48+ HEDIS measures verified
Ensures calculations match NCQA specifications exactly
./scripts/test-monitoring-stack.sh
Validates: Prometheus metrics, Grafana dashboards, alerting rules, data collection
✓ System health monitoring
Tracks: CPU, memory, disk, network, application metrics
$ ./scripts/validate-production.sh
═══════════════════════════════════════
PHASE 1: Infrastructure Validation
═══════════════════════════════════════
✓ Docker service hedis-postgres-prod is running
✓ Docker service hedis-hapi-fhir-prod is running
✓ Docker service hedis-frontend-prod is running
✓ Docker service hedis-redis-prod is running
✓ Docker service hedis-prometheus-prod is running
✓ Docker service hedis-grafana-prod is running
▶ Validating PostgreSQL database
✓ Database has 96 tables (requirement: 90+)
✓ Critical table hfj_resource exists
✓ Critical table hfj_res_ver exists
✓ Critical table bt2_job_instance exists
✓ Database has 34 sequences
▶ Validating FHIR server
✓ FHIR metadata endpoint is working
✓ FHIR Patient creation works
✓ FHIR Patient search works
✓ FHIR batch operations work
▶ Validating frontend application
✓ Frontend page / is accessible
✓ Frontend page /dashboard is accessible
✓ Frontend page /api/health is accessible
✓ API health check reports healthy status
▶ Validating performance metrics
✓ health response time: 156ms
✓ metadata response time: 247ms
✓ homepage response time: 1342ms
═══════════════════════════════════════
VALIDATION SUMMARY
═══════════════════════════════════════
Total Checks: 42
Passed: 42
Failed: 0
Warnings: 0
Success Rate: 100%
✅ VALIDATION PASSED - System is production ready!
ℹ Detailed results saved to: validation-results-20250107-023045.txt
What This Means: In 30 seconds, you independently verified that all 42 system components are healthy, data integrity is intact, and performance meets targets. No waiting for vendor reports—you control the validation.
Don't trust vendor dashboards showing "everything is fine." Run your own validation to verify platform health independently.
Your control:
Show auditors independent validation results. Prove data quality, security posture, and system integrity with your own testing.
Audit readiness:
Catch issues before they impact operations. Run validation before NCQA submission deadlines to ensure data quality.
Early detection:
Run validation scripts locally—verify platform accuracy yourself without vendor dependency