UNPKG

upbeat

Version:

Fast health and performance monitoring with process handling

12 lines (11 loc) 318 B
services: pg: actions: default: strategy: pg username: honghao host: localhost port: 5432 db: template1 sql: "SELECT * FROM pg_database" lambda: "function (res) { try { return res.rows.length > 0 } catch (e) { return false; } }"