nagios 监控远端服务公共数据
admin
2023-02-09 06:20:12
0


使用nagios 监控

创建监控对象配置文件 xxx.cfg

加载监控对象配置文件 nagios.cfg

重启nagios服务

登录监控页面


远端主机配置

能正常与监控服务器通信

安装监控插件

安装nrpe

定义监控命令

启动nrpe服务


被监控端


yum -y install openssl-devel

1、安装监控插件

useradd nagios

groupadd nagcmd

usermod -G nagcmd nagios

tar -zxvf nagios-plugins-1.4.14.tar.gz

cd nagios-plugins-1.4.14;

 ./configure --with-nagios-user=nagios --with-nagios-group=nagcmd  &&  make  && make  install 


2、安装nrpe

tar -zxvf nrpe-2.12.tar.gz 

cd nrpe-2.12

./configure   &&  make   &&  make  install

make install-plugin

make install-daemon

make install-daemon-config

make install-xinetd


3、定义监控命令


 vim /usr/local/nagios/etc/nrpe.cfg

command[check_users]=/usr/local/nagios/libexec/check_users -w 3 -c 5

command[check_load]=/usr/local/nagios/libexec/check_load -w 15,10,5 -c 30,25,20

command[check_sda2]=/usr/local/nagios/libexec/check_disk -w 20% -c 10% -p /dev/sda2

command[check_zombie_procs]=/usr/local/nagios/libexec/check_procs -w 5 -c 10 -s Z

command[check_total_procs]=/usr/local/nagios/libexec/check_procs -w 150 -c 200 

command[check_swap]=/usr/local/nagios/libexec/check_swap -w 40% -c 30%

4、启动nrpe服务

[root@localhost ~]# vim /etc/xinetd.d/nrpe  

        only_from       = 127.0.0.1     xxx.xxx.xxx.xxx #监控端

[root@localhost ~]# vim  /etc/services     //指定nrpe对应端口

nrpe     5666/tcp #nrpe service


5、重启服务

service xinetd restart

6、 减产nrpe 是否已经运行

cd /usr/local/nagios/libexec

./check_nrpe -H localhost





nagios服务器配置


新建远程主机的公有数据

新建监控对象文件


/usr/local/nagios/etc/objects

cp localhost.cfg s2.cfg

vim s2.cfg


define host{

        use                     linux-server            ; Name of host template to use

                                                        ; This host definition will inherit all variables that are defined

                                                        ; in (or inherited by) the linux-server host template definition.

        host_name               s2

        alias                   s2

        address                 127.0.0.1

        }




将其中的localhost 修改为s2

%s/localhost/s2/g

修改address xxx.xxx.xxx.xxx


修改主配置文件 nagios.cfg

vim /usr/local/nagios/etc/nagios.cfg


# Definitions for monitoring the local (Linux) host

cfg_file=/usr/local/nagios/etc/objects/localhost.cfg

cfg_file=/usr/local/nagios/etc/objects/s2.cfg


相关内容

热门资讯

德国总理:美国正在被伊朗羞辱 德国之声4月27日报道,德国总理默茨在访问一所学校时表示,在当前的持续冲突中,伊朗领导层正试图羞辱美...
理响中国|“长”歌以行,风云激... 光阴如梭,东方潮阔。这里是中国的长三角,世界的长三角。无论过去、现在还是未来,这片土地都因时代而生,...
白宫:特朗普及其国安团队开会讨... 新华社华盛顿4月27日电 美国白宫新闻秘书莱维特27日在记者会上证实,总统特朗普及其国家安全团队当天...
人民日报刊文:日本放开杀伤性武... 日本放开杀伤性武器出口推高地缘冲突风险(国际论坛)常思纯《人民日报》(2026年04月28日 第 0...
医疗保障法草案二审:明确生育保... 满足多样化健康保障需求本报记者 彭 波4月27日,医疗保障法草案二审稿提请十四届全国人大常委会第二十...
天津一景区发生自转旋翼机事故1... 澎湃新闻记者 吕新文中国民用航空华北地区管理局4月22日公布《豪客通航“10•1”天津长芦汉盐旅游区...
卡塔尔埃米尔与美国总统特朗普通... 当地时间24日,卡塔尔埃米尔塔米姆与美国总统特朗普通电话,重点就中东地区局势以及伊朗与美国谈判问题交...
男子30年前被扣押2859克黄... 澎湃新闻记者 王鑫家住辽宁省大连市的潘永嘉近日向澎湃新闻反映称,三十年前,他在大连周水子机场被盖州市...
商务部:取消反制欧盟两家金融机... 中华人民共和国商务部令二〇二六年 第1号鉴于欧盟已取消对中国两家金融机构的制裁措施,现公布《关于取消...
过去24小时共有5艘船只通过霍... 总台记者当地时间24日获悉,过去24小时内,共有5艘船只通过霍尔木兹海峡,其中包括一艘伊朗油轮。(总...