-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add docker compose #1020
base: master
Are you sure you want to change the base?
Add docker compose #1020
Conversation
Signed-off-by: Mohsen Abbasi <developer961@gmail.com>
Add docker compose YAML file
@@ -1,6 +1,8 @@ | |||
modules: | |||
http_2xx: | |||
prober: http | |||
http: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a new modudle for v4 config? we want to keep http_2xx
as is.
please sign DCO :) |
I like to contribute
But how to add a new module to exporter?
…On Tue, Jan 31, 2023, 7:47 PM Suraj Nath ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In blackbox.yml
<#1020 (comment)>
:
> @@ -1,6 +1,8 @@
modules:
http_2xx:
prober: http
+ http:
can you add a new modudle for v4 config? we want to keep http_2xx as is.
—
Reply to this email directly, view it on GitHub
<#1020 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADNT3RBWB3AXEFZJOSNATDLWVE3LJANCNFSM6AAAAAAUMEV62I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I ve added sign off to my commit message and dont know why this check have
be failed!
…On Tue, Jan 31, 2023, 7:48 PM Suraj Nath ***@***.***> wrote:
please sign DCO :)
—
Reply to this email directly, view it on GitHub
<#1020 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADNT3RHJ3UGCVWLDSW4EJDTWVE3OXANCNFSM6AAAAAAUMEV62I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
I have just added git commit -m "a sample commit
Signed-off-by: Mohsen Abbasi ***@***.***>"
But no success!
…On Tue, Jan 31, 2023, 8:05 PM Suraj Nath ***@***.***> wrote:
Signed-off-by: Mohsen Abbasi ***@***.***> in commit details
should fix it.
I ve added sign off to my commit message and dont know why this check have
be failed!
… <#m_-2143322753444167127_m_3585153820191034640_>
On Tue, Jan 31, 2023, 7:48 PM Suraj Nath *@*.*> wrote: please sign DCO :)
— Reply to this email directly, view it on GitHub <#1020 (comment)
<#1020 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ADNT3RHJ3UGCVWLDSW4EJDTWVE3OXANCNFSM6AAAAAAUMEV62I
<https://github.com/notifications/unsubscribe-auth/ADNT3RHJ3UGCVWLDSW4EJDTWVE3OXANCNFSM6AAAAAAUMEV62I>
. You are receiving this because you authored the thread.Message ID: @.*>
—
Reply to this email directly, view it on GitHub
<#1020 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADNT3RB7NGRYSN5AVHBK2L3WVE5N3ANCNFSM6AAAAAAUMEV62I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
ports: | ||
- 9115:9115/tcp | ||
command: | ||
- --config.file=/config/blackbox.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to add net_cap_raw
permission for running ping checks, see https://github.com/prometheus/blackbox_exporter#permissions
No description provided.