摘要:
在10.3.228.228上进行配置 搭建了nfs和samba服务,用于共享给linux和windows nfs管理: [root@localhost ~]# cat /etc/exports /data 10.3.229.14/32(rw,no_root_squash,no_all_squash, 阅读全文
摘要:
  阅读全文
摘要:
lvm搭建 Vol01 Vol02 Vol03 Vol04 Vol05 Vol06 Vol07 Vol08 Vol09 Vol10 Vol11 pvcreate /dev/mapper/Vol01 pvcreate /dev/mapper/Vol02 pvcreate /dev/mapper/Vol 阅读全文
摘要:
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 阅读全文
摘要:
点击查看代码 spec: affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - key: k8 阅读全文
摘要:
# time wait 回收 net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_tw_reuse = 1 net.ipv4.tcp_keepalive_time = 1200 #表示当keepalive起用的时候,TCP发送keepalive消息的频度。缺省是2小时, 阅读全文
摘要:
docker启动exporter: docker rm -f redis_exporter_07 docker run -d --name redis_exporter_07 -p 19127:9121 --restart=always oliver006/redis_exporter --redi 阅读全文