Initial CV-aligned infrastructure portfolio
ci / validate (push) Failing after 1m8s

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.
This commit is contained in:
Mateusz Suski
2026-05-04 17:37:24 +00:00
commit 35e6b139fc
114 changed files with 6422 additions and 0 deletions
@@ -0,0 +1,4 @@
UserParameter=os.fs.discovery,echo '{"data":[]}'
UserParameter=os.cpu.runqueue,uptime
UserParameter=os.net.tcp_established,ss -tan state established | wc -l
UserParameter=os.process.count[*],pgrep -fc "$1"
@@ -0,0 +1,5 @@
Server={{ zabbix_agent_server }}
ServerActive={{ zabbix_agent_server_active }}
Hostname={{ zabbix_agent_hostname }}
ListenPort={{ zabbix_agent_listen_port }}
Include={{ zabbix_agent_include_dir }}/*.conf