GithubHelp home page GithubHelp logo

Comments (5)

TwiN avatar TwiN commented on June 11, 2024

I was unable to reproduce this locally using the default configuration.

I suspect some of your endpoints use special characters, which may explain why the links are broken.

from gatus.

221bshashank avatar 221bshashank commented on June 11, 2024

I was able to open all the endpoints previously but after implementing the storage data persisting using PostgreSQL , I am seeing for only few of the endpoints

from gatus.

TwiN avatar TwiN commented on June 11, 2024

Can you share your configuration or at least some part of it so that I may be able to use to reproduce the issue?

from gatus.

221bshashank avatar 221bshashank commented on June 11, 2024

This is in config.yml

storage:
  type: postgres
  path: "postgres://postgres:$POSTGRES_PASSWORD@$POSTGRES_HOST:5432/gatus?sslmode=disable"

This is my postgreSQL config

name: postgres
image: abc.aws.net/docker-proxy/library/postgres:15.2

env:
  POSTGRES_PASSWORD: <% secret|value( "health-password" ) %> 
  PGDATA: /var/lib/postgresql/data

ports:
  - protocol: TCP
    containerPort: 5432
    external: true

memory:
  request: 5Gi

cpu:
  request: 1

mounts:
  - volume: vol-pv-health-check
    containerDir: /var/lib/postgresql

This is sample endpoint config for which old data is not showing when clicked on endpoint

  - name: Ping
    group: Jenkins | Controller 03
    url: "https://$jenkins_user_id:[email protected]/metrics/currentUser/ping"
    interval: 1m
    conditions:
      - "[STATUS] == 200"
      - "[BODY] == pat(*pong*)"
    alerts:
      - type: email
      - type: teams

from gatus.

TwiN avatar TwiN commented on June 11, 2024

Yeah I can't reproduce your issue.

Anything in the logs?

from gatus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.