Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Conversation

@laurentstemmermd
Copy link
Contributor

It seems like you are missing auth: opts.sourceAuth or auth: opts.targetAuth each time http.request is performed. So it's not possible to use the exporter with basic auth without fixing it manualy.

http.request({
            host : opts.sourceHost,
            port : opts.sourcePort,
            auth: opts.sourceAuth,

mallocator added a commit that referenced this pull request May 23, 2014
@mallocator mallocator merged commit 30a7d90 into mallocator:master May 23, 2014
@mallocator
Copy link
Owner

Looks good, thanks :)

@mallocator mallocator added the bug label May 23, 2014
@mallocator mallocator added this to the 1.3.2 milestone May 23, 2014
@mallocator mallocator self-assigned this May 23, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants