自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 Zabbix server is no running

在我自動化大量部署新增主機之後,zabbix server顯示Zabbix server is no running,查看log訊息,[root@idczabbix85 zabbix]# tail -50 zabbix_server.log顯示 One child process died (PID:9954,exitcode/signal:1). Exiting … 9953:20210927:180057.378 One child process died (PID:9954,exitcod

2021-10-12 10:07:56 416

原创 Zabbix5.0 IPMI監控主機硬體(IBM,Dell,HP)

這裡是示範監控ProLiant DL360 Gen10,dell,ibm以此類推即可。ipmi設定配置官網訊息修改zabbix主機配置,開啟ipmi功能,和debug層級[root@idczabbix85 ~]# vim /etc/zabbix/zabbix_server.confStartIPMIPollers=3DebugLevel=3[root@idczabbix85 ~]# systemctl restart zabbix-server.service安裝ipmitool

2021-10-12 10:06:51 847

原创 CentOS7安裝Ansible - No package ansible available

如下文所示,安裝ansible的時候,發現No package ansible available.,因為Ansible是屬于Extra Packages for Enterprise linux (EPEL)庫的一部分,因此要先安裝EPEL[root@idcawx90 ~]# yum install ansible -yLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfile * base: mirror01.i

2021-10-12 10:04:19 874

原创 yum groupinstall 無法使用

系統版本:CentOS Linux release 7.6.1810 (Core)欲使用yum groupinstall安裝群包,發生以下問題No packages in any requested group available to install or update[root@localhost yum.repos.d]# yum groupinstall "Development Tools"Loaded plugins: fastestmirrorThere is no install

2021-10-12 09:59:44 1483

原创 centos安裝源碼包nginx報錯

系統版本:CentOS Linux release 7.6.1810 (Core)[root@localhost nginx-1.12.0]# ./configure --prefix=/data/xx/./configure: error: the HTTP rewrite module requires the PCRE library.You can either disable the module by using --without-http_rewrite_moduleoption,

2021-10-12 09:56:59 97

原创 yum/rpm 查看安裝位置

使用yum安裝非常方便和快速,解決了rpm單一安裝相依性的問題,但是安裝後,檔案到底安裝到哪了,以下方式,就可以查看到。以下用安裝nginx為例:先查詢系統中,有關nginx的rpm包[root@idces81 ~]# rpm -qa | grep "nginx"nginx-filesystem-1.20.1-2.el7.noarchnginx-1.20.1-2.el7.x86_64查看nginx包安裝位置[root@idces81 ~]# rpm -ql nginx-1.20.1

2021-10-12 09:49:02 299

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除