update config
This commit is contained in:
		@@ -103,13 +103,19 @@ gatus:
 | 
			
		||||
    storage:
 | 
			
		||||
      type: postgres
 | 
			
		||||
      path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable"
 | 
			
		||||
    default-endpoint: &defaults
 | 
			
		||||
      group: core
 | 
			
		||||
      interval: 5m
 | 
			
		||||
      client:
 | 
			
		||||
        insecure: true
 | 
			
		||||
        timeout: 30s
 | 
			
		||||
      conditions:
 | 
			
		||||
        - "[STATUS] == 200"
 | 
			
		||||
        - "[CERTIFICATE_EXPIRATION] > 240h"
 | 
			
		||||
    endpoints:
 | 
			
		||||
      - name: homepage
 | 
			
		||||
        url: https://homepage.alexlebens.net
 | 
			
		||||
        interval: 60s
 | 
			
		||||
        conditions:
 | 
			
		||||
          - "[STATUS] == 200"
 | 
			
		||||
          - "[CERTIFICATE_EXPIRATION] > 240h"
 | 
			
		||||
        <<: *defaults
 | 
			
		||||
        url: https://home.alexlebens.net
 | 
			
		||||
 | 
			
		||||
postgres-17-cluster:
 | 
			
		||||
  mode: standalone
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user