会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
litzhiai
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
20
下一页
2023年3月30日
nfs和samba
摘要: 在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,
阅读全文
posted @ 2023-03-30 10:18 大川哥
阅读(60)
评论(0)
推荐(0)
2023年3月21日
idrac zabbix snmp
摘要:  
阅读全文
posted @ 2023-03-21 11:02 大川哥
阅读(29)
评论(0)
推荐(0)
2023年3月15日
lvm 搭建 nas 搭建
摘要: lvm搭建 Vol01 Vol02 Vol03 Vol04 Vol05 Vol06 Vol07 Vol08 Vol09 Vol10 Vol11 pvcreate /dev/mapper/Vol01 pvcreate /dev/mapper/Vol02 pvcreate /dev/mapper/Vol
阅读全文
posted @ 2023-03-15 16:12 大川哥
阅读(42)
评论(0)
推荐(0)
2023年1月11日
Prometheus windows 监控规则 rules
摘要: groups: - name: Redis.rules rules: - alert: WinInstanceMemUsageHigh expr: 100-(windows_os_physical_memory_free_bytes/windows_cs_physical_memory_bytes)
阅读全文
posted @ 2023-01-11 11:38 大川哥
阅读(609)
评论(0)
推荐(0)
2023年1月10日
ansible 安装 zabbix agent
摘要: - 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
阅读全文
posted @ 2023-01-10 15:24 大川哥
阅读(108)
评论(0)
推荐(0)
ansible 安装 ntp
摘要: - name: sync time hosts: lichuan gather_facts: false tasks: - name: SELINUX=disabled selinux: state=disabled - name: iptables stop shell: systemctl st
阅读全文
posted @ 2023-01-10 15:22 大川哥
阅读(125)
评论(0)
推荐(0)
ansible playbook 安装 node exporter
摘要: - name: install node-exporter conf hosts: lichuan gather_facts: false ignore_errors: yes tasks: - name: copy node-exporter.tgz copy: src=/root/node_ex
阅读全文
posted @ 2023-01-10 15:21 大川哥
阅读(137)
评论(0)
推荐(0)
2022年12月26日
pod 软亲和
摘要: 点击查看代码 spec: affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - key: k8
阅读全文
posted @ 2022-12-26 18:33 大川哥
阅读(24)
评论(0)
推荐(0)
2022年6月28日
linux time_wait参数调整
摘要: # time wait 回收 net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_tw_reuse = 1 net.ipv4.tcp_keepalive_time = 1200 #表示当keepalive起用的时候,TCP发送keepalive消息的频度。缺省是2小时,
阅读全文
posted @ 2022-06-28 15:11 大川哥
阅读(412)
评论(0)
推荐(0)
2022年6月27日
redis-exporter 安装部署 docker方式
摘要: docker启动exporter: docker rm -f redis_exporter_07 docker run -d --name redis_exporter_07 -p 19127:9121 --restart=always oliver006/redis_exporter --redi
阅读全文
posted @ 2022-06-27 15:39 大川哥
阅读(687)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
20
下一页
公告