背景:
阅读新闻
Nagios安装后没有check_mysql解决
[日期:2011-09-30] 来源:51cto 作者:myhat [字体:]
nagios监控MySQL服务器:
方法:定期去select下某个空闲的数据库
使用插件:check_mysql
问题:安装完成nagios后,发现居然没有这个插件,怎么办?
解决方法:
# yum install mysql-devel
重装下nagios-plugins插件包
[root@svr4 nagios-plugins-1.4.15]# ./configure
--with-apt-get-command:
--with-ping6-command: /bin/ping6 -n -U -w %d -c %d %s
--with-ping-command: /bin/ping -n -U -w %d -c %d %s
--with-ipv6: yes
--with-mysql: /usr/bin/mysql_config
--with-openssl: yes
--with-gnutls: no
--enable-extra-opts: no
--with-perl: /usr/bin/perl
--enable-perl-modules: no
--with-cgiurl: /nagios/cgi-bin
--with-trusted-path: /bin:/sbin:/usr/bin:/usr/sbin
--enable-libtap: no
[root@svr4 nagios-plugins-1.4.15]# make && make install
结果:这个插件有了!
[root@svr4 nagios-plugins-1.4.15]# ll /usr/local/nagios/libexec/check_mysql*
-rwxr-xr-x 1 root root 124343 Aug 31 13:13 /usr/local/nagios/libexec/check_mysql
-rwxr-xr-x 1 root root 120909 Aug 31 13:13 /usr/local/nagios/libexec/check_mysql_query
RedHat6 建立基于防火墙和SELinux的虚拟用户vsFTP
相关资讯 Nagios
本文评论 查看全部评论 (0)
尊重网上道德,遵守中华人民共和国的各项有关法律法规 承担一切因您的行为而直接或间接导致的民事或刑事法律责任 本站管理人员有权保留或删除其管辖留言中的任意内容 本站有权在网站内转载或引用您的评论 参与本评论即表明您已经阅读并接受上述条款
评论声明
最新资讯