mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-07 09:58:22 +02:00
33 lines
568 B
JSON
33 lines
568 B
JSON
{
|
|
"leaf": {
|
|
"name": "cpu",
|
|
"output": {
|
|
"header": "{status}: ",
|
|
"text": [
|
|
"{count} CPU(s) average usage is {total_cpu_avg} %",
|
|
"CPU '{idx}' usage: {value} %"
|
|
]
|
|
},
|
|
"entries": [
|
|
{
|
|
"Agregation": {
|
|
"name": "total_cpu_avg",
|
|
"op": "Average"
|
|
}
|
|
},
|
|
{
|
|
"Query": {
|
|
"name": "cpu_{idx}",
|
|
"oid": "1.3.6.1.2.1.25.3.3.1.2",
|
|
"query": "Walk"
|
|
}
|
|
}
|
|
],
|
|
"data": {
|
|
"uom": "%",
|
|
"min": 0,
|
|
"max": 100
|
|
}
|
|
}
|
|
}
|