第1章 例:检查文件系统挂载状态 1.1 自动发现文件系统名称脚本 vi Linux_mountfilename_discovery.sh portarray=(`mount |grep "^/" |grep -E "ext3|reiserfs|ext4|xfs" |awk '{print $3}' ...
分类:
其他好文 时间:
2020-07-12 17:16:39
阅读次数:
174
[zabbix5.0企业级分布式监控系统-精讲与企业应用,主要讲述了如何通过Zabbix系统,来监控IT基础设施的方方面面,包括软硬件、操作系统、网络、虚拟化、中间件以及各种业务应用系统等等。
分类:
其他好文 时间:
2020-07-12 14:35:50
阅读次数:
89
Description Name: Hackademic: RTB2 Date release: 6 Sep 2011 DHCP service: Enabled IP address: Automatically assign Task:get root and read the file key ...
分类:
其他好文 时间:
2020-07-10 17:09:19
阅读次数:
93
因工作需要,需要在windos服务器上安装多个zabbix_agent,使用不同得配置文件,不同得端口,不同得版本 一、第一个zabbix_agent客户端 1.下载zabbix_agent-4.2.1-windows-amd64.zip压缩包,解压后,创建logs目录 2.更改配置文件(Logfi ...
开启 ip 代理转发 临时开启 ip 代理转发 # 执行该命令后立即生效,但是重启后会失效 echo 1 | sudo tee /proc/sys/net/ipv4/ip_forward 永久开启 ip 代理转发 # 为适配不同系统,先删除后添加 sudo sed -i '/net.ipv4.ip_ ...
分类:
系统相关 时间:
2020-07-10 13:02:43
阅读次数:
102
Zabbix 监控服务介绍 一、Zabbix 监控服务介绍 1.1.1 Zabbix 监控服务介绍 Zabbix 监控介绍 1、Zabbix 由 Alexei Vladishev 创建,目前由其成立的公司—— Zabbix SIA 积极的持续开发更新维护, 并为用户提供技术支持服务。 2、Zabbi ...
分类:
其他好文 时间:
2020-07-10 09:58:28
阅读次数:
125
前提:安装好了docker-ce。systemctlstartdockersystemctlenabledockeriptables-Xiptables-Fserviceiptablessave1、部署nginx:dockerrun-it-d-p80:80-v/usr/share/nginx/html/:/usr/share/nginx/html/-v/etc/nginx/conf.d/:/etc
分类:
其他好文 时间:
2020-07-10 09:36:54
阅读次数:
64
K3S https://k3s.io/ https://docs.rancher.cn/k3s/ https://rancher.com/docs/k3s/latest/en/ https://github.com/rancher/k3s https://github.com/rancher/k3s ...
分类:
其他好文 时间:
2020-07-10 00:18:17
阅读次数:
106
1、LAMP 环境搭建 1.1 、安装 apache 安装 pcre tar -zxvf pcre-8.41.tar.gz cd pcre-8.41 ./configure --prefix=/home/pcre make make install 安装 apr tar -zxvf apr-1.6. ...
分类:
其他好文 时间:
2020-07-08 21:26:11
阅读次数:
65
从zabbix3.X开始 php必须5.4.x以上 系统7系列5.4.16 系统6系列5.3.x (1)安装相关依赖包 yum -y install gcc gcc-c++ httpd mariadb mariadb-server php php-devel php-mysql pcre-devel ...
分类:
其他好文 时间:
2020-07-08 12:55:55
阅读次数:
56