check_ping command is a Nagios plugin that is used to check the ping output of a remote server. Based on the ping output, you can decide to set certai ...
分类:
移动开发 时间:
2017-07-09 16:23:19
阅读次数:
401
In our first part of this article, we’ve explained in detail on how to install and configure latest Nagios Core 4.2.0on CentOS 7.2 server. In this art ...
分类:
移动开发 时间:
2017-07-09 16:19:57
阅读次数:
304
In my first nagios tutorial I talked you through the instillation process required for nagios, if you have not yet installed nagios please follow my t ...
分类:
移动开发 时间:
2017-07-09 16:01:44
阅读次数:
262
Nagios如何实现监控远程主机的资源? NRPE 是 Nagios 的一个功能扩展,它可在远程 Linux 和 UNIX 主机上执行插件程序。通过在远程服务器上安装 NRPE 构件及 Nagios 插件程序来向 Nagios 监控平台提供该服务器的一些本地情况,如 CPU 负载、内存使用、硬盘使用 ...
分类:
移动开发 时间:
2017-07-07 11:51:38
阅读次数:
198
1、编辑配置文件 vim /etc/nagios/objects/contacts.cfg增加如下内容:define contactgroup{ contactgroup_name admins alias Nagios Administraators members nagiosadmin,dd ...
分类:
移动开发 时间:
2017-07-07 10:30:18
阅读次数:
267
服务端安装:1、yum安装,首先安装epel扩展源 wget https://mirrors.aliyun.com/epel/epel-release-latest-6.noarch.rpm rpm -ivh epel-release-latest-6.noarch.rpm2、yum安装nagios ...
分类:
移动开发 时间:
2017-07-07 10:28:19
阅读次数:
240
1、在客户端机器上安装epel扩展源 yum install -y epel-release2、yum安装nagios及依赖包软件 yum install -y nagios-plugins nagios-plugins-all nrpe nagios-plugins-nrpe3、编辑nrpe配置文 ...
分类:
移动开发 时间:
2017-07-07 10:23:02
阅读次数:
175
[root@~]#/usr/local/nagios/libexec/check_tcp-H127.0.0.180/usr/local/nagios/libexec/check_tcp:errorwhileloadingsharedlibraries:libssl.so.6:cannotopensharedobjectfile:Nosuchfileordirectory关联库文件:发现libssl.so.6=>notfound和libcrypto.so.6=>notfoundld..
分类:
其他好文 时间:
2017-07-05 19:58:04
阅读次数:
206
1操作系统centos6.7搭建环境nagios2监控端(S):IP:***.***.**.100(服务端和客户端都必须在同一种网络环境中,要么是桥接模式,要么是NAT模式)被监控端(C):IP:***.***.**.101注:/etc/sysconfig/network-scripts/ifcfg-eth0(网络环境根据自己需要在此路径配置)3安装步..
分类:
移动开发 时间:
2017-07-04 23:18:58
阅读次数:
266
话不多说,下面开始,nagios具体的介绍,可以搜一下,这篇文章为作者在实际操作中整理出来,写出来的都是负责人的内容~ 环境准备 此文档共用2台服务器的配置,操作系统均为centOS6.7,安装用户都为nagios用户,所有的安装都必须基于nagios,当权限不足时,采用sudo的方式,具体信息如下 ...
分类:
其他好文 时间:
2017-07-02 00:07:05
阅读次数:
258