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:
+4
@@ -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"
|
||||
+5
@@ -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
|
||||
Reference in New Issue
Block a user