Mentions légales du service

Skip to content
Snippets Groups Projects

[toulouse][montcalm] Enable metrics that should be enabled by default.

Merged JACQUOT Pierre requested to merge montcalm-metrics into master
2 files
+ 60
70
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -4,11 +4,43 @@
@@ -4,11 +4,43 @@
"exotic": false,
"exotic": false,
"kavlan": true,
"kavlan": true,
"metrics": [
"metrics": [
 
{
 
"description": "Power consumption reported by BMC, in watt",
 
"name": "bmc_node_power_watt",
 
"period": 5000,
 
"source": {
 
"id": 71,
 
"protocol": "ipmisensor"
 
}
 
},
 
{
 
"description": "Power consumption of Psu 1 reported by BMC, in watt",
 
"labels": {
 
"psu": "1"
 
},
 
"name": "bmc_psu_power_watt",
 
"period": 5000,
 
"source": {
 
"id": 68,
 
"protocol": "ipmisensor"
 
}
 
},
 
{
 
"description": "Power consumption of Psu 2 reported by BMC, in watt",
 
"labels": {
 
"psu": "2"
 
},
 
"name": "bmc_psu_power_watt",
 
"period": 5000,
 
"source": {
 
"id": 70,
 
"protocol": "ipmisensor"
 
}
 
},
{
{
"description": "Temperature reported by BMC, in celsius",
"description": "Temperature reported by BMC, in celsius",
"name": "bmc_ambient_temp_celsius",
"name": "bmc_ambient_temp_celsius",
"optional_period": 5000,
"period": 5000,
"period": 0,
"source": {
"source": {
"id": 2,
"id": 2,
"protocol": "ipmisensor"
"protocol": "ipmisensor"
@@ -664,42 +696,6 @@
@@ -664,42 +696,6 @@
"protocol": "ipmisensor"
"protocol": "ipmisensor"
}
}
},
},
{
"description": "Power consumption of Psu 1 reported by BMC, in watt",
"labels": {
"psu": "1"
},
"name": "bmc_psu_power_watt",
"optional_period": 5000,
"period": 0,
"source": {
"id": 68,
"protocol": "ipmisensor"
}
},
{
"description": "Power consumption of Psu 2 reported by BMC, in watt",
"labels": {
"psu": "2"
},
"name": "bmc_psu_power_watt",
"optional_period": 5000,
"period": 0,
"source": {
"id": 70,
"protocol": "ipmisensor"
}
},
{
"description": "Power consumption reported by BMC, in watt",
"name": "bmc_node_power_watt",
"optional_period": 5000,
"period": 0,
"source": {
"id": 71,
"protocol": "ipmisensor"
}
},
{
{
"description": "Power consumption of PS 1 Output reported by BMC, in watt",
"description": "Power consumption of PS 1 Output reported by BMC, in watt",
"labels": {
"labels": {
@@ -846,8 +842,7 @@
@@ -846,8 +842,7 @@
{
{
"description": "Default subset of metrics from Prometheus Node Exporter",
"description": "Default subset of metrics from Prometheus Node Exporter",
"name": "prom_default_metrics",
"name": "prom_default_metrics",
"optional_period": 15000,
"period": 15000,
"period": 0,
"source": {
"source": {
"id": [
"id": [
"node_boot_time_seconds",
"node_boot_time_seconds",
Loading