Icinga2centos7上的安装流程-icinga2安装(一)http://down.51cto.com/data/2219095Icinga2 web 在centos7上的安装流程-icinga2安装(二) http://down.51cto.com/data/2219097
原创 2016-05-22 11:23:16
1479阅读
Redhat安装icinga2 指导参考网址:http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc所需rpm包下载网址:http://packages.icinga.org/epel/https://packages.icinga.org/epel/6/release/noarch/  (icingaweb2
原创 2015-12-30 15:17:49
2676阅读
Icinga2 是一个开源的企业级监控系统,它能够检查网络资源的可用性,发现故障并通知用户,采集性能数据以生成报表。由于它具备出色的可伸缩性和可扩展性,Icinga2能够监控跨地域的大型、复杂的IT环境。 Icinga2采用GNU GPLv2开源许可协议。 Icinga2目前最新版本是2.2.0, 于 2014年11月17日 发布。 Icinga 由 Nagios 衍生而来,它修复了大量在Nagios中存在并且久未修复的Bug,在一定程度上能够兼容Nagios,例如Nagios的配置文件、插件能够用于 Icinga 。但是Icinga2是一个用C++开发的,秉承模块化、可伸缩性和高性能理念的,全新的监控核心(没有UI)。更重要的是,Icinga2能够兼容所有现存的Nagios和Icinga的check插件。
原创 2014-12-19 10:27:53
4314阅读
3点赞
6评论
监控存储(check-netapp-ng.pl): 下载网址:https://github.com/ranl/monitor-utils/blob/master/nagios/check-netapp-ng.pl # mv check-netapp-ng.pl/usr/lib64/nagios/plugins/# chmod +x /usr/lib64/nagios/plugi
转载 2016-11-25 14:58:11
917阅读
1 IoC理论的背景     我们都知道,在采用面向对象方法设计的软件系统中,它的底层实现都是由N个对象组成的,所有的对象通过彼此的合作,最终实现系统的业务逻辑。图1:软件系统中耦合的对象    如果我们打开机械式手表的后盖,就会看到与上面类似的情形,各个齿轮分别带动时针、分针和秒针顺时针旋转,从而在表盘上产生正确的时间。图1中
由于icinga2和nagios的配置写法的确很有差异,这里简单说明一下。
原创 2015-02-11 11:52:05
6751阅读
1点赞
1评论
Icinga2使用graphite显示图像下载地址:https://github.com/findmypast/icingaweb2-module-graphite http://dl.marmotte.net/rpms/redhat/el6/x86_64/ 需要下载安装的软件:Django、django-tagging、pyparsing、python-whisper、pytz、mod_wsgi
原创 2016-02-03 16:48:34
2726阅读
icinga,是曾经的nagios开发人员做的一个类似nagios的监控软件, 有版本1.x和2.x。个人使用icinga2后,觉得很好用,很多地方比nagios优秀,故在此记录和分享。有兴趣的朋友可以一起学习探究. 在ubuntu上写的,排版格式啥的,很乱...请见谅。
原创 2015-01-27 11:34:45
10000+阅读
3点赞
1评论
Icinga2监控web状态# vi /etc/icinga2/conf.d/templates.confobject CheckCommand "check-http" {  import "plugin-check-command"  command = [ PluginDir + "/check_http" ]  arguments = {  "-I"
原创 2016-02-04 09:41:19
1442阅读
icinga2 check_mysql_health插件https://labs.consol.de/nagios/check_mysql_health/# tar zxfv check_mysql_health-2.2.2.tar.gz# cd check_mysql_health-2.2.2# ./configure# make# make install# cp -rv /usr/local
原创 2017-10-31 17:01:07
1046阅读
icinga2使用587端口发邮件(postfix):原有的postfix发邮件操作不变vi/etc/mail.rc(最后添加)setsmtp=smtp://smtp.ming.com:587setsmtp-auth=loginsetsmtp-auth-user=zhi.yang@ming.comsetsmtp-auth-password=xxxxxxxsetssl-verify=ignorese
原创 2019-05-23 17:59:53
940阅读
icinga2监控netapp、ubuntu、windows的traffic流量注:在Grafana上单位选data rate ——kilobits/sec  (显示为b,除8为大B值)插件下载网址:https://github.com/cloved/check_traffic/blob/master/check_traffic.sh# mv check_traffic.sh /usr/
原创 2016-11-29 17:30:43
901阅读
icinga2对特定服务设置专门发邮件策略(如mysql、web等):# vi /etc/icinga2/conf.d/timeperiods.conf (也可以新建个TimePeriod)object TimePeriod "9to5" {  import "legacy-timeperiod"  display_name = "Icinga 2 9to5 TimePerio
原创 2017-08-28 16:02:22
896阅读
通过icinga2监控服务器的top(CPU)信息,主要为cpu iowait值插件下载网址(复制内容改名为check_iostat_cpu,以便和另1个监控硬盘IO的check_iostat区分):https://raw.githubusercontent.com/skywalka/check-cpu-perf/master/check_cpu_perf.sh使用:# /usr/lib64/na
原创 2017-09-13 21:25:47
1578阅读
icinga2使用check_snmp_idrac.py监控DELL硬件状态:gitclonehttps://github.com/pynag/pynag.gitcdpynagpythonsetup.pybuildpythonsetup.pyinstallyuminstallnet-snmp-develnet-snmp-pythonhttps://github.com/rsmuc/health_m
原创 2019-01-17 19:01:54
989阅读
pnp4nagios在icinga2上安装注意事项 1、需要先安装pnp4nagios icinga-web-module-pnpyum install pnp4nagios icinga-web-module-pnp 2、现在pnp 扩展到服务器指定目录pnp地址:https://exchange.icinga.org/icinga/PNP解压到次目录/usr/share/i
原创 2016-05-26 15:31:57
1824阅读
计划任务:让计算机在指定的时间执行指定的事情 1、分类:一次性计划任务:at(临时的计划任务) 周期性计划任务:cron 2、计划任务管理:查atq、创建at、删除atrm 注:服务器重启一般都是晚上 凌晨2点 at 时间 atq 或 at -l 查计划列表 eg.
转载 2024-02-15 16:34:41
63阅读
find命令功能非常强大,通常用来在特定的目录下搜索符合条件的文件,也可以用来搜索特定用户属主的文件 find / -name '*name*' 查找根目录下的包含name的文件名 find ./ -name test.sh 查找当前目录下所有名为test.sh的文件 find ./ -name '
转载 2018-12-08 00:09:00
189阅读
2评论
icinga2借助check_wmi_plus.pl监控Windows服务器Windows端:1、确保services里的Windows Management Instrumentation服务是start的(一般均为start)2、将账号加入本地的Distributed COM Users、Perfromance Log Users、Performance Monitor Users组3、固定W
原创 2017-04-13 09:04:31
1564阅读
Grub2菜单背景红帽企业版 Linux 7 的引导装载程序是“GRUB 2”。您可以更改“GRUB 2”外观的几个部分。以下几小节将向您展示如何改变 Linux 发行版名称、菜单颜色,和背景图片。10.3.1. 发行版名称默认情况下,“GRUB 2”显示含有发行版名称的标题。您可以通过自定义 /etc/default/grub 文件中的 GRUB_DIST
转载 2024-03-05 13:57:46
93阅读
  • 1
  • 2
  • 3
  • 4
  • 5