Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fl0id
arm monitoring
Commits
3d95d9f9
Commit
3d95d9f9
authored
Jun 24, 2021
by
step21
Browse files
added blackbox_exporter and smkeping_q_prober, fixed images
parent
5c2c1c21
Changes
1
Hide whitespace changes
Inline
Side-by-side
prometheus/prometheus.yml
View file @
3d95d9f9
...
...
@@ -88,3 +88,24 @@ scrape_configs:
#static_configs:
#- targets:
#- 'kellerserver:9100'
-
job_name
:
'
blackbox'
metrics_path
:
/probe
params
:
module
:
[
icmp
]
scrape_interval
:
5s
static_configs
:
-
targets
:
-
git.cccfr.de
-
192.168.178.1
-
1.1.1.1
-
8.8.8.8
-
job_name
:
'
qsmokeping'
metrics_path
:
/metrics
scrape_interval
:
5s
relabel_configs
:
-
source_labels
:
[
__address__
]
target_label
:
__param_target
-
source_labels
:
[
__param_target
]
target_label
:
instance
-
target_label
:
__address__
replacement
:
windrushsurfer:9115
# The blackbox exporter's real hostname:port.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment