nagios-plugin-1.4.16 编译备忘

本文涉及的产品
云数据库 RDS MySQL Serverless,0.5-2RCU 50GB
云数据库 RDS MySQL Serverless,价值2615元额度,1个月
简介: 需要额外安装 fping 软件包http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/fping-3.4-1.el6.rf.i686.rpm   nagios-plugin-1.4.16.tar.gz ./configure --enable-libtap --enable-extra-opts --enable-redhat-pth

需要额外安装 fping 软件包
http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/fping-3.4-1.el6.rf.i686.rpm


 

nagios-plugin-1.4.16.tar.gz

./configure --enable-libtap --enable-extra-opts --enable-redhat-pthread-workaround --enable-perl-modules --with-nagios-user=nagios --with-nagios-group=nagios --without-world-permissions --with-gnu-ld --with-cgiurl=/nagios/cgi-bin --with-perl=/usr/bin/perl --with-mysql=/usr/local/mysql    --with-nslookup-command=/usr/bin/nslookup  --with-uptime-command=/usr/bin/uptime  --with-rpcinfo-command=/usr/sbin/rpcinfo --with-smbclient-command=/usr/bin/smbclient  --with-snmpget-command=/usr/bin/snmpget --with-snmpgetnext-command=/usr/bin/snmpgetnext  --with-fping-command=/usr/sbin/fping --with-ssh-command=/usr/bin/ssh --with-mailq-command=/usr/bin/mailq --with-proc-meminfo=/proc/meminfo  --with-dig-command=/usr/bin/dig --with-libiconv-prefix=/usr/local --without-libintl-prefix  --with-ping-command="/bin/ping -n -U -w %d -c %d %s" --with-openssl=/usr --with-ps-format="%s %d %d %d %d %d %f %s %s %n" --with-ps-command="/bin/ps -eo 's uid pid ppid vsz rss pcpu etime comm args'"  --with-ps-format="%s %d %d %d %d %d %f %s %s %n" --with-ps-cols=10  --with-ps-varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos"


            --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/local/mysql/bin/mysql_config
                    --with-openssl: yes
                     --with-gnutls: no
               --enable-extra-opts: yes
                       --with-perl: /usr/bin/perl
             --enable-perl-modules: yes
                     --with-cgiurl: /nagios/cgi-bin
               --with-trusted-path: /bin:/sbin:/usr/bin:/usr/sbin

 

 

---------------------------------注释---------------------------
http://p11-glue.freedesktop.org/releases/p11-kit-0.15.2.tar.gz
./configure --enable-debug=yes --enable-strict   --with-libiconv-prefix=/usr/local --without-libtasn1

需要安装 libnettle, p11-kit, gmp 库文件支持才能够进行编译
yum install -y gmp-devel

http://ftp.gnu.org/gnu/nettle/nettle-2.6.tar.gz
 ./configure  --with-include-path=/usr/local/include --with-lib-path=/usr/local/lib
chmod -v 755 /usr/local/lib/libnettle.so.4.5

注意软件包的安装及先后顺序, 否则会出现下面报错
Libnettle 2.5 was not found. Note that you must compile nettle with gmp support


http://ftp.twaren.net/Unix/NonGNU/lzip/lzip-1.14.tar.gz
./configure && make && make install

http://ftp.gnu.org/gnu/gnutls/gnutls-2.12.18.tar.gz

./configure --with-libgcrypt --with-libgcrypt-prefix=/usr/local --with-libnettle-prefix=/usr/local --prefix=/usr --enable-threads=posix --enable-cryptodev --enable-guile

check_http/check_tcp 中如果需要调用 --ssl 功能, 编译过程中必须使用 --with-gnutls, --with-openssl
rhel6 中,默认 gnutls-devel 库文件与编译不兼容,导致默认编译无法支持 gnutls 功能
---------------------------------注释---------------------------

 

相关实践学习
基于CentOS快速搭建LAMP环境
本教程介绍如何搭建LAMP环境,其中LAMP分别代表Linux、Apache、MySQL和PHP。
全面了解阿里云能为你做什么
阿里云在全球各地部署高效节能的绿色数据中心,利用清洁计算为万物互联的新世界提供源源不断的能源动力,目前开服的区域包括中国(华北、华东、华南、香港)、新加坡、美国(美东、美西)、欧洲、中东、澳大利亚、日本。目前阿里云的产品涵盖弹性计算、数据库、存储与CDN、分析与搜索、云通信、网络、管理与监控、应用服务、互联网中间件、移动服务、视频服务等。通过本课程,来了解阿里云能够为你的业务带来哪些帮助     相关的阿里云产品:云服务器ECS 云服务器 ECS(Elastic Compute Service)是一种弹性可伸缩的计算服务,助您降低 IT 成本,提升运维效率,使您更专注于核心业务创新。产品详情: https://www.aliyun.com/product/ecs
目录
相关文章
|
6月前
|
并行计算 关系型数据库 MySQL
Cmake 使用备忘
Cmake 使用备忘
|
9月前
|
存储 缓存 Kubernetes
K8s源代码解读--plugin
K8s源代码解读--plugin
85 0
|
PHP
ThinkPHP源码阅读最佳工具debug_backtrace(1)
ThinkPHP源码阅读最佳工具debug_backtrace
139 0
ThinkPHP源码阅读最佳工具debug_backtrace(1)
|
关系型数据库 MySQL 应用服务中间件
|
Ubuntu 开发工具 Python