feat(portal): add agent coverage sla

This commit is contained in:
igor04091968
2026-06-04 12:41:03 +03:00
parent bb00651bce
commit a30ab9cc95
6 changed files with 596 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"nodes": [
{
"hostname": "HOST-EXAMPLE-001",
"department": "Бухгалтерия",
"owner": "OWNER-EXAMPLE",
"criticality": "normal"
},
{
"hostname": "HOST-EXAMPLE-002",
"department": "Продажи",
"owner": "OWNER-EXAMPLE",
"criticality": "critical"
}
]
}