Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
grid5000
reference-repository
Merge requests
!1181
[Nantes] add scaling + add fan speed support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[Nantes] add scaling + add fan speed support
nantes-metrics
into
master
Overview
0
Commits
1
Pipelines
2
Changes
6
Merged
Alexis BITAILLOU
requested to merge
nantes-metrics
into
master
2 months ago
Overview
0
Commits
1
Pipelines
2
Changes
6
Expand
0
0
Merge request reports
Compare
master
version 1
777b3ab0
2 months ago
master (base)
and
latest version
latest version
5626ea72
1 commit,
2 months ago
version 1
777b3ab0
1 commit,
2 months ago
6 files
+
65
−
32
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
data/grid5000/sites/nantes/pdus/cooling-Z1.json
+
22
−
8
Options
@@ -3,36 +3,50 @@
"mac"
:
"00:c0:b7:f5:fa:63"
,
"metrics"
:
[
{
"description"
:
"
Temperature in input
of cooling system, in
tenths of degrees Celsius
"
,
"name"
:
"cooling_
input_temperature_tenth_celsius
"
,
"description"
:
"
fan speed
of cooling system, in
percent
"
,
"name"
:
"cooling_
fan_speed_percent
"
,
"period"
:
5000
,
"scale_factor"
:
0.1
,
"source"
:
{
"id"
:
"1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.5"
,
"protocol"
:
"snmp"
}
},
{
"description"
:
"Temperature in output of cooling system, in degrees Celsius"
,
"name"
:
"cooling_supply_temperature_celsius"
,
"period"
:
5000
,
"scale_factor"
:
0.1
,
"source"
:
{
"id"
:
"1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.7"
,
"protocol"
:
"snmp"
}
},
{
"description"
:
"Temperature in
out
put of cooling system, in
tenths of
degrees Celsius"
,
"name"
:
"cooling_
output
_temperature_
tenth_
celsius"
,
"description"
:
"Temperature in
in
put of cooling system, in degrees Celsius"
,
"name"
:
"cooling_
return
_temperature_celsius"
,
"period"
:
5000
,
"scale_factor"
:
0.1
,
"source"
:
{
"id"
:
"1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.9"
,
"protocol"
:
"snmp"
}
},
{
"description"
:
"Power consumption of cooling system, in
tenths of
kilowatt"
,
"name"
:
"cooling_power_watt"
,
"description"
:
"Power consumption of cooling system, in kilowatt"
,
"name"
:
"cooling_power_
kilo
watt"
,
"period"
:
5000
,
"scale_factor"
:
0.01
,
"source"
:
{
"id"
:
"1.3.6.1.4.1.318.1.1.27.1.6.1.2.1.3.1.2"
,
"protocol"
:
"snmp"
}
},
{
"description"
:
"Sensor temperature reading, in
tenths of
degrees Celsius"
,
"name"
:
"pdu_temperature_
tenth_
celsius"
,
"description"
:
"Sensor temperature reading, in degrees Celsius"
,
"name"
:
"pdu_temperature_celsius"
,
"period"
:
5000
,
"scale_factor"
:
0.1
,
"source"
:
{
"id"
:
"1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.%PORT%"
,
"protocol"
:
"snmp"
Loading