溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Custom Time

發(fā)布時間:2020-07-28 02:41:28 來源:網(wǎng)絡(luò) 閱讀:324 作者:卍偽裝卍 欄目:移動開發(fā)

Modify the time file:
# vi /etc/nagios/objects/timeperiods.cfg

# 'workhours' timeperiod definition
define timeperiod{
    timeperiod_name    workhours
    alias              Normal Work Hours
    monday             08:30-15:30,20:30-24:00
    tuesday            00:00-03:00,08:30-15:30,20:30-24:00
    wednesday          00:00-03:00,08:30-15:30,20:30-24:00
    thursday           00:00-03:00,08:30-15:30,20:30-24:00
    friday             00:00-03:00,08:30-15:30,20:30-24:00
    }


Modify the template file:
# vi /etc/nagios/objects/templates.cfg

define service{
    name                          generic-Flows
    active_checks_enabled         1
    passive_checks_enabled        1
    parallelize_check             1
    obsess_over_service           1
    check_freshness               0
    notifications_enabled         1
    event_handler_enabled         1
    flap_detection_enabled        1
    failure_prediction_enabled    1
    process_perf_data             1
    retain_status_information     1
    retain_nonstatus_information  1
    is_volatile                   0
    check_period                  workhours
    max_check_attempts            3
    normal_check_interval         3
    retry_check_interval          2
    contact_groups                Network
    notification_options          w,u,c,r
    notification_interval         60
    notification_period           workhours
    register                      0
    }


Modify the hosts file to be monitored:
# vi /etc/nagios/Juniper/CTFirewall.cfg

define service{
    use                   srv-pnp,generic-Flows
    host_name             CTFirewall
    service_description   ethernet0/0-Flow
    check_command         check_snmp!-C Firewall -P 2c -o ifInOctets.1
    }


Grammar Checker&&Restart:
# /usr/local/nagios/bin/nagios -v /etc/nagios/nagios.cfg
# service nagios restart







向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI