icinga2对特定服务设置专门发邮件策略(如mysql、web等):#vi/etc/icinga2/conf.d/timeperiods.conf(也可以新建个TimePeriod)objectTimePeriod"9to5"{import"legacy-timeperiod"display_name="Icinga29to5TimePeriod"ranges={"monday" ="08:00-20:00""tuesday" ="08:00-20:0..
分类:
其他好文 时间:
2017-08-29 00:03:48
阅读次数:
196
icinga2通过check_hpasm监控HP服务器硬件报警:https://labs.consol.de/nagios/check_hpasm/#download被监控服务器需安装hp-snmp-agents#dpkg-ihp-snmp-agents_10.40-2909.34_amd64.deb#/sbin/hpsnmpconfig输入y(即使用已有/etc/snmp/snmpd.conf配置)#tarzxfvcheck_hpasm-4.7..
分类:
其他好文 时间:
2017-07-01 10:05:19
阅读次数:
163
icinga2借助check_wmi_plus.pl监控Windows服务器Windows端:1、确保services里的WindowsManagementInstrumentation服务是start的(一般均为start)2、将账号加入本地的DistributedCOMUsers、PerfromanceLogUsers、PerformanceMonitorUsers组icinga2服务器端:check_wmi_plus.pl..
icinga2通过check_ping.pl插件生成可用性监控下载地址:https://exchange.nagios.org/directory/Plugins/Network-Protocols/ICMP/check_ping-2Epl/details修改脚本:#vicheck_ping.pl(最后2行改成下面这样)my$loss=sprintf("%.3f",(100-(100*$nok/$pack)));printf("PING-Pack..
分类:
其他好文 时间:
2017-01-18 23:34:31
阅读次数:
163
icinga2借助check_iostat.sh抓取linux服务器的diskIO(硬盘繁忙度)下载地址:https://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/Check-Iostat-Updated/details对脚本进行修改(默认为$12,12为w_await值,14为%util值)UTIL=`cat$TMP|$AWK‘{sum+=$14}EN..
分类:
移动开发 时间:
2016-12-20 21:39:23
阅读次数:
242
icinga2监控netapp、ubuntu、windows的traffic流量插件下载网址:https://github.com/cloved/check_traffic/blob/master/check_traffic.sh#mvcheck_traffic.sh/usr/lib64/nagios/plugins/#chmod+x/usr/lib64/nagios/plugins/check_traffic.sh#cd/usr/lib64/nagios/plugins/#cpc..
分类:
移动开发 时间:
2016-11-29 23:38:45
阅读次数:
1130
监控存储(check-netapp-ng.pl):下载网址:https://github.com/ranl/monitor-utils/blob/master/nagios/check-netapp-ng.pl#mvcheck-netapp-ng.pl/usr/lib64/nagios/plugins/#chmod+x/usr/lib64/nagios/plugins/check-netapp-ng.pl使用:卷:#/usr/lib64/nagios/plugins/chec..
分类:
移动开发 时间:
2016-11-26 00:22:10
阅读次数:
343
Grafana+Graphite搭建配置步骤下载网址:http://grafana.org/download(选择rpm包)#rpm-igrafana-3.1.1-1470047149.x86_64.rpm#serivcegrafana-serverstart网址访问:http://ip:3000默认用户名:admin密码:adminGrafana和graphite结合graphite及icinga2搭建略,可参见另外文..
分类:
其他好文 时间:
2016-09-09 01:09:42
阅读次数:
1543
Icinga2在centos7上的安装流程-icinga2安装(一)http://down.51cto.com/data/2219095Icinga2web在centos7上的安装流程-icinga2安装(二)http://down.51cto.com/data/2219097
分类:
其他好文 时间:
2016-05-22 18:40:37
阅读次数:
740
Icinga is an open source network monitoring application that provides us with Icinga Web 1 and Icinga Web 2 interfaces to fully manage and monitor the hosts and services through its dashboard. Icinga...
分类:
Web程序 时间:
2016-05-03 18:28:14
阅读次数:
606