Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prometheus, state of Endpoint is down but url is working when I click on the Endpoint #22

Open
RohitBharatai15 opened this issue Nov 25, 2019 · 3 comments

Comments

@RohitBharatai15
Copy link

RohitBharatai15 commented Nov 25, 2019

Hi
I have a metrics source URL (password protected),but when I add the target its state is down but when I goto the URL and provide pwd it works

  • job_name: hca-status-reu-production
    metrics_path: /rest/monitoring/metrics
    scheme: https
    basic_auth:
    username: 'user'
    password: 'pwd'
    static_configs:
    • targets: ['myurl.com']
@yurrriq
Copy link
Member

yurrriq commented Nov 26, 2019

Any advice, @deadtrickster ?

@MTPL0003-ShivamSoni
Copy link

Authentication issue:
the server returned HTTP status 401
please check the targeted server authentication

@PrasoonMishra-arch
Copy link

Try to give 443 port in targets section ['myurl.com:443']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants