Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Operations Central Management
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
Operations Central Management
Commits
96bea1c5
Commit
96bea1c5
authored
Apr 8, 2024
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Dropped prometheus- prefix from exporters
parent
2255821c
No related branches found
No related tags found
1 merge request
!6
Add ipmi-exporter docker container
Pipeline
#78459
passed
Apr 8, 2024
Stage: build
Stage: tag-latest
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ipmi-exporter.yml
+1
-1
1 addition, 1 deletion
ipmi-exporter.yml
node-exporter.yml
+1
-1
1 addition, 1 deletion
node-exporter.yml
prometheus-central/prometheus.yml
+3
-3
3 additions, 3 deletions
prometheus-central/prometheus.yml
with
5 additions
and
5 deletions
ipmi-exporter.yml
+
1
−
1
View file @
96bea1c5
...
@@ -9,5 +9,5 @@ version: '3.5'
...
@@ -9,5 +9,5 @@ version: '3.5'
services
:
services
:
prometheus-ipmi-exporter
:
prometheus-ipmi-exporter
:
image
:
quay.io/prometheuscommunity/ipmi-exporter
image
:
quay.io/prometheuscommunity/ipmi-exporter
container_name
:
${CONTAINER_NAME_PREFIX}
prometheus-
ipmi-exporter
container_name
:
${CONTAINER_NAME_PREFIX}ipmi-exporter
restart
:
unless-stopped
restart
:
unless-stopped
This diff is collapsed.
Click to expand it.
node-exporter.yml
+
1
−
1
View file @
96bea1c5
...
@@ -9,6 +9,6 @@ version: '3.5'
...
@@ -9,6 +9,6 @@ version: '3.5'
services
:
services
:
prometheus-node-exporter
:
prometheus-node-exporter
:
image
:
prom/node-exporter
image
:
prom/node-exporter
container_name
:
${CONTAINER_NAME_PREFIX}
prometheus-
node-exporter
container_name
:
${CONTAINER_NAME_PREFIX}node-exporter
network_mode
:
host
# run on the host to be able to access host network statistics
network_mode
:
host
# run on the host to be able to access host network statistics
restart
:
unless-stopped
restart
:
unless-stopped
This diff is collapsed.
Click to expand it.
prometheus-central/prometheus.yml
+
3
−
3
View file @
96bea1c5
...
@@ -33,7 +33,7 @@ scrape_configs:
...
@@ -33,7 +33,7 @@ scrape_configs:
-
source_labels
:
[
"
__address__"
]
-
source_labels
:
[
"
__address__"
]
target_label
:
"
target"
target_label
:
"
target"
-
target_label
:
__address__
-
target_label
:
__address__
replacement
:
"
prometheus-
ipmi-exporter:9290"
replacement
:
"
ipmi-exporter:9290"
# development: any station running in the same Docker network
# development: any station running in the same Docker network
-
job_name
:
local-station
-
job_name
:
local-station
metrics_path
:
'
/federate'
metrics_path
:
'
/federate'
...
@@ -58,7 +58,7 @@ scrape_configs:
...
@@ -58,7 +58,7 @@ scrape_configs:
-
targets
:
[
"
grafana-central:3000"
]
-
targets
:
[
"
grafana-central:3000"
]
-
job_name
:
ipmi-exporter
-
job_name
:
ipmi-exporter
static_configs
:
static_configs
:
-
targets
:
[
"
prometheus-
ipmi-exporter:9290"
]
-
targets
:
[
"
ipmi-exporter:9290"
]
-
job_name
:
node-exporter
-
job_name
:
node-exporter
static_configs
:
static_configs
:
-
targets
:
[
"
prometheus-
node-exporter:9100"
]
-
targets
:
[
"
node-exporter:9100"
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment