码迷,mamicode.com
首页 >  
搜索关键字:zabbix centos7    ( 20351个结果
创建可以ssh的docker容器
操作系统:vmcentos6.5x64192.168.240.148docker容器:centos6.5x64172.17.0.31.下载原始镜像[root@localhost~]#dockerpullcentos ###一般会拉最新版centos7和centos6.5过来,这里使用的是centos6.5###2.安装openssh[root@localhost~]#dockerrun-i-tkw1073/centos-new4/bin/bas..
分类:其他好文   时间:2014-07-31 21:15:09    阅读次数:350
Python+Mysql生成zabbix统计数据
先大概了解一下zabbix数据库结构:1、groups表可以根据组名查到组ID2、找到组ID就可以根据组ID找出这个组下面的所有服务器的ID,这个关系在hosts_groups表里面:3、有了hostid就可以在hosts表里查看这台机器的基本信息了:items表则可以根据hostid查出这台服务器的所有监控项:..
分类:数据库   时间:2014-07-31 21:13:48    阅读次数:1215
替换文件中的某个内容
#定义要查找的包含某个关键字的行(该关键字不是要替换的内容,比如此处要替换的是行 Hostname=10.4.20.20 中等号后面的内容)$keyword = "Hostname"#定义要替换后的内容$newword = "10.4.20.20"$filepath = "C:\zabbix_age...
分类:其他好文   时间:2014-07-31 12:59:56    阅读次数:233
新一期Linux运维课程已经多角度引入CentOS 7
下面是课堂上讲述配置CentOS7的PXE安装环境时的截图:
分类:系统相关   时间:2014-07-31 03:16:56    阅读次数:253
building hadoop2.4.1 on centos7[在centos7上面构建hadoop2.4.1]
本文介绍在centos7上面通过hadoop2.4.1源码构建hadoop distribution 版本,即hadoop的运行版本。 为何要自己building,而不用Apache的distribution 【bin】版本,因为hadoop涉及到Linux系统的底层实现,如: hado...
分类:其他好文   时间:2014-07-30 23:41:25    阅读次数:284
zabbix通过orabbix插件监控oracle
什么是orabbix?Orabbix是设计用来为zabbix监控Oracle数据库的插件,它提供多层次的监控,包括可用性和服务器性能指标。它提供了从众多Oracle实例采集数据的有效机制,进而提供此信息的监控和性能指标。然后,您可以利用的zabbix的报告功能为收集的所有数据,并提供分析。目前..
分类:数据库   时间:2014-07-30 17:56:54    阅读次数:523
reactor学习
最近在学习saltstack的reactor模块,由于在业务上没有有关reactor的需求。这里只是举个例子,方便将来参考使用。原理:reactor分为两部分:tag和sls。reactor去匹配这个tag(event的tag),匹配到则执行对应的sls文件。这个需要结合event。其实这个类似于zabbix的triggers。在配..
分类:其他好文   时间:2014-07-29 18:18:33    阅读次数:352
centso7 install Mariadb
安装和配置Mariadb看来以后不得不使用Mariadb数据库了,尽早的熟悉;[1]InstallMariadbforepelyum-yinstallmariadb-serverInstalled:mariadb-server.x86_641:5.5.37-1.el7_0[2]StartMariadb&开机启动[root@mariadb~]#systemctlstartmariadb [root@mariadb~]#systemctlenabl..
分类:数据库   时间:2014-07-29 16:05:39    阅读次数:358
centos7 本地yum源
使用光盘镜像作为软件yum源:[1]上传centos7光盘镜像到/usr/local/src目录下;(工具Xftp)[2]挂载系统文件mkdir/media/cdrom#习惯用这个目录名称了; cd/usr/local/src ls CentOS-7.0-1406-x86_64-DVD.iso #mount-tiso9660-oloop/usr/local/src/CentOS-7.0-1406-x86_64-DVD.i..
分类:其他好文   时间:2014-07-29 16:03:09    阅读次数:446
centos7 install httpd
[1]InstallHttpdforCentos7-media#yum--enablerepo=centos7-media-yinstallhttpd Installed: httpd.x86_640:2.4.6-18.el7.centos[2]starthttpd,开机启动#systemctlstarthttpd.service #systemctlenablehttpd.service ln-s‘/usr/lib/systemd/system/httpd.service‘‘/etc/systemd..
分类:其他好文   时间:2014-07-29 15:58:49    阅读次数:367
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!