Files
AWatch-rus/grafana-1c/grafana/dashboards/1c-accounting-sre.json
T
qwen.ai[bot] efbb1eb304 Update Russian localization for 1C Grafana dashboards
- Modified docs/1C_GRAFANA_DEPLOYMENT_RU.md to update dashboard titles from English to Russian while preserving "DLP" term
- Updated grafana-1c/grafana/dashboards/1c-accounting-overview.json title to "1C Бухгалтерия — Обзор"
- Updated grafana-1c/grafana/dashboards/1c-accounting-sre.json maintaining Russian interface with preserved "DLP" terminology
- Complete localization ensures consistent Russian language throughout monitoring system while maintaining technical accuracy
2026-04-27 08:57:12 +00:00

207 lines
4.0 KiB
JSON
Executable File

{
"annotations": {
"list": []
},
"editable": true,
"graphTooltip": 0,
"id": null,
"links": [],
"panels": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 7200
}
]
},
"unit": "s"
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 8,
"x": 0,
"y": 0
},
"id": 1,
"options": {
"colorMode": "value",
"graphMode": "none",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "auto"
},
"targets": [
{
"expr": "max(onec_data_freshness_seconds)",
"refId": "A"
}
],
"title": "Свежесть данных (сек)",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"mappings": [
{
"options": {
"0": {
"text": "DOWN"
},
"1": {
"text": "UP"
}
},
"type": "value"
}
]
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 8,
"x": 8,
"y": 0
},
"id": 2,
"options": {
"colorMode": "value",
"graphMode": "none",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "auto"
},
"targets": [
{
"expr": "max(up{job=\"onec_sql_exporter\"})",
"refId": "A"
}
],
"title": "SQL Exporter",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 8,
"x": 16,
"y": 0
},
"id": 3,
"options": {
"colorMode": "value",
"graphMode": "none",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "auto"
},
"targets": [
{
"expr": "sum(ALERTS{alertstate=\"firing\",service=\"onec\"})",
"refId": "A"
}
],
"title": "Активные алерты 1С",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {},
"overrides": []
},
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
"y": 8
},
"id": 4,
"options": {
"legend": {
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"expr": "onec_data_freshness_seconds",
"legendFormat": "{{company}} {{source}}",
"refId": "A"
}
],
"title": "Свежесть источников 1С",
"type": "timeseries"
}
],
"refresh": "30s",
"schemaVersion": 39,
"style": "dark",
"tags": [
"1c",
"sre"
],
"templating": {
"list": []
},
"time": {
"from": "now-24h",
"to": "now"
},
"timezone": "",
"title": "1C Бухгалтерия — SRE",
"uid": "onec-accounting-sre",
"version": 1,
"weekStart": ""
}