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
grid5000
reference-repository
Commits
3b86df8d
Commit
3b86df8d
authored
Oct 02, 2020
by
Simon Delamare
Browse files
[luxembourg] Add prometheus metrics for petitprince
parent
88948cc8
Pipeline
#174195
passed with stages
in 7 minutes and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/grid5000/sites/luxembourg/clusters/petitprince/petitprince.json
View file @
3b86df8d
...
...
@@ -60,6 +60,51 @@
"protocol"
:
"snmp"
}
},
{
"description"
:
"Default subset of metrics from Prometheus Node Exporter"
,
"name"
:
"prom_default_metrics"
,
"optional_period"
:
15000
,
"period"
:
0
,
"source"
:
{
"id"
:
[
"node_boot_time_seconds"
,
"node_cpu_frequency_hertz"
,
"node_cpu_seconds_total"
,
"node_filesystem_free_bytes"
,
"node_filesystem_size_bytes"
,
"node_load1"
,
"node_load15"
,
"node_load5"
,
"node_memory_Buffers_bytes"
,
"node_memory_Cached_bytes"
,
"node_memory_MemAvailable_bytes"
,
"node_memory_MemFree_bytes"
,
"node_memory_MemTotal_bytes"
,
"node_memory_Shmem_bytes"
,
"node_memory_SwapFree_bytes"
,
"node_memory_SwapTotal_bytes"
,
"node_network_receive_bytes_total"
,
"node_network_receive_packets_total"
,
"node_network_transmit_bytes_total"
,
"node_network_transmit_packets_total"
,
"node_procs_blocked"
,
"node_procs_running"
,
"kwollect_custom"
],
"port"
:
9100
,
"protocol"
:
"prometheus"
}
},
{
"description"
:
"All metrics from Prometheus Node Exporter"
,
"name"
:
"prom_all_metrics"
,
"optional_period"
:
15000
,
"period"
:
0
,
"source"
:
{
"port"
:
9100
,
"protocol"
:
"prometheus"
}
},
{
"description"
:
"Input byte counter for the network device port"
,
"labels"
:
{
...
...
input/grid5000/sites/luxembourg/clusters/petitprince/petitprince_metrics.yaml
View file @
3b86df8d
...
...
@@ -60,3 +60,43 @@ metrics:
source
:
protocol
:
snmp
id
:
1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.3
-
name
:
prom_default_metrics
description
:
Default subset of metrics from Prometheus Node Exporter
period
:
0
optional_period
:
15000
source
:
protocol
:
prometheus
port
:
9100
id
:
-
node_boot_time_seconds
-
node_cpu_frequency_hertz
-
node_cpu_seconds_total
-
node_filesystem_free_bytes
-
node_filesystem_size_bytes
-
node_load1
-
node_load15
-
node_load5
-
node_memory_Buffers_bytes
-
node_memory_Cached_bytes
-
node_memory_MemAvailable_bytes
-
node_memory_MemFree_bytes
-
node_memory_MemTotal_bytes
-
node_memory_Shmem_bytes
-
node_memory_SwapFree_bytes
-
node_memory_SwapTotal_bytes
-
node_network_receive_bytes_total
-
node_network_receive_packets_total
-
node_network_transmit_bytes_total
-
node_network_transmit_packets_total
-
node_procs_blocked
-
node_procs_running
-
kwollect_custom
-
name
:
prom_all_metrics
description
:
All metrics from Prometheus Node Exporter
period
:
0
optional_period
:
15000
source
:
protocol
:
prometheus
port
:
9100
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