Mentions légales du service

Skip to content
Snippets Groups Projects

[Grenoble][Chartreuse2] Correction to kwollect file

Merged DOAN Lancelot requested to merge bug16576_4 into master
2 files
+ 296
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,6 +5,180 @@
"kavlan": true,
"manufactured_at": "2016-11-14",
"metrics": [
{
"description": "Front node ambient temperature reported by BMC, in celsius",
"name": "bmc_ambient_temp_celsius",
"period": 5000,
"source": {
"id": "FIXME",
"protocol": "ipmisensor"
}
},
{
"description": "Power consumption of node reported by BMC, in watt",
"name": "bmc_node_power_watt",
"period": 5000,
"source": {
"id": "FIXME",
"protocol": "ipmisensor"
}
},
{
"description": "Temperature of Temp reported by BMC, in celsius",
"labels": {
"id": "temp"
},
"name": "bmc_other_temp_celsius",
"optional_period": 5000,
"period": 0,
"source": {
"id": 14,
"protocol": "ipmisensor"
}
},
{
"description": "Power consumption of Pwr Consumption reported by BMC, in watt",
"labels": {
"id": "pwrconsumption"
},
"name": "bmc_other_power_watt",
"optional_period": 5000,
"period": 0,
"source": {
"id": 59,
"protocol": "ipmisensor"
}
},
{
"description": "Speed of Fan 1 reported by BMC, in rpm",
"labels": {
"fan": "1"
},
"name": "bmc_fan_speed_rpm",
"optional_period": 5000,
"period": 0,
"source": {
"id": 99,
"protocol": "ipmisensor"
}
},
{
"description": "Speed of Fan 2 reported by BMC, in rpm",
"labels": {
"fan": "2"
},
"name": "bmc_fan_speed_rpm",
"optional_period": 5000,
"period": 0,
"source": {
"id": 100,
"protocol": "ipmisensor"
}
},
{
"description": "Speed of Fan 3 reported by BMC, in rpm",
"labels": {
"fan": "3"
},
"name": "bmc_fan_speed_rpm",
"optional_period": 5000,
"period": 0,
"source": {
"id": 101,
"protocol": "ipmisensor"
}
},
{
"description": "Speed of Fan 4 reported by BMC, in rpm",
"labels": {
"fan": "4"
},
"name": "bmc_fan_speed_rpm",
"optional_period": 5000,
"period": 0,
"source": {
"id": 102,
"protocol": "ipmisensor"
}
},
{
"description": "Current of Input Current reported by BMC, in amp",
"labels": {
"id": "inputcurrent"
},
"name": "bmc_other_current_amp",
"optional_period": 5000,
"period": 0,
"source": {
"id": 114,
"protocol": "ipmisensor"
}
},
{
"description": "Voltage of Input Voltage reported by BMC, in volt",
"labels": {
"id": "inputvoltage"
},
"name": "bmc_other_voltage_volt",
"optional_period": 5000,
"period": 0,
"source": {
"id": 115,
"protocol": "ipmisensor"
}
},
{
"description": "Usage of CPU Usage reported by BMC, in percent",
"labels": {
"id": "cpuusage"
},
"name": "bmc_cpu_power_watt",
"optional_period": 5000,
"period": 0,
"source": {
"id": 167,
"protocol": "ipmisensor"
}
},
{
"description": "Usage of IO Usage reported by BMC, in percent",
"labels": {
"id": "iousage"
},
"name": "bmc_other_usage_percent",
"optional_period": 5000,
"period": 0,
"source": {
"id": 168,
"protocol": "ipmisensor"
}
},
{
"description": "Usage of MEM Usage reported by BMC, in percent",
"labels": {
"id": "memusage"
},
"name": "bmc_other_usage_percent",
"optional_period": 5000,
"period": 0,
"source": {
"id": 169,
"protocol": "ipmisensor"
}
},
{
"description": "Usage of SYS Usage reported by BMC, in percent",
"labels": {
"id": "sysusage"
},
"name": "bmc_other_usage_percent",
"optional_period": 5000,
"period": 0,
"source": {
"id": 170,
"protocol": "ipmisensor"
}
},
{
"description": "Default subset of metrics from Prometheus Node Exporter",
"name": "prom_default_metrics",
Loading