add monitoring
This commit is contained in:
11
config/health/resources/PostgreSqlConnectable.yml
Normal file
11
config/health/resources/PostgreSqlConnectable.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: PostgreSQL Connectable
|
||||
abbreviation: pstgrsqlsrvrconn
|
||||
checker: PragmaRX\Health\Checkers\PortCheck
|
||||
notify: true
|
||||
column_size: 3
|
||||
error_message: "Could not connect to %s on port %s"
|
||||
targets:
|
||||
- default:
|
||||
hostname: localhost
|
||||
port: 5432
|
||||
timeout: 2
|
||||
Reference in New Issue
Block a user