Files
portfolio/professional-infra/zabbix-monitoring-incident-response/samples/aix-os-checks.json
T
Mateusz Suski 35e6b139fc
ci / validate (push) Failing after 1m8s
Initial CV-aligned infrastructure portfolio
Rework portfolio around Linux operations, Zabbix monitoring, migration validation, and ELK/Grafana log observability.

Add AAP-style LVM resize workflow, Zabbix server/proxy/agent automation assets, Linux/AIX monitoring templates, and updated validation CI.
2026-05-04 17:37:24 +00:00

14 lines
320 B
JSON

{
"host": "aix-core01",
"proxy": "zbx-proxy-bank01",
"mode": "active",
"checks": {
"aix.fs.root.pused": 68.2,
"aix.cpu.user": 17.5,
"aix.memory.free_mb": 8192,
"aix.net.errin": 0,
"aix.process.count[cron]": 1
},
"note": "Sample payload for review; AIX runtime is not emulated locally."
}