
监控
复制 # cd /usr/local/src/tarbag # wget http://labs.consol.de/wp-content/uploads/2010/03/check_mysql_health-2.1.1.tar.gz # tar zxvf check_mysql_health-2.1.1.tar.gz -C ../software/ # ./configure \ –prefix=/usr/local/nagios/ \ –with-nagios-user=nagios \ –with-nagios-group=nagios \ –with-perl=/usr/bin/perl \ –with-statefiles-dir=/usr/local/nagios/var/tmp \ –with-perl perl\ 程序运行路径 –with-statefiles-dir 状态信息文件路径 # make # make install 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.