Les valeurs d’alerte sont des valeurs de requête qui représentent la valeur actuelle d’une métrique dans n’importe quel monitor de métrique à alerte simple défini sur votre système :
Configuration
Configuration
- Sélectionnez un monitor de métrique existant à représenter graphiquement.
- Sélectionnez le format d’affichage de la valeur :
- Valeurs décimales
- Unités
- Alignement
- Donnez un titre à votre graphique.
API
Ce widget peut être utilisé avec l’API Dashboards. Le tableau ci-dessous définit le schéma JSON du widget :
Expand All
ID of the alert to use in the widget.
Number of decimal to show. If not defined, will use the raw value.
How to align the text on the widget.
Allowed enum values: center,left,right
How to align the text on the widget.
Allowed enum values: center,left,right
Size of value in the widget.
Type of the alert value widget.
Allowed enum values: alert_value
default: alert_value
Unit to display with the value.
{
"alert_id": "",
"precision": "integer",
"text_align": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
"type": "alert_value",
"unit": "string"
}
Pour aller plus loin
Documentation, liens et articles supplémentaires utiles: