nagios的配置總結(jié)

所有都是yum安裝:

龍游ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場(chǎng)景,ssl證書未來(lái)市場(chǎng)廣闊!成為創(chuàng)新互聯(lián)的ssl證書銷售渠道,可以享受市場(chǎng)價(jià)格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:18982081108(備注:SSL證書合作)期待與您的合作!

  1.  # vim /etc/nagios/nagios.cfg 

添加主機(jī)配置文件到主配置文件

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

cfg_file=/etc/nagios/objects/172.16.1.1.cfg

2.  # vim /etc/nagios/objects/commands.cfg 

添加 check_nrpe 命令到 commands.cfg

define command{

        command_name    check_nrpe

        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$

        }

3. 主機(jī)配置模版:

# cat  172.16.10.134.cfg

define host{

        use                     linux-server            

        host_name               172.16.1.1

        alias                   172.16.1.1

        address                 172.16.1.1

        }

define service{

        use                     generic-service

        host_name               172.16.1.1

        service_description     check_ping

        check_command           check_ping!100.0,20%!200.0,50%

        max_check_attempts      5

        normal_check_interval   1

        }

define service{

        use                     generic-service

        host_name               172.16.1.1

        service_description     check_ssh

        check_command           check_ssh

        max_check_attempts      5   

        normal_check_interval   1 

        notification_interval   60 

        }

define service{

        use                     generic-service

        host_name               172.16.1.1

        service_description     check_http

        check_command           check_http

        max_check_attempts      5

        normal_check_interval   1

        notification_interval   60  

}

define service{

        use                             generic-service         

        host_name                       172.16.1.1

        service_description             Root Partition

        check_command                   check_local_disk!20%!10%!/

        }

define service{

        use                             generic-service

        host_name                       172.16.1.1

        service_description             Current Users

        check_command                   check_local_users!20!50

        }

define service{

        use                             generic-service         

        host_name                       172.16.1.1

        service_description             Total Processes

        check_command                   check_local_procs!450!500!RSZDT

        }

define service{

        use                             generic-service        

        host_name                       172.16.1.1

        service_description             Current Load

        check_command                   check_local_load!5.0,4.0,3.0!10.0,6.0,4.0

        }

define service{

        use                             generic-service       

        host_name                       172.16.1.1

        service_description             Swap Usage

        check_command                   check_local_swap!20!10

        }

define service{

        use                             generic-service

        host_name                       172.16.1.1

        service_description             check_load

        check_command                   check_nrpe!check_load

        max_check_attempts              5

        normal_check_interval           1

}

define service{

        use                             generic-service

        host_name                       172.16.1.1

        service_description             check_disk_opt

        check_command                   check_nrpe!check_opt

        max_check_attempts              5

        normal_check_interval           1

}

define service{

        use                             generic-service         

        host_name                       172.16.1.1

        service_description             port 145 

        check_command                   check_tcp!145

        }

define service{

        use                             generic-service         

        host_name                       172.16.1.1

        service_description             port 110 

        check_command                   check_tcp!110

        }

define service{

        use                             generic-service

        host_name                       172.16.1.1

        service_description             port 106

        check_command                   check_tcp!106

        }

define service{

        use                             generic-service

        host_name                       172.16.1.1

        service_description             port 107

        check_command                   check_tcp!107

        }

define service{

        use                             generic-service

        host_name                       172.16.1.1

        service_description             check_mem

        check_command                   check_nrpe!check_mem

        max_check_attempts              5

        normal_check_interval           1

}

[root@local objects]# 

客戶端:

[root@local plugins]# vim /etc/nagios/nrpe.cfg 

command[check_users]=/usr/lib64/nagios/plugins/check_users -w 5 -c 10

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

command[check_hda1]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /dev/hda1

command[check_opt]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /dev/mapper/all--data-data01

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

command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 150 -c 200 

command[check_mem]=/usr/lib64/nagios/plugins/check_mem.sh -w 150 -c 100

# cat /usr/lib64/nagios/plugins/check_mem.sh

#!/bin/bash

TOTAL=`free -m | head -2 |tail -1 |gawk '{print $2}'`

 

# Free memory 

 

FREE=`free -m | head -2 |tail -1 |gawk '{print $4}'`

 

# to calculate free percent

 

# use the expression  free * 100 / total

 

FREETMP=`expr $FREE \* 100`

 

PERCENT=`expr $FREETMP / $TOTAL`

 

echo "$FREE MB ($PERCENT%) Free Memory"

 

exit 0

分享題目:nagios的配置總結(jié)
URL網(wǎng)址:http://bm7419.com/article46/psdohg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供App設(shè)計(jì)、品牌網(wǎng)站建設(shè)、定制開(kāi)發(fā)網(wǎng)站收錄、品牌網(wǎng)站制作、面包屑導(dǎo)航

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

成都app開(kāi)發(fā)公司