您好,登錄后才能下訂單哦!
Contents[hide]
|
You need to have a Nagios NRPE server running on the host.
The host need to have the command /usr/bin/cl_status accessible to user nrpe.
The script will return a Nagios code of:
OK: when the number of registered nodes and active nodes is equal
WARNING: If at least one node is active
CRITICAL: If the cluster status could not be accessed or if no nodes are active
You can get it here: media:check_heartbeat.sh
Copy it to your nagios plugins directory, in my case: /usr/local/nagios/libexec/
# cp check_hearbeat.sh /usr/local/nagios/libexec/check_heartbeat.sh # chmod 755 /usr/local/nagios/libexec/check_heartbeat.sh
Add the following to /etc/nagios/nrpe_local.cfg
command[check_heartbeat]=/usr/local/nagios/libexec/check_heartbeat.sh
and reload nrpe server:
# /etc/init.d/nagios-nrpe-server reload
Add the following template:
# check LVS Heartbeat define service{ use generic-service name check-heartbeat service_description Linux HA LVS check_command check_nrpe!check_heartbeat }
Add the following service definition:
#check heartbeat define service{ use check-heartbeat host_name lvs1, lvs2 }
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。