nagios core 4.4.1升级 4.4.3
2019-05-30Nagios Core provides the central monitoring engine and a web interface for viewing current status, historical logs, and basic reports. 阅读全文...
nagiosxi和nagios core区别
2019-05-30Nagios XI is a powerful application for monitoring your critical IT infrastructure components.
Nagios XI Provides monitoring of all mission-critical infrastructure components including applications, services, operating systems, network protocols, systems metrics, and network infrastructure. Hundreds of third-party addons provide for monitoring of virtually all in-house applications, services, and systems. 阅读全文...
php-fpm 进程池优化方法
2019-05-24 php-fpm进程池开启进程有两种方式,一种是static,直接开启指定数量的php-fpm进程,不再增加或者减少;
另一种则是dynamic,开始时开启一定数量的php-fpm进程,当请求量变大时,动态的增加php-fpm进程数到上限,当空闲时自动释放空闲的进程数到一个下限。
这两种不同的执行方式,可以根据服务器的实际需求来进行调整。 阅读全文...
centos7 开机有上百个rcuob和rcuos进程
2019-05-24一台服务器安装了CentOS7,内核3.10.0-327.10.1.el7.x86_64,系统里有128个rcuos进程和128个rcuob进程,导致新添加的Zabbix一直提示系统的进程数过多,而服务器的CPU并没有这么多核心。 阅读全文...
pyzabbix是zabbixAPI的第三方python包装
2019-05-22Zabbix API是基于JSON-RPC 2.0规格,具体实现可以选择任何自己爱好的编程语言,可以采用Perl、Ruby、PHP之类的。
python zabbix api模块较多,使用较为方便。 阅读全文...
centos7-install-php5.6.40
2019-05-20PHP 7.3声称速度比PHP 5快3倍还多。但是typo3 7.6.10不支持php7.3。
报错信息:Warning: count(): Parameter must be an array or an object that implements Countable 阅读全文...
win10开机直接进入输入密码界面
2019-05-19锁屏/开机/桌面 阅读全文...
yum versionlock 怎么处理
2019-05-18yum install yum-plugin-versionlock.noarch 阅读全文...
CentOS7安装Memcached
2019-05-15Memcached是一个自由开源的,高性能,分布式内存对象缓存系统。 阅读全文...
联想显示器:联想炫彩功能
2019-05-141、联想炫彩功能设置屏幕分成两种不同颜色 阅读全文...
shell报错pushd:not found
2019-05-14shell行首用了#!/bin/sh,进入目录用了pushd/popd 阅读全文...
discuz修改UC密码
2019-05-13重置discuz密码 阅读全文...
aliyun/baidu云服务器重新初始化磁盘
2019-05-13aliyun云服务器ECS用了几年后,系统已经不能再满足要求,可以升降配置/重做系统/换操作系统。 阅读全文...
centos7-install-php7.3.5
2019-05-13PHP 7.3声称速度比PHP 5快3倍还多。PHP 7.3比PHP 7.0快25% 阅读全文...
centos7-install-cmake3
2019-05-10mysql8.0和php7.3安装时都需要CMake 3.0.2 or higher is required 阅读全文...