符合中小企业对网站设计、功能常规化式的企业展示型网站建设
本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...
商城网站建设因基本功能的需求不同费用上面也有很大的差别...
手机微信网站开发、微信官网、微信商城网站...
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 }