01 2023 档案
摘要:groups: - name: Redis.rules rules: - alert: WinInstanceMemUsageHigh expr: 100-(windows_os_physical_memory_free_bytes/windows_cs_physical_memory_bytes)
阅读全文
摘要:- name: install zabbix-agent conf hosts: lichuan vars: zabbix_server_ip: 10.3.229.14 zabbix_agent_ip: "{{ ansible_em1.ipv4.address }}" gather_facts: t
阅读全文
摘要:- name: sync time hosts: lichuan gather_facts: false tasks: - name: SELINUX=disabled selinux: state=disabled - name: iptables stop shell: systemctl st
阅读全文
摘要:- name: install node-exporter conf hosts: lichuan gather_facts: false ignore_errors: yes tasks: - name: copy node-exporter.tgz copy: src=/root/node_ex
阅读全文