install Nagios

Facebooktwittermail

監視ツールのNagiosを導入してみました

Nagios Is The Industry Standard In IT Infrastructure Monitoring
http://www.nagios.org/

Thanks for Downloading Nagios Core
http://www.nagios.org/download/core/thanks/

NagiosでWebサーバを頑丈にする方法
http://www.atmarkit.co.jp/fnetwork/tokusyuu/22tool/02.html

導入サーバはCentOS release 5.8 (Final)です


yumで確認するとバージョン3.2.3でした。たまにはソースから導入してみようと思いnagios-3.4.1.tar.gzをdownloadしてインストールを行いました

インストール方法は本家のドキュメントを参考にしました
Nagios – Installing Nagios Core From Source
http://assets.nagios.com/downloads/nagioscore/docs/Installing_Nagios_Core_From_Source.pdf

  1. Download nagios-3.4.1.tar.gz
  2. メインプログラム nagios-3.4.1.tar.gzをdownloadします

    [root@host1 ~]# cd /usr/local/src
    [root@host1 src]# wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.4.1.tar.gz
    –2012-10-02 11:50:43– http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.4.1.tar.gz
    prdownloads.sourceforge.net をDNSに問いあわせています… 216.34.181.59
    prdownloads.sourceforge.net|216.34.181.59|:80 に接続しています… 接続しました。
    HTTP による接続要求を送信しました、応答を待っています… 301 Moved Permanently
    場所: http://downloads.sourceforge.net/project/nagios/nagios-3.x/nagios-3.4.1/nagios-3.4.1.tar.gz [続く]
    –2012-10-02 11:50:43– http://downloads.sourceforge.net/project/nagios/nagios-3.x/nagios-3.4.1/nagios-3.4.1.tar.gz
    downloads.sourceforge.net をDNSに問いあわせています… 216.34.181.59
    prdownloads.sourceforge.net:80 への接続を再利用します。
    HTTP による接続要求を送信しました、応答を待っています… 302 Found
    場所: http://jaist.dl.sourceforge.net/project/nagios/nagios-3.x/nagios-3.4.1/nagios-3.4.1.tar.gz [続く]
    –2012-10-02 11:50:44– http://jaist.dl.sourceforge.net/project/nagios/nagios-3.x/nagios-3.4.1/nagios-3.4.1.tar.gz
    jaist.dl.sourceforge.net をDNSに問いあわせています… 150.65.7.130, 2001:200:141:feed::feed
    jaist.dl.sourceforge.net|150.65.7.130|:80 に接続しています… 接続しました。
    HTTP による接続要求を送信しました、応答を待っています… 200 OK
    長さ: 1782817 (1.7M) [application/x-gzip]
    nagios-3.4.1.tar.gz' に保存中

    100%[======================================>] 1,782,817 975K/s 時間 1.8s

    2012-10-02 11:50:46 (975 KB/s) - nagios-3.4.1.tar.gz’ へ保存完了 [1782817/1782817]

  3. Download nagios-plugins-1.4.15.tar.gz
  4. プラグイン nagios-plugins-1.4.15.tar.gzをdownloadします

    [root@host1 src]# wget http://sourceforge.net/projects/nagiosplug/files/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz
    –2012-10-02 11:50:57– http://sourceforge.net/projects/nagiosplug/files/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz
    sourceforge.net をDNSに問いあわせています… 216.34.181.60
    sourceforge.net|216.34.181.60|:80 に接続しています… 接続しました。
    HTTP による接続要求を送信しました、応答を待っています… 302 Found
    場所: http://sourceforge.net/projects/nagiosplug/files/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz/download [続く]
    –2012-10-02 11:50:57– http://sourceforge.net/projects/nagiosplug/files/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz/download
    sourceforge.net|216.34.181.60|:80 に接続しています… 接続しました。
    HTTP による接続要求を送信しました、応答を待っています… 302 Found
    場所: http://downloads.sourceforge.net/project/nagiosplug/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz?r=&ts=1349146257&use_mirror=jaist [続く]
    –2012-10-02 11:50:58– http://downloads.sourceforge.net/project/nagiosplug/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz?r=&ts=1349146257&use_mirror=jaist
    downloads.sourceforge.net をDNSに問いあわせています… 216.34.181.59
    downloads.sourceforge.net|216.34.181.59|:80 に接続しています… 接続しました。
    HTTP による接続要求を送信しました、応答を待っています… 302 Found
    場所: http://jaist.dl.sourceforge.net/project/nagiosplug/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz [続く]
    –2012-10-02 11:50:58– http://jaist.dl.sourceforge.net/project/nagiosplug/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz
    jaist.dl.sourceforge.net をDNSに問いあわせています… 150.65.7.130, 2001:200:141:feed::feed
    jaist.dl.sourceforge.net|150.65.7.130|:80 に接続しています… 接続しました。
    HTTP による接続要求を送信しました、応答を待っています… 200 OK
    長さ: 2095419 (2.0M) [application/x-gzip]
    nagios-plugins-1.4.15.tar.gz' に保存中

    100%[======================================>] 2,095,419 1.85M/s 時間 1.1s

    2012-10-02 11:50:59 (1.85 MB/s) - nagios-plugins-1.4.15.tar.gz’ へ保存完了 [2095419/2095419]

  5. useradd nagios
  6. nagios用ユーザを作成します

    [root@host1 src]# useradd nagios

  7. groupadd nagcmd
  8. nagios用グループを作成します

    [root@host1 src]# groupadd nagcmd

  9. usermod -a -G nagcmd nagios
  10. nagios用ユーザ nagiosをグループ nagcmdに登録します

    [root@host1 src]# usermod -a -G nagcmd nagios

  11. tar zxvf nagios-3.4.1.tar.gz
  12. ソース・プログラム nagios-3.4.1.tar.gzを展開します

    [root@host1 src]# tar zxvf nagios-3.4.1.tar.gz
    nagios/
    nagios/OutputTrap.pm
    nagios/p1.pl
    nagios/html/
    nagios/html/rss-newsfeed.php
    nagios/html/Makefile.in
    nagios/html/js/
    nagios/html/js/jquery-1.7.1.min.js
    nagios/html/images/
    nagios/html/images/splunk2.gif
    nagios/html/images/contexthelp2.gif
    nagios/html/images/NagiosEnterprises-whitebg-112×46.png
    nagios/html/images/zoom1.gif
    nagios/html/images/thermok.png
    nagios/html/images/trendshost.png
    nagios/html/images/action.gif
    nagios/html/images/contexthelp1.gif
    nagios/html/images/start.gif
    nagios/html/images/comment.gif
    nagios/html/images/empty.gif
    nagios/html/images/thermwarn.png
    nagios/html/images/zoom2.gif
    nagios/html/images/recovery.png
    nagios/html/images/noack.gif
    nagios/html/images/unknown.png
    nagios/html/images/hostevent.gif
    nagios/html/images/delete.gif
    nagios/html/images/b_last2.png
    nagios/html/images/critical.png
    nagios/html/images/up.gif
    nagios/html/images/downtime.gif
    nagios/html/images/logrotate.png
    nagios/html/images/trends.gif
    nagios/html/images/right.gif
    nagios/html/images/left.gif
    nagios/html/images/passiveonly.gif
    nagios/html/images/stop.gif
    nagios/html/images/notes.gif
    nagios/html/images/detail.gif
    nagios/html/images/favicon.ico
    nagios/html/images/weblogo1.png
    nagios/html/images/redundancy.png
    nagios/html/images/Nagios-clearbg.png
    nagios/html/images/tacdisabled.png
    nagios/html/images/delay.gif
    nagios/html/images/enabled.gif
    nagios/html/images/redudancy.png
    nagios/html/images/history.gif
    nagios/html/images/status.gif
    nagios/html/images/status4.gif
    nagios/html/images/tacdisabled.jpg
    nagios/html/images/down.gif
    nagios/html/images/restart.gif
    nagios/html/images/logofullsize.png
    nagios/html/images/greendot.gif
    nagios/html/images/extinfo.gif
    nagios/html/images/sflogo.png
    nagios/html/images/splunk1.gif
    nagios/html/images/orangedot.gif
    nagios/html/images/b_next2.png
    nagios/html/images/thermcrit.png
    nagios/html/images/notify.gif
    nagios/html/images/status3.gif
    nagios/html/images/ack.gif
    nagios/html/images/b_prev2.png
    nagios/html/images/info.png
    nagios/html/images/globe-support-150×150.png
    nagios/html/images/trendssvc.png
    nagios/html/images/ndisabled.gif
    nagios/html/images/disabled.gif
    nagios/html/images/serviceevent.gif
    nagios/html/images/command.png
    nagios/html/images/tacenabled.jpg
    nagios/html/images/sblogo.png
    nagios/html/images/b_first2.png
    nagios/html/images/tacenabled.png
    nagios/html/images/flapping.gif
    nagios/html/images/histogram.png
    nagios/html/images/warning.png
    nagios/html/images/status2.gif
    nagios/html/images/logos/
    nagios/html/images/logos/nagios.gd2
    nagios/html/images/logos/nagiosvrml.png
    nagios/html/images/logos/unknown.gd2
    nagios/html/images/logos/unknown.gif
    nagios/html/images/logos/nagios.gif
    nagios/html/ssi/
    nagios/html/ssi/README
    nagios/html/rss-corefeed.php
    nagios/html/docs/
    nagios/html/docs/index.html
    nagios/html/stylesheets/
    nagios/html/stylesheets/ministatus.css
    nagios/html/stylesheets/histogram.css
    nagios/html/stylesheets/statusmap.css
    nagios/html/stylesheets/status.css
    nagios/html/stylesheets/showlog.css
    nagios/html/stylesheets/tac.css
    nagios/html/stylesheets/history.css
    nagios/html/stylesheets/notifications.css
    nagios/html/stylesheets/trends.css
    nagios/html/stylesheets/cmd.css
    nagios/html/stylesheets/summary.css
    nagios/html/stylesheets/config.css
    nagios/html/stylesheets/avail.css
    nagios/html/stylesheets/extinfo.css
    nagios/html/stylesheets/outages.css
    nagios/html/stylesheets/common.css
    nagios/html/stylesheets/checksanity.css
    nagios/html/.gitignore
    nagios/html/includes/
    nagios/html/includes/jquery-1.7.1.min.js
    nagios/html/includes/rss/
    nagios/html/includes/rss/TROUBLESHOOTING
    nagios/html/includes/rss/rss_utils.inc
    nagios/html/includes/rss/scripts/
    nagios/html/includes/rss/scripts/magpie_debug.php
    nagios/html/includes/rss/scripts/magpie_simple.php
    nagios/html/includes/rss/scripts/README
    nagios/html/includes/rss/scripts/magpie_slashbox.php
    nagios/html/includes/rss/scripts/simple_smarty.php
    nagios/html/includes/rss/scripts/smarty_plugin/
    nagios/html/includes/rss/scripts/smarty_plugin/modifier.rss_date_parse.php
    nagios/html/includes/rss/scripts/templates/
    nagios/html/includes/rss/scripts/templates/simple.smarty
    nagios/html/includes/rss/rss_parse.inc
    nagios/html/includes/rss/htdocs/
    nagios/html/includes/rss/htdocs/cookbook.html
    nagios/html/includes/rss/htdocs/index.html
    nagios/html/includes/rss/extlib/
    nagios/html/includes/rss/extlib/Snoopy.class.inc
    nagios/html/includes/rss/AUTHORS
    nagios/html/includes/rss/cookbook
    nagios/html/includes/rss/INSTALL
    nagios/html/includes/rss/CHANGES
    nagios/html/includes/rss/rss_fetch.inc
    nagios/html/includes/rss/README
    nagios/html/includes/rss/NEWS
    nagios/html/includes/rss/ChangeLog
    nagios/html/includes/rss/rss_cache.inc
    nagios/html/includes/utils.inc.php
    nagios/html/index.php
    nagios/html/media/
    nagios/html/robots.txt
    nagios/html/main.php
    nagios/html/side.php
    nagios/html/config.inc.php.in
    nagios/html/contexthelp/
    nagios/html/contexthelp/I1.html
    nagios/html/contexthelp/H3.html
    nagios/html/contexthelp/H7.html
    nagios/html/contexthelp/G5.html
    nagios/html/contexthelp/I5.html
    nagios/html/contexthelp/D1.html
    nagios/html/contexthelp/A6.html
    nagios/html/contexthelp/I7.html
    nagios/html/contexthelp/L3.html
    nagios/html/contexthelp/B1.html
    nagios/html/contexthelp/I4.html
    nagios/html/contexthelp/L12.html
    nagios/html/contexthelp/N2.html
    nagios/html/contexthelp/A1.html
    nagios/html/contexthelp/A5.html
    nagios/html/contexthelp/E1.html
    nagios/html/contexthelp/I3.html
    nagios/html/contexthelp/M5.html
    nagios/html/contexthelp/N7.html
    nagios/html/contexthelp/N4.html
    nagios/html/contexthelp/F1.html
    nagios/html/contexthelp/H5.html
    nagios/html/contexthelp/I8.html
    nagios/html/contexthelp/H1.html
    nagios/html/contexthelp/I6.html
    nagios/html/contexthelp/M6.html
    nagios/html/contexthelp/A7.html
    nagios/html/contexthelp/N3.html
    nagios/html/contexthelp/G4.html
    nagios/html/contexthelp/L10.html
    nagios/html/contexthelp/M4.html
    nagios/html/contexthelp/M1.html
    nagios/html/contexthelp/M3.html
    nagios/html/contexthelp/L11.html
    nagios/html/contexthelp/L9.html
    nagios/html/contexthelp/A3.html
    nagios/html/contexthelp/I9.html
    nagios/html/contexthelp/L6.html
    nagios/html/contexthelp/I2.html
    nagios/html/contexthelp/A2.html
    nagios/html/contexthelp/N5.html
    nagios/html/contexthelp/L13.html
    nagios/html/contexthelp/H6.html
    nagios/html/contexthelp/C1.html
    nagios/html/contexthelp/M2.html
    nagios/html/contexthelp/L1.html
    nagios/html/contexthelp/G3.html
    nagios/html/contexthelp/N1.html
    nagios/html/contexthelp/H8.html
    nagios/html/contexthelp/A4.html
    nagios/html/contexthelp/L7.html
    nagios/html/contexthelp/G1.html
    nagios/html/contexthelp/L5.html
    nagios/html/contexthelp/H2.html
    nagios/html/contexthelp/J1.html
    nagios/html/contexthelp/G6.html
    nagios/html/contexthelp/H4.html
    nagios/html/contexthelp/L4.html
    nagios/html/contexthelp/K1.html
    nagios/html/contexthelp/N6.html
    nagios/html/contexthelp/L2.html
    nagios/html/contexthelp/G2.html
    nagios/html/contexthelp/L8.html
    nagios/Makefile.in
    nagios/sample-config/
    nagios/sample-config/default-object/
    nagios/sample-config/mrtg.cfg.in
    nagios/sample-config/nagios.cfg.in
    nagios/sample-config/template-extinfo/
    nagios/sample-config/.gitignore
    nagios/sample-config/README
    nagios/sample-config/cgi.cfg.in
    nagios/sample-config/resource.cfg.in
    nagios/sample-config/httpd.conf.in
    nagios/sample-config/template-object/
    nagios/sample-config/template-object/contacts.cfg.in
    nagios/sample-config/template-object/windows.cfg.in
    nagios/sample-config/template-object/commands.cfg.in
    nagios/sample-config/template-object/printer.cfg.in
    nagios/sample-config/template-object/switch.cfg.in
    nagios/sample-config/template-object/timeperiods.cfg.in
    nagios/sample-config/template-object/localhost.cfg.in
    nagios/sample-config/template-object/templates.cfg.in
    nagios/sample-config/template-object/README
    nagios/mkpackage
    nagios/LEGAL
    nagios/common/
    nagios/common/macros.c
    nagios/common/Makefile.in
    nagios/common/statusdata.c
    nagios/common/objects.c
    nagios/common/snprintf.c
    nagios/common/.gitignore
    nagios/common/shared.c
    nagios/common/comments.c
    nagios/common/skiplist.c
    nagios/common/downtime.c
    nagios/subst.in
    nagios/xdata/
    nagios/xdata/Makefile.in
    nagios/xdata/xrddefault.h
    nagios/xdata/xcddefault.h
    nagios/xdata/xodtemplate.c
    nagios/xdata/.gitignore
    nagios/xdata/xsddefault.h
    nagios/xdata/xrddefault.c
    nagios/xdata/xpddefault.c
    nagios/xdata/xodtemplate.h
    nagios/xdata/xsddefault.c
    nagios/xdata/xdddefault.h
    nagios/xdata/xpddefault.h
    nagios/xdata/xdddefault.c
    nagios/xdata/xcddefault.c
    nagios/t-tap/
    nagios/t-tap/stub_broker.c
    nagios/t-tap/Makefile.in
    nagios/t-tap/test_each.t
    nagios/t-tap/stub_downtime.c
    nagios/t-tap/var/
    nagios/t-tap/var/nagios.log.dummy
    nagios/t-tap/var/.gitignore
    nagios/t-tap/var/nagios.log.expected
    nagios/t-tap/test_nagios_config.c
    nagios/t-tap/test_xsddefault.c
    nagios/t-tap/stub_checks.c
    nagios/t-tap/stub_perfdata.c
    nagios/t-tap/test_logging.c
    nagios/t-tap/stub_utils.c
    nagios/t-tap/stub_events.c
    nagios/t-tap/stub_shared.c
    nagios/t-tap/.gitignore
    nagios/t-tap/stub_flapping.c
    nagios/t-tap/test_downtime.c
    nagios/t-tap/test_checks.c
    nagios/t-tap/test_timeperiods.c
    nagios/t-tap/stub_logging.c
    nagios/t-tap/stub_comments.c
    nagios/t-tap/smallconfig/
    nagios/t-tap/smallconfig/resource.cfg
    nagios/t-tap/smallconfig/nagios.cfg
    nagios/t-tap/smallconfig/retention.dat
    nagios/t-tap/smallconfig/minimal.cfg
    nagios/t-tap/stub_statusdata.c
    nagios/t-tap/test_commands.c
    nagios/t-tap/stub_sehandlers.c
    nagios/t-tap/test_strtoul.c
    nagios/t-tap/stub_notifications.c
    nagios/t-tap/stub_objects.c
    nagios/t-tap/stub_sretention.c
    nagios/t-tap/test_events.c
    nagios/t-tap/stub_xdddefault.c
    nagios/t-tap/test-stubs.c
    nagios/UPGRADING
    nagios/module/
    nagios/module/Makefile.in
    nagios/module/.gitignore
    nagios/module/helloworld.c
    nagios/pkg/
    nagios/pkg/rpm/
    nagios/make-tarball
    nagios/nagios.spec
    nagios/base/
    nagios/base/netutils.c
    nagios/base/config.c
    nagios/base/events.c
    nagios/base/Makefile.in
    nagios/base/nagiostats.c
    nagios/base/checks.c
    nagios/base/sretention.c
    nagios/base/sehandlers.c
    nagios/base/perfdata.c
    nagios/base/utils.c
    nagios/base/commands.c
    nagios/base/.gitignore
    nagios/base/logging.c
    nagios/base/nebmods.c
    nagios/base/notifications.c
    nagios/base/broker.c
    nagios/base/nagios.c
    nagios/base/flapping.c
    nagios/tools/
    nagios/tools/tinderbox_build
    nagios/Changelog
    nagios/update-version
    nagios/.gitignore
    nagios/config.sub
    nagios/THANKS
    nagios/config.guess
    nagios/LICENSE
    nagios/cgi/
    nagios/cgi/config.c
    nagios/cgi/cmd.c
    nagios/cgi/trends.c
    nagios/cgi/outages.c
    nagios/cgi/Makefile.in
    nagios/cgi/history.c
    nagios/cgi/histogram.c
    nagios/cgi/statuswrl.c
    nagios/cgi/summary.c
    nagios/cgi/getcgi.c
    nagios/cgi/avail.c
    nagios/cgi/cgiutils.c
    nagios/cgi/.gitignore
    nagios/cgi/extinfo.c
    nagios/cgi/status.c
    nagios/cgi/cgiauth.c
    nagios/cgi/notifications.c
    nagios/cgi/tac.c
    nagios/cgi/showlog.c
    nagios/cgi/statuswml.c
    nagios/cgi/extcmd_list.c
    nagios/cgi/statusmap.c
    nagios/contrib/
    nagios/contrib/eventhandlers/
    nagios/contrib/eventhandlers/enable_active_service_checks
    nagios/contrib/eventhandlers/submit_check_result
    nagios/contrib/eventhandlers/distributed-monitoring/
    nagios/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca
    nagios/contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler
    nagios/contrib/eventhandlers/enable_notifications
    nagios/contrib/eventhandlers/disable_active_service_checks
    nagios/contrib/eventhandlers/redundancy-scenario1/
    nagios/contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event
    nagios/contrib/eventhandlers/redundancy-scenario1/handle-master-host-event
    nagios/contrib/eventhandlers/disable_notifications
    nagios/contrib/p1.pl
    nagios/contrib/Makefile.in
    nagios/contrib/traceroute.cgi
    nagios/contrib/epn_nagios.h
    nagios/contrib/convertcfg.c
    nagios/contrib/daemonchk.c
    nagios/contrib/.gitignore
    nagios/contrib/database/
    nagios/contrib/README
    nagios/contrib/mini_epn.c
    nagios/contrib/exfoliation/
    nagios/contrib/exfoliation/images/
    nagios/contrib/exfoliation/images/splunk2.gif
    nagios/contrib/exfoliation/images/contexthelp2.gif
    nagios/contrib/exfoliation/images/NagiosEnterprises-whitebg-112×46.png
    nagios/contrib/exfoliation/images/zoom1.gif
    nagios/contrib/exfoliation/images/thermok.png
    nagios/contrib/exfoliation/images/trendshost.png
    nagios/contrib/exfoliation/images/action.gif
    nagios/contrib/exfoliation/images/contexthelp1.gif
    nagios/contrib/exfoliation/images/start.gif
    nagios/contrib/exfoliation/images/comment.gif
    nagios/contrib/exfoliation/images/empty.gif
    nagios/contrib/exfoliation/images/thermwarn.png
    nagios/contrib/exfoliation/images/zoom2.gif
    nagios/contrib/exfoliation/images/recovery.png
    nagios/contrib/exfoliation/images/noack.gif
    nagios/contrib/exfoliation/images/unknown.png
    nagios/contrib/exfoliation/images/hostevent.gif
    nagios/contrib/exfoliation/images/action-graph.gif
    nagios/contrib/exfoliation/images/delete.gif
    nagios/contrib/exfoliation/images/action-nagios.gif
    nagios/contrib/exfoliation/images/critical.png
    nagios/contrib/exfoliation/images/up.gif
    nagios/contrib/exfoliation/images/downtime.gif
    nagios/contrib/exfoliation/images/logrotate.png
    nagios/contrib/exfoliation/images/trends.gif
    nagios/contrib/exfoliation/images/right.gif
    nagios/contrib/exfoliation/images/left.gif
    nagios/contrib/exfoliation/images/passiveonly.gif
    nagios/contrib/exfoliation/images/stop.gif
    nagios/contrib/exfoliation/images/notes.gif
    nagios/contrib/exfoliation/images/detail.gif
    nagios/contrib/exfoliation/images/favicon.ico
    nagios/contrib/exfoliation/images/weblogo1.png
    nagios/contrib/exfoliation/images/redundancy.png
    nagios/contrib/exfoliation/images/tacdisabled.png
    nagios/contrib/exfoliation/images/delay.gif
    nagios/contrib/exfoliation/images/enabled.gif
    nagios/contrib/exfoliation/images/history.gif
    nagios/contrib/exfoliation/images/status.gif
    nagios/contrib/exfoliation/images/status4.gif
    nagios/contrib/exfoliation/images/action-orig.gif
    nagios/contrib/exfoliation/images/tacdisabled.jpg
    nagios/contrib/exfoliation/images/down.gif
    nagios/contrib/exfoliation/images/restart.gif
    nagios/contrib/exfoliation/images/logofullsize.png
    nagios/contrib/exfoliation/images/greendot.gif
    nagios/contrib/exfoliation/images/extinfo.gif
    nagios/contrib/exfoliation/images/sflogo.png
    nagios/contrib/exfoliation/images/splunk1.gif
    nagios/contrib/exfoliation/images/orangedot.gif
    nagios/contrib/exfoliation/images/thermcrit.png
    nagios/contrib/exfoliation/images/notify.gif
    nagios/contrib/exfoliation/images/status3.gif
    nagios/contrib/exfoliation/images/ack.gif
    nagios/contrib/exfoliation/images/info.png
    nagios/contrib/exfoliation/images/trendssvc.png
    nagios/contrib/exfoliation/images/ndisabled.gif
    nagios/contrib/exfoliation/images/disabled.gif
    nagios/contrib/exfoliation/images/serviceevent.gif
    nagios/contrib/exfoliation/images/command.png
    nagios/contrib/exfoliation/images/tacenabled.jpg
    nagios/contrib/exfoliation/images/graph.gif
    nagios/contrib/exfoliation/images/sblogo.png
    nagios/contrib/exfoliation/images/tacenabled.png
    nagios/contrib/exfoliation/images/flapping.gif
    nagios/contrib/exfoliation/images/histogram.png
    nagios/contrib/exfoliation/images/warning.png
    nagios/contrib/exfoliation/images/status2.gif
    nagios/contrib/exfoliation/images/logos/
    nagios/contrib/exfoliation/images/logos/redhat.gif
    nagios/contrib/exfoliation/images/logos/turbolinux.gif
    nagios/contrib/exfoliation/images/logos/turbolinux.jpg
    nagios/contrib/exfoliation/images/logos/caldera.jpg
    nagios/contrib/exfoliation/images/logos/irix.jpg
    nagios/contrib/exfoliation/images/logos/database.gd2
    nagios/contrib/exfoliation/images/logos/fax.gif
    nagios/contrib/exfoliation/images/logos/stampede.jpg
    nagios/contrib/exfoliation/images/logos/irix.png
    nagios/contrib/exfoliation/images/logos/notebook.gd2
    nagios/contrib/exfoliation/images/logos/switch40.gd2
    nagios/contrib/exfoliation/images/logos/debian.gif
    nagios/contrib/exfoliation/images/logos/hub.gd2
    nagios/contrib/exfoliation/images/logos/openbsd.gd2
    nagios/contrib/exfoliation/images/logos/amiga.jpg
    nagios/contrib/exfoliation/images/logos/amiga.gd2
    nagios/contrib/exfoliation/images/logos/switch.gd2
    nagios/contrib/exfoliation/images/logos/yellowdog.gd2
    nagios/contrib/exfoliation/images/logos/storm.gif
    nagios/contrib/exfoliation/images/logos/hpux.gd2
    nagios/contrib/exfoliation/images/logos/win40.jpg
    nagios/contrib/exfoliation/images/logos/storm.png
    nagios/contrib/exfoliation/images/logos/nagios.gd2
    nagios/contrib/exfoliation/images/logos/linux40.png
    nagios/contrib/exfoliation/images/logos/unicos.gd2
    nagios/contrib/exfoliation/images/logos/redhat.gd2
    nagios/contrib/exfoliation/images/logos/rack-server.gd2
    nagios/contrib/exfoliation/images/logos/aix.jpg
    nagios/contrib/exfoliation/images/logos/wifi.gif
    nagios/contrib/exfoliation/images/logos/san.gd2
    nagios/contrib/exfoliation/images/logos/mandrake.jpg
    nagios/contrib/exfoliation/images/logos/openbsd.jpg
    nagios/contrib/exfoliation/images/logos/ng-switch40.gif
    nagios/contrib/exfoliation/images/logos/internet_device.png
    nagios/contrib/exfoliation/images/logos/novell40.gd2
    nagios/contrib/exfoliation/images/logos/linux40.gd2
    nagios/contrib/exfoliation/images/logos/ultrapenguin.png
    nagios/contrib/exfoliation/images/logos/mac40.jpg
    nagios/contrib/exfoliation/images/logos/apple.png
    nagios/contrib/exfoliation/images/logos/ng-switch40.gd2
    nagios/contrib/exfoliation/images/logos/ultrapenguin.jpg
    nagios/contrib/exfoliation/images/logos/router40.jpg
    nagios/contrib/exfoliation/images/logos/yellowdog.jpg
    nagios/contrib/exfoliation/images/logos/stampede.gd2
    nagios/contrib/exfoliation/images/logos/stampede.png
    nagios/contrib/exfoliation/images/logos/debian.gd2
    nagios/contrib/exfoliation/images/logos/win40.gd2
    nagios/contrib/exfoliation/images/logos/internet.gif
    nagios/contrib/exfoliation/images/logos/ip-pbx.gif
    nagios/contrib/exfoliation/images/logos/freebsd40.png
    nagios/contrib/exfoliation/images/logos/ultrapenguin.gd2
    nagios/contrib/exfoliation/images/logos/signal.png
    nagios/contrib/exfoliation/images/logos/ultrapenguin.gif
    nagios/contrib/exfoliation/images/logos/logo.gd2
    nagios/contrib/exfoliation/images/logos/hpux.png
    nagios/contrib/exfoliation/images/logos/switch40.gif
    nagios/contrib/exfoliation/images/logos/slackware.gif
    nagios/contrib/exfoliation/images/logos/desktop-server.gd2
    nagios/contrib/exfoliation/images/logos/freebsd40.jpg
    nagios/contrib/exfoliation/images/logos/workstation.gif
    nagios/contrib/exfoliation/images/logos/apple.gif
    nagios/contrib/exfoliation/images/logos/irix.gd2
    nagios/contrib/exfoliation/images/logos/freebsd40.gd2
    nagios/contrib/exfoliation/images/logos/fax.gd2
    nagios/contrib/exfoliation/images/logos/globe.png
    nagios/contrib/exfoliation/images/logos/next.png
    nagios/contrib/exfoliation/images/logos/beos.gif
    nagios/contrib/exfoliation/images/logos/openbsd.png
    nagios/contrib/exfoliation/images/logos/cat5000.gd2
    nagios/contrib/exfoliation/images/logos/mandrake.gd2
    nagios/contrib/exfoliation/images/logos/next.jpg
    nagios/contrib/exfoliation/images/logos/sun40.png
    nagios/contrib/exfoliation/images/logos/switch.gif
    nagios/contrib/exfoliation/images/logos/ng-switch40.jpg
    nagios/contrib/exfoliation/images/logos/aix.gd2
    nagios/contrib/exfoliation/images/logos/aix.png
    nagios/contrib/exfoliation/images/logos/caldera.gif
    nagios/contrib/exfoliation/images/logos/sun40.jpg
    nagios/contrib/exfoliation/images/logos/novell40.png
    nagios/contrib/exfoliation/images/logos/workstation_locked.png
    nagios/contrib/exfoliation/images/logos/mac40.gd2
    nagios/contrib/exfoliation/images/logos/rack-server.gif
    nagios/contrib/exfoliation/images/logos/linux40.gif
    nagios/contrib/exfoliation/images/logos/wifi.gd2
    nagios/contrib/exfoliation/images/logos/debian.jpg
    nagios/contrib/exfoliation/images/logos/win40.png
    nagios/contrib/exfoliation/images/logos/cat1900.gd2
    nagios/contrib/exfoliation/images/logos/firewall.gif
    nagios/contrib/exfoliation/images/logos/hpux.jpg
    nagios/contrib/exfoliation/images/logos/redhat.jpg
    nagios/contrib/exfoliation/images/logos/beos.png
    nagios/contrib/exfoliation/images/logos/freebsd40.gif
    nagios/contrib/exfoliation/images/logos/slackware.gd2
    nagios/contrib/exfoliation/images/logos/printer.gd2
    nagios/contrib/exfoliation/images/logos/nagiosvrml.png
    nagios/contrib/exfoliation/images/logos/workstation.gd2
    nagios/contrib/exfoliation/images/logos/satellite.png
    nagios/contrib/exfoliation/images/logos/ethernet_card.png
    nagios/contrib/exfoliation/images/logos/monitor.png
    nagios/contrib/exfoliation/images/logos/thin-client.gif
    nagios/contrib/exfoliation/images/logos/mainframe.gd2
    nagios/contrib/exfoliation/images/logos/router40.png
    nagios/contrib/exfoliation/images/logos/turbolinux.gd2
    nagios/contrib/exfoliation/images/logos/mac40.png
    nagios/contrib/exfoliation/images/logos/switch40.jpg
    nagios/contrib/exfoliation/images/logos/sun40.gif
    nagios/contrib/exfoliation/images/logos/amiga.gif
    nagios/contrib/exfoliation/images/logos/internet.gd2
    nagios/contrib/exfoliation/images/logos/slackware.png
    nagios/contrib/exfoliation/images/logos/webcamera.png
    nagios/contrib/exfoliation/images/logos/slackware.jpg
    nagios/contrib/exfoliation/images/logos/debian.png
    nagios/contrib/exfoliation/images/logos/printer.gif
    nagios/contrib/exfoliation/images/logos/mainframe.gif
    nagios/contrib/exfoliation/images/logos/mandrake.png
    nagios/contrib/exfoliation/images/logos/amiga.png
    nagios/contrib/exfoliation/images/logos/cat2900.gd2
    nagios/contrib/exfoliation/images/logos/hp-printer40.png
    nagios/contrib/exfoliation/images/logos/sunlogo.jpg
    nagios/contrib/exfoliation/images/logos/apple.jpg
    nagios/contrib/exfoliation/images/logos/notebook.gif
    nagios/contrib/exfoliation/images/logos/desktop-server.gif
    nagios/contrib/exfoliation/images/logos/novell40.gif
    nagios/contrib/exfoliation/images/logos/sunlogo.gif
    nagios/contrib/exfoliation/images/logos/ip-pbx.gd2
    nagios/contrib/exfoliation/images/logos/hp-printer40.gd2
    nagios/contrib/exfoliation/images/logos/router40.gd2
    nagios/contrib/exfoliation/images/logos/unicos.gif
    nagios/contrib/exfoliation/images/logos/beos.jpg
    nagios/contrib/exfoliation/images/logos/workstation.png
    nagios/contrib/exfoliation/images/logos/yellowdog.png
    nagios/contrib/exfoliation/images/logos/switch40.png
    nagios/contrib/exfoliation/images/logos/sunlogo.png
    nagios/contrib/exfoliation/images/logos/stampede.gif
    nagios/contrib/exfoliation/images/logos/san.gif
    nagios/contrib/exfoliation/images/logos/apple.gd2
    nagios/contrib/exfoliation/images/logos/firewall.gd2
    nagios/contrib/exfoliation/images/logos/mac40.gif
    nagios/contrib/exfoliation/images/logos/openbsd.gif
    nagios/contrib/exfoliation/images/logos/storm.gd2
    nagios/contrib/exfoliation/images/logos/turbolinux.png
    nagios/contrib/exfoliation/images/logos/storm.jpg
    nagios/contrib/exfoliation/images/logos/sun40.gd2
    nagios/contrib/exfoliation/images/logos/hp-printer40.jpg
    nagios/contrib/exfoliation/images/logos/caldera.png
    nagios/contrib/exfoliation/images/logos/unicos.jpg
    nagios/contrib/exfoliation/images/logos/redhat.png
    nagios/contrib/exfoliation/images/logos/win40.gif
    nagios/contrib/exfoliation/images/logos/unknown.gd2
    nagios/contrib/exfoliation/images/logos/hpux.gif
    nagios/contrib/exfoliation/images/logos/router40.gif
    nagios/contrib/exfoliation/images/logos/hp-printer40.gif
    nagios/contrib/exfoliation/images/logos/station.gd2
    nagios/contrib/exfoliation/images/logos/graph.gif
    nagios/contrib/exfoliation/images/logos/hub.gif
    nagios/contrib/exfoliation/images/logos/mandrake.gif
    nagios/contrib/exfoliation/images/logos/router.gif
    nagios/contrib/exfoliation/images/logos/aix.gif
    nagios/contrib/exfoliation/images/logos/router.gd2
    nagios/contrib/exfoliation/images/logos/unknown.gif
    nagios/contrib/exfoliation/images/logos/database.gif
    nagios/contrib/exfoliation/images/logos/yellowdog.gif
    nagios/contrib/exfoliation/images/logos/ng-switch40.png
    nagios/contrib/exfoliation/images/logos/next.gif
    nagios/contrib/exfoliation/images/logos/nagios.gif
    nagios/contrib/exfoliation/images/logos/server.png
    nagios/contrib/exfoliation/images/logos/unicos.png
    nagios/contrib/exfoliation/images/logos/wifi_modem.png
    nagios/contrib/exfoliation/images/logos/sunlogo.gd2
    nagios/contrib/exfoliation/images/logos/novell40.jpg
    nagios/contrib/exfoliation/images/logos/next.gd2
    nagios/contrib/exfoliation/images/logos/thin-client.gd2
    nagios/contrib/exfoliation/images/logos/bluetooth.png
    nagios/contrib/exfoliation/images/logos/beos.gd2
    nagios/contrib/exfoliation/images/logos/caldera.gd2
    nagios/contrib/exfoliation/images/logos/irix.gif
    nagios/contrib/exfoliation/images/logos/linux40.jpg
    nagios/contrib/exfoliation/readme.txt
    nagios/contrib/exfoliation/stylesheets/
    nagios/contrib/exfoliation/stylesheets/ministatus.css
    nagios/contrib/exfoliation/stylesheets/histogram.css
    nagios/contrib/exfoliation/stylesheets/statusmap.css
    nagios/contrib/exfoliation/stylesheets/status.css
    nagios/contrib/exfoliation/stylesheets/showlog.css
    nagios/contrib/exfoliation/stylesheets/tac.css
    nagios/contrib/exfoliation/stylesheets/history.css
    nagios/contrib/exfoliation/stylesheets/notifications.css
    nagios/contrib/exfoliation/stylesheets/trends.css
    nagios/contrib/exfoliation/stylesheets/cmd.css
    nagios/contrib/exfoliation/stylesheets/summary.css
    nagios/contrib/exfoliation/stylesheets/config.css
    nagios/contrib/exfoliation/stylesheets/avail.css
    nagios/contrib/exfoliation/stylesheets/extinfo.css
    nagios/contrib/exfoliation/stylesheets/outages.css
    nagios/contrib/exfoliation/stylesheets/common.css
    nagios/contrib/exfoliation/stylesheets/checksanity.css
    nagios/contrib/new_mini_epn.c
    nagios/t/
    nagios/t/705nagiostats.t
    nagios/t/930-emptygroups.t
    nagios/t/610cgistatus.t
    nagios/t/Makefile.in
    nagios/t/910-noservice.t
    nagios/t/620history.t
    nagios/t/var/
    nagios/t/var/status-hosturgencies.dat
    nagios/t/var/spool/
    nagios/t/var/spool/checkresults/
    nagios/t/var/spool/checkresults/.gitignore
    nagios/t/var/.gitignore
    nagios/t/var/status.dat
    nagios/t/var/objects.precache.expected
    nagios/t/var/objects.cache.hosturgencies
    nagios/t/var/nagios.log
    nagios/t/var/objects.cache
    nagios/t/etc/
    nagios/t/etc/resource.cfg
    nagios/t/etc/nagios.cfg
    nagios/t/etc/nagios-hosturgencies.cfg
    nagios/t/etc/cgi-with-generated-status.cfg
    nagios/t/etc/no-service-error.cfg
    nagios/t/etc/nagios-empty-groups.cfg
    nagios/t/etc/minimal.cfg
    nagios/t/etc/cgi.cfg
    nagios/t/etc/cgi-hosturgencies.cfg
    nagios/t/etc/hosturgencies.cfg
    nagios/t/etc/nagios-with-generated-status.cfg
    nagios/t/etc/no-contactgroup-error.cfg
    nagios/t/etc/nagios-no-status.cfg
    nagios/t/etc/empty-groups-error.cfg
    nagios/t/etc/nagios-no-service.cfg
    nagios/t/etc/nagios-no-contactgroup.cfg
    nagios/t/621extinfo.t
    nagios/t/622extinfo-local.t
    nagios/t/611cgistatus-hosturgencies.t
    nagios/t/616cginotification.t
    nagios/t/615cgierror.t
    nagios/t/900-configparsing.t
    nagios/t/623cmd-local.t
    nagios/t/bin/
    nagios/t/bin/generate_downtimes
    nagios/t/660status-downtimes-comments.t
    nagios/t/617statuswml.t
    nagios/t/920-nocontactgroup.t
    nagios/t/618cgisecurity.t
    nagios/daemon-init.in
    nagios/README
    nagios/include/
    nagios/include/skiplist.h
    nagios/include/compat.h
    nagios/include/downtime.h
    nagios/include/neberrors.h
    nagios/include/nebcallbacks.h
    nagios/include/comments.h
    nagios/include/nagios.h
    nagios/include/epn_nagios.h
    nagios/include/objects.h
    nagios/include/snprintf.h.in
    nagios/include/cgiutils.h
    nagios/include/macros.h
    nagios/include/netutils.h
    nagios/include/.gitignore
    nagios/include/common.h
    nagios/include/nebmods.h
    nagios/include/sretention.h
    nagios/include/getcgi.h
    nagios/include/cgiauth.h
    nagios/include/Makefile
    nagios/include/shared.h
    nagios/include/statusdata.h
    nagios/include/locations.h.in
    nagios/include/perfdata.h
    nagios/include/logging.h
    nagios/include/nebmodules.h
    nagios/include/nebstructs.h
    nagios/include/config.h.in
    nagios/include/broker.h
    nagios/install-sh
    nagios/configure
    nagios/functions
    nagios/tap/
    nagios/tap/src/
    nagios/tap/src/Makefile.in
    nagios/tap/src/tap.h
    nagios/tap/src/tap.c
    nagios/tap/src/tap.3
    nagios/tap/src/Makefile.am
    nagios/tap/Makefile.in
    nagios/tap/depcomp
    nagios/tap/compile
    nagios/tap/.gitignore
    nagios/tap/INSTALL
    nagios/tap/README.nagios
    nagios/tap/config.sub
    nagios/tap/config.guess
    nagios/tap/README
    nagios/tap/install-sh
    nagios/tap/configure
    nagios/tap/tests/
    nagios/tap/tests/Makefile.in
    nagios/tap/tests/plan/
    nagios/tap/tests/plan/no_plan/
    nagios/tap/tests/plan/no_plan/Makefile.in
    nagios/tap/tests/plan/no_plan/test.t
    nagios/tap/tests/plan/no_plan/test.c
    nagios/tap/tests/plan/no_plan/test.pl
    nagios/tap/tests/plan/no_plan/Makefile.am
    nagios/tap/tests/plan/too-many-plans/
    nagios/tap/tests/plan/too-many-plans/Makefile.in
    nagios/tap/tests/plan/too-many-plans/test.t
    nagios/tap/tests/plan/too-many-plans/test.c
    nagios/tap/tests/plan/too-many-plans/test.pl
    nagios/tap/tests/plan/too-many-plans/Makefile.am
    nagios/tap/tests/plan/Makefile.in
    nagios/tap/tests/plan/sane/
    nagios/tap/tests/plan/sane/Makefile.in
    nagios/tap/tests/plan/sane/test.t
    nagios/tap/tests/plan/sane/test.c
    nagios/tap/tests/plan/sane/test.pl
    nagios/tap/tests/plan/sane/Makefile.am
    nagios/tap/tests/plan/no-tests/
    nagios/tap/tests/plan/no-tests/Makefile.in
    nagios/tap/tests/plan/no-tests/test.t
    nagios/tap/tests/plan/no-tests/test.c
    nagios/tap/tests/plan/no-tests/test.pl
    nagios/tap/tests/plan/no-tests/Makefile.am
    nagios/tap/tests/plan/skip_all/
    nagios/tap/tests/plan/skip_all/Makefile.in
    nagios/tap/tests/plan/skip_all/test.t
    nagios/tap/tests/plan/skip_all/test.c
    nagios/tap/tests/plan/skip_all/test.pl
    nagios/tap/tests/plan/skip_all/Makefile.am
    nagios/tap/tests/plan/not-enough-tests/
    nagios/tap/tests/plan/not-enough-tests/Makefile.in
    nagios/tap/tests/plan/not-enough-tests/test.t
    nagios/tap/tests/plan/not-enough-tests/test.c
    nagios/tap/tests/plan/not-enough-tests/test.pl
    nagios/tap/tests/plan/not-enough-tests/Makefile.am
    nagios/tap/tests/plan/Makefile.am
    nagios/tap/tests/plan/too-many-tests/
    nagios/tap/tests/plan/too-many-tests/Makefile.in
    nagios/tap/tests/plan/too-many-tests/test.t
    nagios/tap/tests/plan/too-many-tests/test.c
    nagios/tap/tests/plan/too-many-tests/test.pl
    nagios/tap/tests/plan/too-many-tests/Makefile.am
    nagios/tap/tests/todo/
    nagios/tap/tests/todo/Makefile.in
    nagios/tap/tests/todo/test.t
    nagios/tap/tests/todo/test.c
    nagios/tap/tests/todo/test.pl
    nagios/tap/tests/todo/Makefile.am
    nagios/tap/tests/fail/
    nagios/tap/tests/fail/Makefile.in
    nagios/tap/tests/fail/test.t
    nagios/tap/tests/fail/test.c
    nagios/tap/tests/fail/test.pl
    nagios/tap/tests/fail/Makefile.am
    nagios/tap/tests/README
    nagios/tap/tests/skip/
    nagios/tap/tests/skip/Makefile.in
    nagios/tap/tests/skip/test.t
    nagios/tap/tests/skip/test.c
    nagios/tap/tests/skip/test.pl
    nagios/tap/tests/skip/Makefile.am
    nagios/tap/tests/diag/
    nagios/tap/tests/diag/Makefile.in
    nagios/tap/tests/diag/test.t
    nagios/tap/tests/diag/test.c
    nagios/tap/tests/diag/test.pl
    nagios/tap/tests/diag/Makefile.am
    nagios/tap/tests/ok/
    nagios/tap/tests/ok/Makefile.in
    nagios/tap/tests/ok/ok-hash/
    nagios/tap/tests/ok/ok-hash/Makefile.in
    nagios/tap/tests/ok/ok-hash/test.t
    nagios/tap/tests/ok/ok-hash/test.c
    nagios/tap/tests/ok/ok-hash/test.pl
    nagios/tap/tests/ok/ok-hash/Makefile.am
    nagios/tap/tests/ok/ok/
    nagios/tap/tests/ok/ok/Makefile.in
    nagios/tap/tests/ok/ok/test.t
    nagios/tap/tests/ok/ok/test.c
    nagios/tap/tests/ok/ok/test.pl
    nagios/tap/tests/ok/ok/Makefile.am
    nagios/tap/tests/ok/Makefile.am
    nagios/tap/tests/ok/ok-numeric/
    nagios/tap/tests/ok/ok-numeric/Makefile.in
    nagios/tap/tests/ok/ok-numeric/test.t
    nagios/tap/tests/ok/ok-numeric/test.c
    nagios/tap/tests/ok/ok-numeric/test.pl
    nagios/tap/tests/ok/ok-numeric/Makefile.am
    nagios/tap/tests/Makefile.am
    nagios/tap/tests/pass/
    nagios/tap/tests/pass/Makefile.in
    nagios/tap/tests/pass/test.t
    nagios/tap/tests/pass/test.c
    nagios/tap/tests/pass/test.pl
    nagios/tap/tests/pass/Makefile.am
    nagios/tap/missing
    nagios/tap/Makefile.am
    nagios/tap/configure.in
    nagios/tap/ltmain.sh
    nagios/tap/aclocal.m4
    nagios/configure.in
    nagios/INSTALLING
    nagios/pkginfo.in
    nagios/indent-all.sh
    nagios/indent.sh

  13. tar zxvf nagios-plugins-1.4.15.tar.gz
  14. プラグイン nagios-plugins-1.4.15.tar.gzを展開します

    [root@host1 src]# tar zxvf nagios-plugins-1.4.15.tar.gz
    nagios-plugins-1.4.15/
    nagios-plugins-1.4.15/ABOUT-NLS
    nagios-plugins-1.4.15/acinclude.m4
    nagios-plugins-1.4.15/ACKNOWLEDGEMENTS
    nagios-plugins-1.4.15/aclocal.m4
    nagios-plugins-1.4.15/AUTHORS
    nagios-plugins-1.4.15/BUGS
    nagios-plugins-1.4.15/build-aux/
    nagios-plugins-1.4.15/build-aux/arg-nonnull.h
    nagios-plugins-1.4.15/build-aux/c++defs.h
    nagios-plugins-1.4.15/build-aux/compile
    nagios-plugins-1.4.15/build-aux/config.guess
    nagios-plugins-1.4.15/build-aux/config.rpath
    nagios-plugins-1.4.15/build-aux/config.sub
    nagios-plugins-1.4.15/build-aux/depcomp
    nagios-plugins-1.4.15/build-aux/install-sh
    nagios-plugins-1.4.15/build-aux/ltmain.sh
    nagios-plugins-1.4.15/build-aux/missing
    nagios-plugins-1.4.15/build-aux/mkinstalldirs
    nagios-plugins-1.4.15/build-aux/warn-on-use.h
    nagios-plugins-1.4.15/ChangeLog
    nagios-plugins-1.4.15/CODING
    nagios-plugins-1.4.15/command.cfg.in
    nagios-plugins-1.4.15/config.h.in
    nagios-plugins-1.4.15/config.rpath
    nagios-plugins-1.4.15/config_test/
    nagios-plugins-1.4.15/config_test/child_test.c
    nagios-plugins-1.4.15/config_test/Makefile
    nagios-plugins-1.4.15/config_test/run_tests
    nagios-plugins-1.4.15/configure
    nagios-plugins-1.4.15/configure.in
    nagios-plugins-1.4.15/contrib/
    nagios-plugins-1.4.15/contrib/aix/
    nagios-plugins-1.4.15/contrib/aix/check_failed
    nagios-plugins-1.4.15/contrib/aix/check_io
    nagios-plugins-1.4.15/contrib/aix/check_kerberos
    nagios-plugins-1.4.15/contrib/aix/check_queue
    nagios-plugins-1.4.15/contrib/aix/pg_stat
    nagios-plugins-1.4.15/contrib/check_adptraid.sh
    nagios-plugins-1.4.15/contrib/check_apache.pl
    nagios-plugins-1.4.15/contrib/check_apc_ups.pl
    nagios-plugins-1.4.15/contrib/check_appletalk.pl
    nagios-plugins-1.4.15/contrib/check_arping.pl
    nagios-plugins-1.4.15/contrib/check_asterisk.pl
    nagios-plugins-1.4.15/contrib/check_axis.sh
    nagios-plugins-1.4.15/contrib/check_backup.pl
    nagios-plugins-1.4.15/contrib/check_bgpstate.pl
    nagios-plugins-1.4.15/contrib/check_breeze.pl
    nagios-plugins-1.4.15/contrib/check_cluster.c
    nagios-plugins-1.4.15/contrib/check_cluster2.c
    nagios-plugins-1.4.15/contrib/check_cluster2.README
    nagios-plugins-1.4.15/contrib/check_compaq_insight.pl
    nagios-plugins-1.4.15/contrib/check_cpqarray.c
    nagios-plugins-1.4.15/contrib/check_digitemp.pl
    nagios-plugins-1.4.15/contrib/check_dlswcircuit.pl
    nagios-plugins-1.4.15/contrib/check_dns_random.pl
    nagios-plugins-1.4.15/contrib/check_email_loop.pl
    nagios-plugins-1.4.15/contrib/check_fan_cpq_present
    nagios-plugins-1.4.15/contrib/check_fan_fsc_present
    nagios-plugins-1.4.15/contrib/check_flexlm.pl
    nagios-plugins-1.4.15/contrib/check_frontpage
    nagios-plugins-1.4.15/contrib/check_hltherm.c
    nagios-plugins-1.4.15/contrib/check_hprsc.pl
    nagios-plugins-1.4.15/contrib/check_http-with-client-certificate.c
    nagios-plugins-1.4.15/contrib/check_hw.sh
    nagios-plugins-1.4.15/contrib/check_ica_master_browser.pl
    nagios-plugins-1.4.15/contrib/check_ica_metaframe_pub_apps.pl
    nagios-plugins-1.4.15/contrib/check_ica_program_neigbourhood.pl
    nagios-plugins-1.4.15/contrib/check_inodes-freebsd.pl
    nagios-plugins-1.4.15/contrib/check_inodes.pl
    nagios-plugins-1.4.15/contrib/check_ipxping.c
    nagios-plugins-1.4.15/contrib/check_javaproc.pl
    nagios-plugins-1.4.15/contrib/check_joy.sh
    nagios-plugins-1.4.15/contrib/check_linux_raid.pl
    nagios-plugins-1.4.15/contrib/check_lmmon.pl
    nagios-plugins-1.4.15/contrib/check_log2.pl
    nagios-plugins-1.4.15/contrib/check_lotus.pl
    nagios-plugins-1.4.15/contrib/check_maxchannels.pl
    nagios-plugins-1.4.15/contrib/check_maxwanstate.pl
    nagios-plugins-1.4.15/contrib/check_mem.pl
    nagios-plugins-1.4.15/contrib/check_ms_spooler.pl
    nagios-plugins-1.4.15/contrib/check_mssql.sh
    nagios-plugins-1.4.15/contrib/check_nagios.pl
    nagios-plugins-1.4.15/contrib/check_nagios_db.pl
    nagios-plugins-1.4.15/contrib/check_nagios_db_pg.pl
    nagios-plugins-1.4.15/contrib/check_netapp.pl
    nagios-plugins-1.4.15/contrib/check_nmap.py
    nagios-plugins-1.4.15/contrib/check_ora_table_space.pl
    nagios-plugins-1.4.15/contrib/check_oracle_instance.pl
    nagios-plugins-1.4.15/contrib/check_oracle_tbs
    nagios-plugins-1.4.15/contrib/check_pcpmetric.py
    nagios-plugins-1.4.15/contrib/check_pfstate
    nagios-plugins-1.4.15/contrib/check_qmailq.pl
    nagios-plugins-1.4.15/contrib/check_rbl.c
    nagios-plugins-1.4.15/contrib/check_remote_nagios_status.pl
    nagios-plugins-1.4.15/contrib/check_rrd_data.pl
    nagios-plugins-1.4.15/contrib/check_sap.sh
    nagios-plugins-1.4.15/contrib/check_smart.pl
    nagios-plugins-1.4.15/contrib/check_smb.sh
    nagios-plugins-1.4.15/contrib/check_snmp_disk_monitor.pl
    nagios-plugins-1.4.15/contrib/check_snmp_printer.pl
    nagios-plugins-1.4.15/contrib/check_snmp_process_monitor.pl
    nagios-plugins-1.4.15/contrib/check_snmp_procs.pl
    nagios-plugins-1.4.15/contrib/check_sockets.pl
    nagios-plugins-1.4.15/contrib/check_temp_cpq
    nagios-plugins-1.4.15/contrib/check_temp_fsc
    nagios-plugins-1.4.15/contrib/check_timeout.c
    nagios-plugins-1.4.15/contrib/check_traceroute-pure_perl.pl
    nagios-plugins-1.4.15/contrib/check_traceroute.pl
    nagios-plugins-1.4.15/contrib/check_uptime.c
    nagios-plugins-1.4.15/contrib/check_vcs.pl
    nagios-plugins-1.4.15/contrib/check_wave.pl
    nagios-plugins-1.4.15/contrib/check_wins.pl
    nagios-plugins-1.4.15/contrib/checkciscotemp.pl
    nagios-plugins-1.4.15/contrib/mrtgext.pl
    nagios-plugins-1.4.15/contrib/nagios_sendim.pl
    nagios-plugins-1.4.15/contrib/packet_utils.pm
    nagios-plugins-1.4.15/contrib/rblcheck-dns
    nagios-plugins-1.4.15/contrib/rblcheck-web
    nagios-plugins-1.4.15/contrib/README.TXT
    nagios-plugins-1.4.15/contrib/restrict.pl
    nagios-plugins-1.4.15/contrib/sched_downtime.pl
    nagios-plugins-1.4.15/contrib/tarballs/
    nagios-plugins-1.4.15/contrib/tarballs/bowen-langley_plugins.tar.gz
    nagios-plugins-1.4.15/contrib/tarballs/check_bgp-1.0.tar.gz
    nagios-plugins-1.4.15/contrib/tarballs/check_radius.tar.gz
    nagios-plugins-1.4.15/contrib/tarballs/check_traffic-0.91b.tar.gz
    nagios-plugins-1.4.15/contrib/tarballs/fetchlog-0.94.tar.gz
    nagios-plugins-1.4.15/contrib/urlize.pl
    nagios-plugins-1.4.15/contrib/utils.py
    nagios-plugins-1.4.15/COPYING
    nagios-plugins-1.4.15/FAQ
    nagios-plugins-1.4.15/gl/
    nagios-plugins-1.4.15/gl/alignof.h
    nagios-plugins-1.4.15/gl/alloca.in.h
    nagios-plugins-1.4.15/gl/arpa_inet.in.h
    nagios-plugins-1.4.15/gl/asnprintf.c
    nagios-plugins-1.4.15/gl/asprintf.c
    nagios-plugins-1.4.15/gl/base64.c
    nagios-plugins-1.4.15/gl/base64.h
    nagios-plugins-1.4.15/gl/basename-lgpl.c
    nagios-plugins-1.4.15/gl/basename.c
    nagios-plugins-1.4.15/gl/btowc.c
    nagios-plugins-1.4.15/gl/c-strtod.c
    nagios-plugins-1.4.15/gl/c-strtod.h
    nagios-plugins-1.4.15/gl/cloexec.c
    nagios-plugins-1.4.15/gl/cloexec.h
    nagios-plugins-1.4.15/gl/close-hook.c
    nagios-plugins-1.4.15/gl/close-hook.h
    nagios-plugins-1.4.15/gl/config.charset
    nagios-plugins-1.4.15/gl/creat-safer.c
    nagios-plugins-1.4.15/gl/dirname-lgpl.c
    nagios-plugins-1.4.15/gl/dirname.c
    nagios-plugins-1.4.15/gl/dirname.h
    nagios-plugins-1.4.15/gl/dup-safer.c
    nagios-plugins-1.4.15/gl/dup2.c
    nagios-plugins-1.4.15/gl/errno.in.h
    nagios-plugins-1.4.15/gl/error.c
    nagios-plugins-1.4.15/gl/error.h
    nagios-plugins-1.4.15/gl/exitfail.c
    nagios-plugins-1.4.15/gl/exitfail.h
    nagios-plugins-1.4.15/gl/fcntl–.h
    nagios-plugins-1.4.15/gl/fcntl-safer.h
    nagios-plugins-1.4.15/gl/fcntl.c
    nagios-plugins-1.4.15/gl/fcntl.in.h
    nagios-plugins-1.4.15/gl/fd-safer.c
    nagios-plugins-1.4.15/gl/float+.h
    nagios-plugins-1.4.15/gl/float.in.h
    nagios-plugins-1.4.15/gl/floor.c
    nagios-plugins-1.4.15/gl/floorf.c
    nagios-plugins-1.4.15/gl/fsusage.c
    nagios-plugins-1.4.15/gl/fsusage.h
    nagios-plugins-1.4.15/gl/full-read.c
    nagios-plugins-1.4.15/gl/full-read.h
    nagios-plugins-1.4.15/gl/full-write.c
    nagios-plugins-1.4.15/gl/full-write.h
    nagios-plugins-1.4.15/gl/gai_strerror.c
    nagios-plugins-1.4.15/gl/getaddrinfo.c
    nagios-plugins-1.4.15/gl/getdtablesize.c
    nagios-plugins-1.4.15/gl/gethostname.c
    nagios-plugins-1.4.15/gl/getloadavg.c
    nagios-plugins-1.4.15/gl/getopt.c
    nagios-plugins-1.4.15/gl/getopt.in.h
    nagios-plugins-1.4.15/gl/getopt1.c
    nagios-plugins-1.4.15/gl/getopt_int.h
    nagios-plugins-1.4.15/gl/gettext.h
    nagios-plugins-1.4.15/gl/inet_ntop.c
    nagios-plugins-1.4.15/gl/intprops.h
    nagios-plugins-1.4.15/gl/langinfo.in.h
    nagios-plugins-1.4.15/gl/localcharset.c
    nagios-plugins-1.4.15/gl/localcharset.h
    nagios-plugins-1.4.15/gl/locale.in.h
    nagios-plugins-1.4.15/gl/m4/
    nagios-plugins-1.4.15/gl/m4/00gnulib.m4
    nagios-plugins-1.4.15/gl/m4/alloca.m4
    nagios-plugins-1.4.15/gl/m4/arpa_inet_h.m4
    nagios-plugins-1.4.15/gl/m4/asm-underscore.m4
    nagios-plugins-1.4.15/gl/m4/base64.m4
    nagios-plugins-1.4.15/gl/m4/btowc.m4
    nagios-plugins-1.4.15/gl/m4/c-strtod.m4
    nagios-plugins-1.4.15/gl/m4/cloexec.m4
    nagios-plugins-1.4.15/gl/m4/codeset.m4
    nagios-plugins-1.4.15/gl/m4/dirname.m4
    nagios-plugins-1.4.15/gl/m4/dos.m4
    nagios-plugins-1.4.15/gl/m4/double-slash-root.m4
    nagios-plugins-1.4.15/gl/m4/dup2.m4
    nagios-plugins-1.4.15/gl/m4/eealloc.m4
    nagios-plugins-1.4.15/gl/m4/environ.m4
    nagios-plugins-1.4.15/gl/m4/errno_h.m4
    nagios-plugins-1.4.15/gl/m4/error.m4
    nagios-plugins-1.4.15/gl/m4/extensions.m4
    nagios-plugins-1.4.15/gl/m4/fcntl-o.m4
    nagios-plugins-1.4.15/gl/m4/fcntl-safer.m4
    nagios-plugins-1.4.15/gl/m4/fcntl.m4
    nagios-plugins-1.4.15/gl/m4/fcntl_h.m4
    nagios-plugins-1.4.15/gl/m4/float_h.m4
    nagios-plugins-1.4.15/gl/m4/floorf.m4
    nagios-plugins-1.4.15/gl/m4/fstypename.m4
    nagios-plugins-1.4.15/gl/m4/fsusage.m4
    nagios-plugins-1.4.15/gl/m4/getaddrinfo.m4
    nagios-plugins-1.4.15/gl/m4/getdtablesize.m4
    nagios-plugins-1.4.15/gl/m4/gethostname.m4
    nagios-plugins-1.4.15/gl/m4/getloadavg.m4
    nagios-plugins-1.4.15/gl/m4/getopt.m4
    nagios-plugins-1.4.15/gl/m4/gettext.m4
    nagios-plugins-1.4.15/gl/m4/glibc21.m4
    nagios-plugins-1.4.15/gl/m4/gnulib-cache.m4
    nagios-plugins-1.4.15/gl/m4/gnulib-common.m4
    nagios-plugins-1.4.15/gl/m4/gnulib-comp.m4
    nagios-plugins-1.4.15/gl/m4/hostent.m4
    nagios-plugins-1.4.15/gl/m4/iconv.m4
    nagios-plugins-1.4.15/gl/m4/include_next.m4
    nagios-plugins-1.4.15/gl/m4/inet_ntop.m4
    nagios-plugins-1.4.15/gl/m4/inline.m4
    nagios-plugins-1.4.15/gl/m4/intlmacosx.m4
    nagios-plugins-1.4.15/gl/m4/intmax_t.m4
    nagios-plugins-1.4.15/gl/m4/inttypes_h.m4
    nagios-plugins-1.4.15/gl/m4/langinfo_h.m4
    nagios-plugins-1.4.15/gl/m4/lib-ld.m4
    nagios-plugins-1.4.15/gl/m4/lib-link.m4
    nagios-plugins-1.4.15/gl/m4/lib-prefix.m4
    nagios-plugins-1.4.15/gl/m4/libtool.m4
    nagios-plugins-1.4.15/gl/m4/localcharset.m4
    nagios-plugins-1.4.15/gl/m4/locale-fr.m4
    nagios-plugins-1.4.15/gl/m4/locale-ja.m4
    nagios-plugins-1.4.15/gl/m4/locale-zh.m4
    nagios-plugins-1.4.15/gl/m4/locale_h.m4
    nagios-plugins-1.4.15/gl/m4/longlong.m4
    nagios-plugins-1.4.15/gl/m4/ls-mntd-fs.m4
    nagios-plugins-1.4.15/gl/m4/ltoptions.m4
    nagios-plugins-1.4.15/gl/m4/ltsugar.m4
    nagios-plugins-1.4.15/gl/m4/ltversion.m4
    nagios-plugins-1.4.15/gl/m4/lt~obsolete.m4
    nagios-plugins-1.4.15/gl/m4/malloc.m4
    nagios-plugins-1.4.15/gl/m4/malloca.m4
    nagios-plugins-1.4.15/gl/m4/math_h.m4
    nagios-plugins-1.4.15/gl/m4/mbrtowc.m4
    nagios-plugins-1.4.15/gl/m4/mbsinit.m4
    nagios-plugins-1.4.15/gl/m4/mbstate_t.m4
    nagios-plugins-1.4.15/gl/m4/memchr.m4
    nagios-plugins-1.4.15/gl/m4/mktime.m4
    nagios-plugins-1.4.15/gl/m4/mmap-anon.m4
    nagios-plugins-1.4.15/gl/m4/mode_t.m4
    nagios-plugins-1.4.15/gl/m4/mountlist.m4
    nagios-plugins-1.4.15/gl/m4/multiarch.m4
    nagios-plugins-1.4.15/gl/m4/netdb_h.m4
    nagios-plugins-1.4.15/gl/m4/netinet_in_h.m4
    nagios-plugins-1.4.15/gl/m4/nl_langinfo.m4
    nagios-plugins-1.4.15/gl/m4/nls.m4
    nagios-plugins-1.4.15/gl/m4/onceonly.m4
    nagios-plugins-1.4.15/gl/m4/open.m4
    nagios-plugins-1.4.15/gl/m4/po.m4
    nagios-plugins-1.4.15/gl/m4/printf.m4
    nagios-plugins-1.4.15/gl/m4/progtest.m4
    nagios-plugins-1.4.15/gl/m4/regex.m4
    nagios-plugins-1.4.15/gl/m4/safe-read.m4
    nagios-plugins-1.4.15/gl/m4/safe-write.m4
    nagios-plugins-1.4.15/gl/m4/servent.m4
    nagios-plugins-1.4.15/gl/m4/setenv.m4
    nagios-plugins-1.4.15/gl/m4/sha1.m4
    nagios-plugins-1.4.15/gl/m4/size_max.m4
    nagios-plugins-1.4.15/gl/m4/snprintf.m4
    nagios-plugins-1.4.15/gl/m4/sockets.m4
    nagios-plugins-1.4.15/gl/m4/socklen.m4
    nagios-plugins-1.4.15/gl/m4/sockpfaf.m4
    nagios-plugins-1.4.15/gl/m4/ssize_t.m4
    nagios-plugins-1.4.15/gl/m4/stat.m4
    nagios-plugins-1.4.15/gl/m4/stdbool.m4
    nagios-plugins-1.4.15/gl/m4/stddef_h.m4
    nagios-plugins-1.4.15/gl/m4/stdint.m4
    nagios-plugins-1.4.15/gl/m4/stdint_h.m4
    nagios-plugins-1.4.15/gl/m4/stdio_h.m4
    nagios-plugins-1.4.15/gl/m4/stdlib_h.m4
    nagios-plugins-1.4.15/gl/m4/strdup.m4
    nagios-plugins-1.4.15/gl/m4/strerror.m4
    nagios-plugins-1.4.15/gl/m4/string_h.m4
    nagios-plugins-1.4.15/gl/m4/strndup.m4
    nagios-plugins-1.4.15/gl/m4/strnlen.m4
    nagios-plugins-1.4.15/gl/m4/strsep.m4
    nagios-plugins-1.4.15/gl/m4/strstr.m4
    nagios-plugins-1.4.15/gl/m4/sys_socket_h.m4
    nagios-plugins-1.4.15/gl/m4/sys_stat_h.m4
    nagios-plugins-1.4.15/gl/m4/time_h.m4
    nagios-plugins-1.4.15/gl/m4/time_r.m4
    nagios-plugins-1.4.15/gl/m4/timegm.m4
    nagios-plugins-1.4.15/gl/m4/unistd-safer.m4
    nagios-plugins-1.4.15/gl/m4/unistd_h.m4
    nagios-plugins-1.4.15/gl/m4/vasnprintf.m4
    nagios-plugins-1.4.15/gl/m4/vasprintf.m4
    nagios-plugins-1.4.15/gl/m4/vsnprintf.m4
    nagios-plugins-1.4.15/gl/m4/warn-on-use.m4
    nagios-plugins-1.4.15/gl/m4/wchar_h.m4
    nagios-plugins-1.4.15/gl/m4/wchar_t.m4
    nagios-plugins-1.4.15/gl/m4/wcrtomb.m4
    nagios-plugins-1.4.15/gl/m4/wctype_h.m4
    nagios-plugins-1.4.15/gl/m4/wint_t.m4
    nagios-plugins-1.4.15/gl/m4/write.m4
    nagios-plugins-1.4.15/gl/m4/xalloc.m4
    nagios-plugins-1.4.15/gl/m4/xsize.m4
    nagios-plugins-1.4.15/gl/m4/xstrndup.m4
    nagios-plugins-1.4.15/gl/Makefile.am
    nagios-plugins-1.4.15/gl/Makefile.in
    nagios-plugins-1.4.15/gl/malloc.c
    nagios-plugins-1.4.15/gl/malloca.c
    nagios-plugins-1.4.15/gl/malloca.h
    nagios-plugins-1.4.15/gl/malloca.valgrind
    nagios-plugins-1.4.15/gl/math.in.h
    nagios-plugins-1.4.15/gl/mbrtowc.c
    nagios-plugins-1.4.15/gl/mbsinit.c
    nagios-plugins-1.4.15/gl/memchr.c
    nagios-plugins-1.4.15/gl/memchr.valgrind
    nagios-plugins-1.4.15/gl/mktime-internal.h
    nagios-plugins-1.4.15/gl/mktime.c
    nagios-plugins-1.4.15/gl/mountlist.c
    nagios-plugins-1.4.15/gl/mountlist.h
    nagios-plugins-1.4.15/gl/netdb.in.h
    nagios-plugins-1.4.15/gl/netinet_in.in.h
    nagios-plugins-1.4.15/gl/nl_langinfo.c
    nagios-plugins-1.4.15/gl/open-safer.c
    nagios-plugins-1.4.15/gl/open.c
    nagios-plugins-1.4.15/gl/pipe-safer.c
    nagios-plugins-1.4.15/gl/printf-args.c
    nagios-plugins-1.4.15/gl/printf-args.h
    nagios-plugins-1.4.15/gl/printf-parse.c
    nagios-plugins-1.4.15/gl/printf-parse.h
    nagios-plugins-1.4.15/gl/ref-add.sin
    nagios-plugins-1.4.15/gl/ref-del.sin
    nagios-plugins-1.4.15/gl/regcomp.c
    nagios-plugins-1.4.15/gl/regex.c
    nagios-plugins-1.4.15/gl/regex.h
    nagios-plugins-1.4.15/gl/regex_internal.c
    nagios-plugins-1.4.15/gl/regex_internal.h
    nagios-plugins-1.4.15/gl/regexec.c
    nagios-plugins-1.4.15/gl/safe-read.c
    nagios-plugins-1.4.15/gl/safe-read.h
    nagios-plugins-1.4.15/gl/safe-write.c
    nagios-plugins-1.4.15/gl/safe-write.h
    nagios-plugins-1.4.15/gl/setenv.c
    nagios-plugins-1.4.15/gl/sha1.c
    nagios-plugins-1.4.15/gl/sha1.h
    nagios-plugins-1.4.15/gl/size_max.h
    nagios-plugins-1.4.15/gl/snprintf.c
    nagios-plugins-1.4.15/gl/sockets.c
    nagios-plugins-1.4.15/gl/sockets.h
    nagios-plugins-1.4.15/gl/stat.c
    nagios-plugins-1.4.15/gl/stdbool.in.h
    nagios-plugins-1.4.15/gl/stddef.in.h
    nagios-plugins-1.4.15/gl/stdint.in.h
    nagios-plugins-1.4.15/gl/stdio-write.c
    nagios-plugins-1.4.15/gl/stdio.in.h
    nagios-plugins-1.4.15/gl/stdlib.in.h
    nagios-plugins-1.4.15/gl/str-two-way.h
    nagios-plugins-1.4.15/gl/strdup.c
    nagios-plugins-1.4.15/gl/streq.h
    nagios-plugins-1.4.15/gl/strerror.c
    nagios-plugins-1.4.15/gl/string.in.h
    nagios-plugins-1.4.15/gl/stripslash.c
    nagios-plugins-1.4.15/gl/strndup.c
    nagios-plugins-1.4.15/gl/strnlen.c
    nagios-plugins-1.4.15/gl/strsep.c
    nagios-plugins-1.4.15/gl/strstr.c
    nagios-plugins-1.4.15/gl/sys_socket.in.h
    nagios-plugins-1.4.15/gl/sys_stat.in.h
    nagios-plugins-1.4.15/gl/time.in.h
    nagios-plugins-1.4.15/gl/time_r.c
    nagios-plugins-1.4.15/gl/timegm.c
    nagios-plugins-1.4.15/gl/unistd–.h
    nagios-plugins-1.4.15/gl/unistd-safer.h
    nagios-plugins-1.4.15/gl/unistd.in.h
    nagios-plugins-1.4.15/gl/unsetenv.c
    nagios-plugins-1.4.15/gl/vasnprintf.c
    nagios-plugins-1.4.15/gl/vasnprintf.h
    nagios-plugins-1.4.15/gl/vasprintf.c
    nagios-plugins-1.4.15/gl/verify.h
    nagios-plugins-1.4.15/gl/vsnprintf.c
    nagios-plugins-1.4.15/gl/w32sock.h
    nagios-plugins-1.4.15/gl/wchar.in.h
    nagios-plugins-1.4.15/gl/wcrtomb.c
    nagios-plugins-1.4.15/gl/wctype.in.h
    nagios-plugins-1.4.15/gl/write.c
    nagios-plugins-1.4.15/gl/xalloc-die.c
    nagios-plugins-1.4.15/gl/xalloc.h
    nagios-plugins-1.4.15/gl/xmalloc.c
    nagios-plugins-1.4.15/gl/xsize.h
    nagios-plugins-1.4.15/gl/xstrndup.c
    nagios-plugins-1.4.15/gl/xstrndup.h
    nagios-plugins-1.4.15/INSTALL
    nagios-plugins-1.4.15/LEGAL
    nagios-plugins-1.4.15/lib/
    nagios-plugins-1.4.15/lib/extra_opts.c
    nagios-plugins-1.4.15/lib/extra_opts.h
    nagios-plugins-1.4.15/lib/Makefile.am
    nagios-plugins-1.4.15/lib/Makefile.in
    nagios-plugins-1.4.15/lib/parse_ini.c
    nagios-plugins-1.4.15/lib/parse_ini.h
    nagios-plugins-1.4.15/lib/tests/
    nagios-plugins-1.4.15/lib/tests/config-dos.ini
    nagios-plugins-1.4.15/lib/tests/config-opts.ini
    nagios-plugins-1.4.15/lib/tests/config-tiny.ini
    nagios-plugins-1.4.15/lib/tests/Makefile.am
    nagios-plugins-1.4.15/lib/tests/Makefile.in
    nagios-plugins-1.4.15/lib/tests/plugin.ini
    nagios-plugins-1.4.15/lib/tests/plugins.ini
    nagios-plugins-1.4.15/lib/tests/README
    nagios-plugins-1.4.15/lib/tests/test_base64.c
    nagios-plugins-1.4.15/lib/tests/test_base64.t
    nagios-plugins-1.4.15/lib/tests/test_cmd.c
    nagios-plugins-1.4.15/lib/tests/test_cmd.t
    nagios-plugins-1.4.15/lib/tests/test_disk.c
    nagios-plugins-1.4.15/lib/tests/test_disk.t
    nagios-plugins-1.4.15/lib/tests/test_ini1.c
    nagios-plugins-1.4.15/lib/tests/test_ini1.t
    nagios-plugins-1.4.15/lib/tests/test_ini3.c
    nagios-plugins-1.4.15/lib/tests/test_ini3.t
    nagios-plugins-1.4.15/lib/tests/test_opts1.c
    nagios-plugins-1.4.15/lib/tests/test_opts1.t
    nagios-plugins-1.4.15/lib/tests/test_opts2.c
    nagios-plugins-1.4.15/lib/tests/test_opts2.t
    nagios-plugins-1.4.15/lib/tests/test_opts3.c
    nagios-plugins-1.4.15/lib/tests/test_opts3.t
    nagios-plugins-1.4.15/lib/tests/test_tcp.c
    nagios-plugins-1.4.15/lib/tests/test_tcp.t
    nagios-plugins-1.4.15/lib/tests/test_utils.c
    nagios-plugins-1.4.15/lib/tests/test_utils.t
    nagios-plugins-1.4.15/lib/tests/var/
    nagios-plugins-1.4.15/lib/tests/var/.gitignore
    nagios-plugins-1.4.15/lib/tests/var/baddate
    nagios-plugins-1.4.15/lib/tests/var/missingdataline
    nagios-plugins-1.4.15/lib/tests/var/oldformat
    nagios-plugins-1.4.15/lib/tests/var/statefile
    nagios-plugins-1.4.15/lib/utils_base.c
    nagios-plugins-1.4.15/lib/utils_base.h
    nagios-plugins-1.4.15/lib/utils_cmd.c
    nagios-plugins-1.4.15/lib/utils_cmd.h
    nagios-plugins-1.4.15/lib/utils_disk.c
    nagios-plugins-1.4.15/lib/utils_disk.h
    nagios-plugins-1.4.15/lib/utils_tcp.c
    nagios-plugins-1.4.15/lib/utils_tcp.h
    nagios-plugins-1.4.15/m4/
    nagios-plugins-1.4.15/m4/np_mysqlclient.m4
    nagios-plugins-1.4.15/Makefile.am
    nagios-plugins-1.4.15/Makefile.in
    nagios-plugins-1.4.15/mkinstalldirs
    nagios-plugins-1.4.15/nagios-plugins.spec
    nagios-plugins-1.4.15/NEWS
    nagios-plugins-1.4.15/NP-VERSION-GEN
    nagios-plugins-1.4.15/NPTest.pm
    nagios-plugins-1.4.15/perlmods/
    nagios-plugins-1.4.15/perlmods/Class-Accessor-0.31.tar.gz
    nagios-plugins-1.4.15/perlmods/Config-Tiny-2.10.tar.gz
    nagios-plugins-1.4.15/perlmods/install_order
    nagios-plugins-1.4.15/perlmods/Makefile
    nagios-plugins-1.4.15/perlmods/Makefile.am
    nagios-plugins-1.4.15/perlmods/Makefile.in
    nagios-plugins-1.4.15/perlmods/Math-Calc-Units-1.06.tar.gz
    nagios-plugins-1.4.15/perlmods/Nagios-Plugin-0.34.tar.gz
    nagios-plugins-1.4.15/perlmods/Params-Validate-0.88.tar.gz
    nagios-plugins-1.4.15/perlmods/Test-Simple-0.70.tar.gz
    nagios-plugins-1.4.15/pkg/
    nagios-plugins-1.4.15/pkg/fedora/
    nagios-plugins-1.4.15/pkg/fedora/requires
    nagios-plugins-1.4.15/pkg/redhat/
    nagios-plugins-1.4.15/pkg/redhat/requires
    nagios-plugins-1.4.15/pkg/solaris/
    nagios-plugins-1.4.15/pkg/solaris/pkginfo
    nagios-plugins-1.4.15/pkg/solaris/pkginfo.in
    nagios-plugins-1.4.15/pkg/solaris/solpkg
    nagios-plugins-1.4.15/plugins/
    nagios-plugins-1.4.15/plugins/check_apt.c
    nagios-plugins-1.4.15/plugins/check_by_ssh.c
    nagios-plugins-1.4.15/plugins/check_cluster.c
    nagios-plugins-1.4.15/plugins/check_dig.c
    nagios-plugins-1.4.15/plugins/check_disk.c
    nagios-plugins-1.4.15/plugins/check_dns.c
    nagios-plugins-1.4.15/plugins/check_dummy.c
    nagios-plugins-1.4.15/plugins/check_fping.c
    nagios-plugins-1.4.15/plugins/check_game.c
    nagios-plugins-1.4.15/plugins/check_hpjd.c
    nagios-plugins-1.4.15/plugins/check_http.c
    nagios-plugins-1.4.15/plugins/check_ide_smart.c
    nagios-plugins-1.4.15/plugins/check_ldap.c
    nagios-plugins-1.4.15/plugins/check_load.c
    nagios-plugins-1.4.15/plugins/check_mrtg.c
    nagios-plugins-1.4.15/plugins/check_mrtgtraf.c
    nagios-plugins-1.4.15/plugins/check_mysql.c
    nagios-plugins-1.4.15/plugins/check_mysql_query.c
    nagios-plugins-1.4.15/plugins/check_nagios.c
    nagios-plugins-1.4.15/plugins/check_nt.c
    nagios-plugins-1.4.15/plugins/check_ntp.c
    nagios-plugins-1.4.15/plugins/check_ntp_peer.c
    nagios-plugins-1.4.15/plugins/check_ntp_time.c
    nagios-plugins-1.4.15/plugins/check_nwstat.c
    nagios-plugins-1.4.15/plugins/check_overcr.c
    nagios-plugins-1.4.15/plugins/check_pgsql.c
    nagios-plugins-1.4.15/plugins/check_ping.c
    nagios-plugins-1.4.15/plugins/check_procs.c
    nagios-plugins-1.4.15/plugins/check_radius.c
    nagios-plugins-1.4.15/plugins/check_real.c
    nagios-plugins-1.4.15/plugins/check_smtp.c
    nagios-plugins-1.4.15/plugins/check_snmp.c
    nagios-plugins-1.4.15/plugins/check_ssh.c
    nagios-plugins-1.4.15/plugins/check_swap.c
    nagios-plugins-1.4.15/plugins/check_tcp.c
    nagios-plugins-1.4.15/plugins/check_time.c
    nagios-plugins-1.4.15/plugins/check_ups.c
    nagios-plugins-1.4.15/plugins/check_users.c
    nagios-plugins-1.4.15/plugins/common.h
    nagios-plugins-1.4.15/plugins/Makefile.am
    nagios-plugins-1.4.15/plugins/Makefile.in
    nagios-plugins-1.4.15/plugins/negate.c
    nagios-plugins-1.4.15/plugins/netutils.c
    nagios-plugins-1.4.15/plugins/netutils.h
    nagios-plugins-1.4.15/plugins/popen.c
    nagios-plugins-1.4.15/plugins/popen.h
    nagios-plugins-1.4.15/plugins/runcmd.c
    nagios-plugins-1.4.15/plugins/runcmd.h
    nagios-plugins-1.4.15/plugins/sslutils.c
    nagios-plugins-1.4.15/plugins/t/
    nagios-plugins-1.4.15/plugins/t/check_by_ssh.t
    nagios-plugins-1.4.15/plugins/t/check_cluster.t
    nagios-plugins-1.4.15/plugins/t/check_dig.t
    nagios-plugins-1.4.15/plugins/t/check_disk.t
    nagios-plugins-1.4.15/plugins/t/check_dns.t
    nagios-plugins-1.4.15/plugins/t/check_dummy.t
    nagios-plugins-1.4.15/plugins/t/check_fping.t
    nagios-plugins-1.4.15/plugins/t/check_ftp.t
    nagios-plugins-1.4.15/plugins/t/check_hpjd.t
    nagios-plugins-1.4.15/plugins/t/check_http.t
    nagios-plugins-1.4.15/plugins/t/check_imap.t
    nagios-plugins-1.4.15/plugins/t/check_jabber.t
    nagios-plugins-1.4.15/plugins/t/check_load.t
    nagios-plugins-1.4.15/plugins/t/check_mysql.t
    nagios-plugins-1.4.15/plugins/t/check_mysql_query.t
    nagios-plugins-1.4.15/plugins/t/check_nagios.nagios1.status.log
    nagios-plugins-1.4.15/plugins/t/check_nagios.nagios2.status.dat
    nagios-plugins-1.4.15/plugins/t/check_nagios.t
    nagios-plugins-1.4.15/plugins/t/check_ntp.t
    nagios-plugins-1.4.15/plugins/t/check_ping.t
    nagios-plugins-1.4.15/plugins/t/check_pop.t
    nagios-plugins-1.4.15/plugins/t/check_procs.t
    nagios-plugins-1.4.15/plugins/t/check_smtp.t
    nagios-plugins-1.4.15/plugins/t/check_snmp.t
    nagios-plugins-1.4.15/plugins/t/check_swap.t
    nagios-plugins-1.4.15/plugins/t/check_tcp.t
    nagios-plugins-1.4.15/plugins/t/check_time.t
    nagios-plugins-1.4.15/plugins/t/check_udp.t
    nagios-plugins-1.4.15/plugins/t/check_users.t
    nagios-plugins-1.4.15/plugins/t/negate.t
    nagios-plugins-1.4.15/plugins/tests/
    nagios-plugins-1.4.15/plugins/tests/certs/
    nagios-plugins-1.4.15/plugins/tests/certs/expired-cert.pem
    nagios-plugins-1.4.15/plugins/tests/certs/expired-key.pem
    nagios-plugins-1.4.15/plugins/tests/certs/server-cert.pem
    nagios-plugins-1.4.15/plugins/tests/certs/server-key.pem
    nagios-plugins-1.4.15/plugins/tests/check_http.t
    nagios-plugins-1.4.15/plugins/tests/check_nt.t
    nagios-plugins-1.4.15/plugins/tests/check_procs.t
    nagios-plugins-1.4.15/plugins/tests/check_snmp.t
    nagios-plugins-1.4.15/plugins/tests/check_snmp_agent.pl
    nagios-plugins-1.4.15/plugins/tests/conf/
    nagios-plugins-1.4.15/plugins/tests/conf/snmpd.conf
    nagios-plugins-1.4.15/plugins/tests/var/
    nagios-plugins-1.4.15/plugins/tests/var/ps-axwo.darwin
    nagios-plugins-1.4.15/plugins/tests/var/ps_axwo.debian
    nagios-plugins-1.4.15/plugins/tests/var/root
    nagios-plugins-1.4.15/plugins/urlize.c
    nagios-plugins-1.4.15/plugins/utils.c
    nagios-plugins-1.4.15/plugins/utils.h
    nagios-plugins-1.4.15/plugins-root/
    nagios-plugins-1.4.15/plugins-root/check_dhcp.c
    nagios-plugins-1.4.15/plugins-root/check_icmp.c
    nagios-plugins-1.4.15/plugins-root/Makefile.am
    nagios-plugins-1.4.15/plugins-root/Makefile.in
    nagios-plugins-1.4.15/plugins-root/pst3.c
    nagios-plugins-1.4.15/plugins-scripts/
    nagios-plugins-1.4.15/plugins-scripts/check_breeze.pl
    nagios-plugins-1.4.15/plugins-scripts/check_disk_smb.pl
    nagios-plugins-1.4.15/plugins-scripts/check_file_age.pl
    nagios-plugins-1.4.15/plugins-scripts/check_flexlm.pl
    nagios-plugins-1.4.15/plugins-scripts/check_ifoperstatus.pl
    nagios-plugins-1.4.15/plugins-scripts/check_ifstatus.pl
    nagios-plugins-1.4.15/plugins-scripts/check_ircd.pl
    nagios-plugins-1.4.15/plugins-scripts/check_log.sh
    nagios-plugins-1.4.15/plugins-scripts/check_mailq.pl
    nagios-plugins-1.4.15/plugins-scripts/check_ntp.pl
    nagios-plugins-1.4.15/plugins-scripts/check_oracle.sh
    nagios-plugins-1.4.15/plugins-scripts/check_rpc.pl
    nagios-plugins-1.4.15/plugins-scripts/check_sensors.sh
    nagios-plugins-1.4.15/plugins-scripts/check_wave.pl
    nagios-plugins-1.4.15/plugins-scripts/Makefile.am
    nagios-plugins-1.4.15/plugins-scripts/Makefile.in
    nagios-plugins-1.4.15/plugins-scripts/subst.in
    nagios-plugins-1.4.15/plugins-scripts/t/
    nagios-plugins-1.4.15/plugins-scripts/t/check_file_age.t
    nagios-plugins-1.4.15/plugins-scripts/t/check_ifoperstatus.t
    nagios-plugins-1.4.15/plugins-scripts/t/check_ifstatus.t
    nagios-plugins-1.4.15/plugins-scripts/t/check_rpc.t
    nagios-plugins-1.4.15/plugins-scripts/t/utils.t
    nagios-plugins-1.4.15/plugins-scripts/utils.pm.in
    nagios-plugins-1.4.15/plugins-scripts/utils.sh.in
    nagios-plugins-1.4.15/po/
    nagios-plugins-1.4.15/po/ChangeLog
    nagios-plugins-1.4.15/po/de.gmo
    nagios-plugins-1.4.15/po/de.po
    nagios-plugins-1.4.15/po/fr.gmo
    nagios-plugins-1.4.15/po/fr.po
    nagios-plugins-1.4.15/po/LINGUAS
    nagios-plugins-1.4.15/po/Makefile.in.in
    nagios-plugins-1.4.15/po/Makevars
    nagios-plugins-1.4.15/po/nagios-plugins.pot
    nagios-plugins-1.4.15/po/POTFILES.in
    nagios-plugins-1.4.15/po/remove-potcdate.sin
    nagios-plugins-1.4.15/po/stamp-po
    nagios-plugins-1.4.15/README
    nagios-plugins-1.4.15/release
    nagios-plugins-1.4.15/REQUIREMENTS
    nagios-plugins-1.4.15/SUPPORT
    nagios-plugins-1.4.15/tap/
    nagios-plugins-1.4.15/tap/Makefile.am
    nagios-plugins-1.4.15/tap/Makefile.in
    nagios-plugins-1.4.15/tap/README
    nagios-plugins-1.4.15/tap/tap.c
    nagios-plugins-1.4.15/tap/tap.h
    nagios-plugins-1.4.15/test.pl.in
    nagios-plugins-1.4.15/THANKS
    nagios-plugins-1.4.15/tools/
    nagios-plugins-1.4.15/tools/build_perl_modules
    nagios-plugins-1.4.15/tools/tinderbox_build

  15. configure
  16. configureスクリプトを実行します

  17. make all
  18. makeします

    [root@host1 nagios]# make all
    cd ./base && make
    make[1]: ディレクトリ /usr/local/src/nagios/base' に入ります
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o broker.o broker.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o nebmods.o nebmods.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o ../common/shared.o ../common/shared.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o checks.o checks.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o config.o config.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o commands.o commands.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o events.o events.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o flapping.o flapping.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o logging.o logging.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o macros-base.o ../common/macros.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o netutils.o netutils.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o notifications.o notifications.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o sehandlers.o sehandlers.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o skiplist.o ../common/skiplist.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o utils.o utils.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o retention-base.o sretention.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o xretention-base.o ../xdata/xrddefault.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o comments-base.o ../common/comments.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o xcomments-base.o ../xdata/xcddefault.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o objects-base.o ../common/objects.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o xobjects-base.o ../xdata/xodtemplate.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o statusdata-base.o ../common/statusdata.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o xstatusdata-base.o ../xdata/xsddefault.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o perfdata-base.o perfdata.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o xperfdata-base.o ../xdata/xpddefault.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o downtime-base.o ../common/downtime.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o xdowntime-base.o ../xdata/xdddefault.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -o nagios nagios.c broker.o nebmods.o ../common/shared.o checks.o config.o commands.o events.o flapping.o logging.o macros-base.o netutils.o notifications.o sehandlers.o skiplist.o utils.o retention-base.o xretention-base.o comments-base.o xcomments-base.o objects-base.o xobjects-base.o statusdata-base.o xstatusdata-base.o perfdata-base.o xperfdata-base.o downtime-base.o xdowntime-base.o -Wl,-export-dynamic -lm -lpthread -ldl
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -o nagiostats nagiostats.c -lm
    make[1]: ディレクトリ
    /usr/local/src/nagios/base’ から出ます
    cd ./cgi && make
    make[1]: ディレクトリ /usr/local/src/nagios/cgi' に入ります
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o getcgi.o getcgi.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o cgiutils.o cgiutils.c
    cgiutils.c: In function ‘include_ssi_files’:
    cgiutils.c:1500: 警告: unused variable ‘x’
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o cgiauth.o cgiauth.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o macros-cgi.o ../common/macros.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o skiplist.o ../common/skiplist.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o objects-cgi.o ../common/objects.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o xobjects-cgi.o ../xdata/xodtemplate.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o statusdata-cgi.o ../common/statusdata.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o xstatusdata-cgi.o ../xdata/xsddefault.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o comments-cgi.o ../common/comments.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o downtime-cgi.o ../common/downtime.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o avail.cgi avail.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o extcmd_list.o extcmd_list.c
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o cmd.cgi cmd.c extcmd_list.o ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o config.cgi config.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o extinfo.cgi extinfo.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o history.cgi history.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o notifications.cgi notifications.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o outages.cgi outages.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o showlog.cgi showlog.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o status.cgi status.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o statuswml.cgi statuswml.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o summary.cgi summary.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o tac.cgi tac.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o
    gcc -Wall -g -O2 -DHAVE_CONFIG_H -DNSCGI -o statuswrl.cgi statuswrl.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o skiplist.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o -lm
    make[1]: ディレクトリ
    /usr/local/src/nagios/cgi’ から出ます
    cd ./html && make
    make[1]: ディレクトリ /usr/local/src/nagios/html' に入ります
    make[1]:
    all’ に対して行うべき事はありません.
    make[1]: ディレクトリ /usr/local/src/nagios/html' から出ます
    if [ xyes = xyes ]; then \
    cd ./module && make; \
    fi
    make[1]: ディレクトリ
    /usr/local/src/nagios/module’ に入ります
    gcc -fPIC -g -O2 -DHAVE_CONFIG_H -o helloworld.o helloworld.c -shared
    make[1]: ディレクトリ /usr/local/src/nagios/module' から出ます

    *** Compile finished ***

    If the main program and CGIs compiled without any errors, you
    can continue with installing Nagios as follows (type 'make'
    without any arguments for a list of all possible options):

    make install
    - This installs the main program, CGIs, and HTML files

    make install-init
    - This installs the init script in /etc/rc.d/init.d

    make install-commandmode
    - This installs and configures permissions on the
    directory for holding the external command file

    make install-config
    - This installs *SAMPLE* config files in /usr/local/nagios/etc
    You'll have to modify these sample files before you can
    use Nagios. Read the HTML documentation for more info
    on doing this. Pay particular attention to the docs on
    object configuration files, as they determine what/how
    things get monitored!

    make install-webconf
    - This installs the Apache config file for the Nagios
    web interface

    make install-exfoliation
    - This installs the Exfoliation theme for the Nagios
    web interface

    make install-classicui
    - This installs the classic theme for the Nagios
    web interface

    *** Support Notes *******************************************

    If you have questions about configuring or running Nagios,
    please make sure that you:

    - Look at the sample config files
    - Read the documentation on the Nagios Library at:
    http://library.nagios.com

    before you post a question to one of the mailing lists.
    Also make sure to include pertinent information that could
    help others help you. This might include:

    - What version of Nagios you are using
    - What version of the plugins you are using
    - Relevant snippets from your config files
    - Relevant error messages from the Nagios log file

    For more information on obtaining support for Nagios, visit:

    http://support.nagios.com

    *************************************************************

    Enjoy.

  19. make install
  20. メインプログラムをインストールします

    [root@host1 nagios]# make install
    cd ./base && make install
    make[1]: ディレクトリ
    /usr/local/src/nagios/base’ に入ります
    make install-basic
    make[2]: ディレクトリ /usr/local/src/nagios/base' に入ります
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/bin
    /usr/bin/install -c -m 774 -o nagios -g nagios nagios /usr/local/nagios/bin
    /usr/bin/install -c -m 774 -o nagios -g nagios nagiostats /usr/local/nagios/bin
    make[2]: ディレクトリ
    /usr/local/src/nagios/base’ から出ます
    make strip-post-install
    make[2]: ディレクトリ /usr/local/src/nagios/base' に入ります
    /usr/bin/strip /usr/local/nagios/bin/nagios
    /usr/bin/strip /usr/local/nagios/bin/nagiostats
    make[2]: ディレクトリ
    /usr/local/src/nagios/base’ から出ます
    make[1]: ディレクトリ /usr/local/src/nagios/base' から出ます
    cd ./cgi && make install
    make[1]: ディレクトリ
    /usr/local/src/nagios/cgi’ に入ります
    make install-basic
    make[2]: ディレクトリ /usr/local/src/nagios/cgi' に入ります
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/sbin
    for file in *.cgi; do \
    /usr/bin/install -c -m 775 -o nagios -g nagios $file /usr/local/nagios/sbin; \
    done
    make[2]: ディレクトリ
    /usr/local/src/nagios/cgi’ から出ます
    make strip-post-install
    make[2]: ディレクトリ /usr/local/src/nagios/cgi' に入ります
    for file in *.cgi; do \
    /usr/bin/strip /usr/local/nagios/sbin/$file; \
    done
    make[2]: ディレクトリ
    /usr/local/src/nagios/cgi’ から出ます
    make[1]: ディレクトリ /usr/local/src/nagios/cgi' から出ます
    cd ./html && make install
    make[1]: ディレクトリ
    /usr/local/src/nagios/html’ に入ります
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share/media
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share/stylesheets
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share/contexthelp
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share/docs
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share/docs/images
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share/js
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share/images
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share/images/logos
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share/includes
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share/includes/rss
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share/includes/rss/extlib
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share/ssi
    /usr/bin/install -c -m 664 -o nagios -g nagios robots.txt /usr/local/nagios/share
    rm -f /usr/local/nagios/share/index.html
    rm -f /usr/local/nagios/share/main.html
    rm -f /usr/local/nagios/share/side.html
    for file in *.php; \
    do /usr/bin/install -c -m 664 -o nagios -g nagios $file /usr/local/nagios/share; done
    for file in stylesheets/*.css; \
    do /usr/bin/install -c -m 664 -o nagios -g nagios $file /usr/local/nagios/share/stylesheets; done
    for file in contexthelp/*.html; \
    do /usr/bin/install -c -m 664 -o nagios -g nagios $file /usr/local/nagios/share/contexthelp; done
    for file in js/*.js; \
    do /usr/bin/install -c -m 664 -o nagios -g nagios $file /usr/local/nagios/share/js; done
    for file in images/*.gif; \
    do /usr/bin/install -c -m 664 -o nagios -g nagios $file /usr/local/nagios/share/images; done
    for file in images/*.jpg; \
    do /usr/bin/install -c -m 664 -o nagios -g nagios $file /usr/local/nagios/share/images; done
    for file in images/*.png; \
    do /usr/bin/install -c -m 664 -o nagios -g nagios $file /usr/local/nagios/share/images; done
    for file in images/*.ico; \
    do /usr/bin/install -c -m 664 -o nagios -g nagios $file /usr/local/nagios/share/images; done
    for file in images/logos/*.*; \
    do /usr/bin/install -c -m 664 -o nagios -g nagios $file /usr/local/nagios/share/images/logos; done
    for file in includes/*.*; \
    do /usr/bin/install -c -m 664 -o nagios -g nagios $file /usr/local/nagios/share/includes; done
    for file in includes/rss/*.*; \
    do /usr/bin/install -c -m 664 -o nagios -g nagios $file /usr/local/nagios/share/includes/rss; done
    for file in includes/rss/extlib/*.*; \
    do /usr/bin/install -c -m 664 -o nagios -g nagios $file /usr/local/nagios/share/includes/rss/extlib; done
    make[1]: ディレクトリ /usr/local/src/nagios/html' から出ます
    make install-exfoliation
    make[1]: ディレクトリ
    /usr/local/src/nagios’ に入ります
    cp -rf contrib/exfoliation/stylesheets/* /usr/local/nagios/share/stylesheets
    cp -rf contrib/exfoliation/images/* /usr/local/nagios/share/images

    *** Exfoliation theme installed ***
    NOTE: Use ‘make install-classicui’ to revert to classic Nagios theme

    make[1]: ディレクトリ /usr/local/src/nagios' から出ます
    make install-basic
    make[1]: ディレクトリ
    /usr/local/src/nagios’ に入ります
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/libexec
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/var
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/var/archives
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/var/spool/checkresults
    if [ no = yes ]; then \
    /usr/bin/install -c -m 664 -o nagios -g nagios p1.pl /usr/local/nagios/bin; \
    fi;

    *** Main program, CGIs and HTML files installed ***

    You can continue with installing Nagios as follows (type ‘make’
    without any arguments for a list of all possible options):

    make install-init
    – This installs the init script in /etc/rc.d/init.d

    make install-commandmode
    – This installs and configures permissions on the
    directory for holding the external command file

    make install-config
    – This installs sample config files in /usr/local/nagios/etc

    make[1]: ディレクトリ /usr/local/src/nagios' から出ます

  21. make install-init
  22. 起動スクリプトをインストールします

    [root@host1 nagios]# make install-init
    /usr/bin/install -c -m 755 -d -o root -g root /etc/rc.d/init.d
    /usr/bin/install -c -m 755 -o root -g root daemon-init /etc/rc.d/init.d/nagios

    *** Init script installed ***

  23. make install-config
  24. nagios用設定ファイルをインストールします

    [root@host1 nagios]# make install-config
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/etc
    /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/etc/objects
    /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/nagios.cfg /usr/local/nagios/etc/nagios.cfg
    /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/cgi.cfg /usr/local/nagios/etc/cgi.cfg
    /usr/bin/install -c -b -m 660 -o nagios -g nagios sample-config/resource.cfg /usr/local/nagios/etc/resource.cfg
    /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/templates.cfg /usr/local/nagios/etc/objects/templates.cfg
    /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/commands.cfg /usr/local/nagios/etc/objects/commands.cfg
    /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/contacts.cfg /usr/local/nagios/etc/objects/contacts.cfg
    /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/timeperiods.cfg /usr/local/nagios/etc/objects/timeperiods.cfg
    /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/localhost.cfg /usr/local/nagios/etc/objects/localhost.cfg
    /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/windows.cfg /usr/local/nagios/etc/objects/windows.cfg
    /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/printer.cfg /usr/local/nagios/etc/objects/printer.cfg
    /usr/bin/install -c -b -m 664 -o nagios -g nagios sample-config/template-object/switch.cfg /usr/local/nagios/etc/objects/switch.cfg

    *** Config files installed ***

    Remember, these are *SAMPLE* config files. You'll need to read
    the documentation for more information on how to actually define
    services, hosts, etc. to fit your particular needs.

  25. make install-commandmode
  26. コマンドのパーミッション等を設定します

    [root@host1 nagios]# make install-commandmode
    /usr/bin/install -c -m 775 -o nagios -g nagcmd -d /usr/local/nagios/var/rw
    chmod g+s /usr/local/nagios/var/rw

    *** External command directory configured ***

  27. make install-webconf
  28. apache用設定ファイルをインストールします

    [root@host1 nagios]# make install-webconf
    /usr/bin/install -c -m 644 sample-config/httpd.conf /etc/httpd/conf.d/nagios.conf

    *** Nagios/Apache conf file installed ***

  29. ファイルのコピー
  30. ファイルをコピーしてオーナー、グループを変更します

    [root@host1 nagios]# cp -R contrib/eventhandlers/ /usr/local/nagios/libexec/
    [root@host1 nagios]# chown -R nagios:nagios /usr/local/nagios/libexec/eventhandlers

  31. nagiosを起動
  32. nagiosを起動します

    [root@host1 nagios]# /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

    Nagios Core 3.4.1
    Copyright (c) 2009-2011 Nagios Core Development Team and Community Contributors
    Copyright (c) 1999-2009 Ethan Galstad
    Last Modified: 05-11-2012
    License: GPL

    Website: http://www.nagios.org
    Reading configuration data...
    Read main config file okay...
    Processing object config file '/usr/local/nagios/etc/objects/commands.cfg'...
    Processing object config file '/usr/local/nagios/etc/objects/contacts.cfg'...
    Processing object config file '/usr/local/nagios/etc/objects/timeperiods.cfg'...
    Processing object config file '/usr/local/nagios/etc/objects/templates.cfg'...
    Processing object config file '/usr/local/nagios/etc/objects/localhost.cfg'...
    Read object config files okay...

    Running pre-flight check on configuration data...

    Checking services...
    Checked 8 services.
    Checking hosts...
    Checked 1 hosts.
    Checking host groups...
    Checked 1 host groups.
    Checking service groups...
    Checked 0 service groups.
    Checking contacts...
    Checked 1 contacts.
    Checking contact groups...
    Checked 1 contact groups.
    Checking service escalations...
    Checked 0 service escalations.
    Checking service dependencies...
    Checked 0 service dependencies.
    Checking host escalations...
    Checked 0 host escalations.
    Checking host dependencies...
    Checked 0 host dependencies.
    Checking commands...
    Checked 24 commands.
    Checking time periods...
    Checked 5 time periods.
    Checking for circular paths between hosts...
    Checking for circular host and service dependencies...
    Checking global event handlers...
    Checking obsessive compulsive processor commands...
    Checking misc settings...

    Total Warnings: 0
    Total Errors: 0

    Things look okay - No serious problems were detected during the pre-flight check
    [root@host1 nagios]# /etc/init.d/nagios start
    Starting nagios: done.

  33. Webアクセス用ユーザの作成
  34. Webアクセスを行うためのデフォルトユーザを作成します

    [root@host1 nagios]# htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
    New password:
    Re-type new password:
    Adding password for user nagiosadmin

  35. nagios pluginsのconfigure
  36. プラグインのconfigureスクリプトを実行します

    [root@host1 nagios]# cd ../nagios-plugins-1.4.15
    [root@host1 nagios-plugins-1.4.15]# ./configure --with-nagios-user=nagios --with-nagios-group=nagios
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for ranlib... ranlib
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking whether it is safe to define __EXTENSIONS__... yes
    checking whether gcc needs -traditional... no
    checking for a sed that does not truncate output... /bin/sed
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 98304
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... (cached) ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking whether gcc and cc understand -c and -o together... yes
    checking for error_at_line... yes
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... 64
    checking for working strtod... yes
    checking for python... /usr/bin/python
    checking for sh... /bin/sh
    checking for perl... /usr/bin/perl
    checking for libgnutls-config... no
    checking for hostname... /bin/hostname
    checking for basename... /bin/basename
    checking for main in -ldce... no
    checking for main in -lnsl... yes
    checking for socket in -lsocket... no
    checking for main in -lresolv... yes
    checking math.h usability... yes
    checking math.h presence... yes
    checking for math.h... yes
    checking for floor in -lm... yes
    checking for plan_tests in -ltap... no
    checking for main in -lcrypt... yes
    checking for PQsetdbLogin in -lpq... no
    configure: WARNING: Skipping PostgreSQL plugin (check_pgsql)
    configure: WARNING: LIBS="-lcrypt " CPPFLAGS=""
    configure: WARNING: install PostgreSQL libs to compile this plugin (see REQUIREMENTS).
    checking for rc_read_config in -lradiusclient... no
    checking for rc_read_config in -lradiusclient-ng... no
    configure: WARNING: Skipping radius plugin
    configure: WARNING: install radius libs to compile this plugin (see REQUIREMENTS).
    checking for main in -lldap... yes
    checking for ldap_set_option... yes
    checking for ldap_init... yes
    checking for ldap_set_option... (cached) yes
    checking for ldap_get_option... yes
    checking for ldap_start_tls_s... yes
    checking linux/hdreg.h usability... yes
    checking linux/hdreg.h presence... yes
    checking for linux/hdreg.h... yes
    checking linux/types.h usability... yes
    checking linux/types.h presence... yes
    checking for linux/types.h... yes
    checking for mysql_config... /usr/bin/mysql_config
    checking for mysql_init in -lmysqlclient... yes
    checking for IPv6 support... yes
    checking krb5.h usability... yes
    checking krb5.h presence... yes
    checking for krb5.h... yes
    checking for dlopen in -ldl... yes
    checking for shl_load in -ldl... no
    checking openssl/ssl.h usability... yes
    checking openssl/ssl.h presence... yes
    checking for openssl/ssl.h... yes
    checking openssl/x509.h usability... yes
    checking openssl/x509.h presence... yes
    checking for openssl/x509.h... yes
    checking openssl/rsa.h usability... yes
    checking openssl/rsa.h presence... yes
    checking for openssl/rsa.h... yes
    checking openssl/pem.h usability... yes
    checking openssl/pem.h presence... yes
    checking for openssl/pem.h... yes
    checking openssl/crypto.h usability... yes
    checking openssl/crypto.h presence... yes
    checking for openssl/crypto.h... yes
    checking openssl/err.h usability... yes
    checking openssl/err.h presence... yes
    checking for openssl/err.h... yes
    checking for CRYPTO_lock in -lcrypto... yes
    checking for main in -lssl... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking signal.h usability... yes
    checking signal.h presence... yes
    checking for signal.h... yes
    checking syslog.h usability... yes
    checking syslog.h presence... yes
    checking for syslog.h... yes
    checking uio.h usability... no
    checking uio.h presence... no
    checking for uio.h... no
    checking errno.h usability... yes
    checking errno.h presence... yes
    checking for errno.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking sys/un.h usability... yes
    checking sys/un.h presence... yes
    checking for sys/un.h... yes
    checking sys/poll.h usability... yes
    checking sys/poll.h presence... yes
    checking for sys/poll.h... yes
    checking features.h usability... yes
    checking features.h presence... yes
    checking for features.h... yes
    checking stdarg.h usability... yes
    checking stdarg.h presence... yes
    checking for stdarg.h... yes
    checking sys/unistd.h usability... yes
    checking sys/unistd.h presence... yes
    checking for sys/unistd.h... yes
    checking ctype.h usability... yes
    checking ctype.h presence... yes
    checking for ctype.h... yes
    checking for an ANSI C-conforming const... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    checking for pid_t... yes
    checking for size_t... yes
    checking return type of signal handlers... void
    checking for va_copy... yes
    checking for memmove... yes
    checking for select... yes
    checking for socket... yes
    checking for strdup... yes
    checking for strstr... yes
    checking for strtol... yes
    checking for strtoul... yes
    checking for floor... no
    checking for poll... yes
    checking return type of socket size... int
    checking for ps... /bin/ps
    checking for ps syntax... /bin/ps axwo 'stat uid pid ppid vsz rss pcpu comm args'
    checking for ping... /bin/ping
    checking for ping6... /bin/ping6
    checking for ICMP ping syntax... /bin/ping -n -U -w %d -c %d %s
    checking for ICMPv6 ping syntax... /bin/ping6 -n -U -w %d -c %d %s
    checking for nslookup... /usr/bin/nslookup
    checking for nslookup syntax... /usr/bin/nslookup -sil
    checking for number of cpus... sysconf(_SC_NPROCESSORS_CONF)
    checking for uptime... /usr/bin/uptime
    checking for rpcinfo... /usr/sbin/rpcinfo
    checking for lmstat... no
    configure: WARNING: Get lmstat from Globetrotter Software to monitor flexlm licenses
    checking for smbclient... /usr/bin/smbclient
    checking for who... /usr/bin/who
    checking for snmpget... /usr/bin/snmpget
    checking for snmpgetnext... /usr/bin/snmpgetnext
    configure: WARNING: Tried /usr/bin/perl - install Net::SNMP perl module if you want to use the perl snmp plugins
    checking for quakestat... no
    checking for qstat... no
    configure: WARNING: Get qstat from http://www.activesw.com/people/steve/qstat.html in order to make check_game plugin
    checking for fping... no
    configure: WARNING: Get fping from http://www.fping.com in order to make check_fping plugin
    checking for ssh... /usr/bin/ssh
    checking for mailq... /usr/bin/mailq
    checking for qmail-qstat... no
    configure: WARNING: Could not find qmail-qstat or eqivalent
    checking for swap... no
    checking for swapinfo... no
    checking for lsps... no
    checking for sys/stat.h... (cached) yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking for sys/swap.h... yes
    checking whether swapctl is declared... no
    checking for swaptbl_t... no
    checking for swapent_t... no
    checking for struct swapent.se_nblks... no
    checking for /proc/meminfo... found /proc/meminfo
    checking for dig... /usr/bin/dig
    checking for apt-get... no
    checking sys/sockio.h usability... no
    checking sys/sockio.h presence... no
    checking for sys/sockio.h... no
    checking whether NLS is requested... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for shared library run path origin... done
    checking for CFPreferencesCopyAppValue... no
    checking for CFLocaleCopyCurrent... no
    checking for GNU gettext in libc... yes
    checking whether to use NLS... yes
    checking where the gettext function comes from... libc
    checking for main in -lpthread... yes
    checking for working alloca.h... yes
    checking for alloca... yes
    checking arpa/inet.h usability... yes
    checking arpa/inet.h presence... yes
    checking for arpa/inet.h... yes
    checking for errno.h... (cached) yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking float.h usability... yes
    checking float.h presence... yes
    checking for float.h... yes
    checking for sys/param.h... (cached) yes
    checking sys/vfs.h usability... yes
    checking sys/vfs.h presence... yes
    checking for sys/vfs.h... yes
    checking sys/fs_types.h usability... no
    checking sys/fs_types.h presence... no
    checking for sys/fs_types.h... no
    checking for sys/socket.h... (cached) yes
    checking netdb.h usability... yes
    checking netdb.h presence... yes
    checking for netdb.h... yes
    checking netinet/in.h usability... yes
    checking netinet/in.h presence... yes
    checking for netinet/in.h... yes
    checking getopt.h usability... yes
    checking getopt.h presence... yes
    checking for getopt.h... yes
    checking langinfo.h usability... yes
    checking langinfo.h presence... yes
    checking for langinfo.h... yes
    checking stddef.h usability... yes
    checking stddef.h presence... yes
    checking for stddef.h... yes
    checking xlocale.h usability... yes
    checking xlocale.h presence... yes
    checking for xlocale.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for math.h... (cached) yes
    checking sys/mman.h usability... yes
    checking sys/mman.h presence... yes
    checking for sys/mman.h... yes
    checking for unistd.h... (cached) yes
    checking sys/statvfs.h usability... yes
    checking sys/statvfs.h presence... yes
    checking for sys/statvfs.h... yes
    checking for stdint.h... (cached) yes
    checking wchar.h usability... yes
    checking wchar.h presence... yes
    checking for wchar.h... yes
    checking stdio.h usability... yes
    checking stdio.h presence... yes
    checking for stdio.h... yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking time.h usability... yes
    checking time.h presence... yes
    checking for time.h... yes
    checking for sys/time.h... (cached) yes
    checking wctype.h usability... yes
    checking wctype.h presence... yes
    checking for wctype.h... yes
    checking whether the preprocessor supports include_next... yes
    checking for inline... inline
    checking for C/C++ restrict keyword... __restrict
    checking whether uses 'inline' correctly... yes
    checking for btowc... yes
    checking for dup2... yes
    checking for fcntl... yes
    checking for getdtablesize... yes
    checking for mbsinit... yes
    checking for mbrtowc... yes
    checking for mprotect... yes
    checking for memchr... yes
    checking for alarm... yes
    checking for nl_langinfo... yes
    checking for lstat... yes
    checking for isblank... yes
    checking for iswctype... yes
    checking for wcscoll... yes
    checking for setenv... yes
    checking for strdup... (cached) yes
    checking for strndup... yes
    checking for localtime_r... yes
    checking for timegm... yes
    checking for pipe... yes
    checking for vasnprintf... no
    checking for wcrtomb... yes
    checking for iswcntrl... yes
    checking for iswblank... yes
    checking for nl_langinfo and CODESET... yes
    checking for a traditional french locale... fr_FR
    checking whether byte ordering is bigendian... no
    checking whether system is Windows or MSDOS... no
    checking whether // is distinct from /... no
    checking if environ is properly declared... yes
    checking for complete errno.h... yes
    checking whether strerror_r is declared... yes
    checking for strerror_r... yes
    checking whether strerror_r returns char *... yes
    checking for working fcntl.h... yes
    checking for mode_t... yes
    checking for promoted mode_t type... mode_t
    checking whether is self-contained... yes
    checking for shutdown... yes
    checking whether defines the SHUT_* macros... yes
    checking for struct sockaddr_storage... yes
    checking for sa_family_t... yes
    checking whether socket is declared without a macro... no
    checking whether connect is declared without a macro... no
    checking whether accept is declared without a macro... no
    checking whether bind is declared without a macro... no
    checking whether getpeername is declared without a macro... no
    checking whether getsockname is declared without a macro... no
    checking whether getsockopt is declared without a macro... no
    checking whether listen is declared without a macro... no
    checking whether recv is declared without a macro... no
    checking whether send is declared without a macro... no
    checking whether recvfrom is declared without a macro... no
    checking whether sendto is declared without a macro... no
    checking whether setsockopt is declared without a macro... no
    checking whether shutdown is declared without a macro... no
    checking whether accept4 is declared without a macro... no
    checking whether getaddrinfo is declared without a macro... yes
    checking whether freeaddrinfo is declared without a macro... yes
    checking whether gai_strerror is declared without a macro... yes
    checking whether getnameinfo is declared without a macro... yes
    checking for library containing gethostbyname... none required
    checking for gethostbyname... yes
    checking for library containing getservbyname... none required
    checking for getservbyname... yes
    checking for IPv4 sockets... yes
    checking for IPv6 sockets... yes
    checking for library containing inet_ntop... none required
    checking whether inet_ntop is declared... yes
    checking for getopt.h... (cached) yes
    checking for getopt_long_only... yes
    checking whether optreset is declared... no
    checking whether getopt_clip is declared... no
    checking whether getopt is POSIX compatible... yes
    checking for working GNU getopt function... no
    checking whether getenv is declared... yes
    checking whether getc_unlocked is declared... yes
    checking whether we are using the GNU C Library 2.1 or newer... yes
    checking for wchar_t... yes
    checking whether NULL can be used in arbitrary expressions... yes
    checking whether malloc, realloc, calloc are POSIX compliant... yes
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... yes
    checking for long long int... yes
    checking for mbstate_t... yes
    checking for a traditional japanese locale... ja_JP
    checking for a transitional chinese locale... zh_CN.GB18030
    checking for a french Unicode locale... fr_FR.UTF-8
    checking for mmap... yes
    checking for MAP_ANONYMOUS... yes
    checking whether memchr works... yes
    checking for ssize_t... yes
    checking whether setenv validates arguments... yes
    checking search.h usability... yes
    checking search.h presence... yes
    checking for search.h... yes
    checking for tsearch... yes
    checking whether snprintf is declared... yes
    checking for stdbool.h that conforms to C99... yes
    checking for _Bool... yes
    checking for unsigned long long int... yes
    checking whether C symbols are prefixed with underscore at the linker level... no
    checking whether strdup is declared... yes
    checking for working strerror function... yes
    checking whether memmem is declared without a macro... yes
    checking whether mempcpy is declared without a macro... yes
    checking whether memrchr is declared without a macro... yes
    checking whether rawmemchr is declared without a macro... yes
    checking whether stpcpy is declared without a macro... yes
    checking whether stpncpy is declared without a macro... yes
    checking whether strchrnul is declared without a macro... yes
    checking whether strdup is declared without a macro... yes
    checking whether strncat is declared without a macro... yes
    checking whether strndup is declared without a macro... yes
    checking whether strnlen is declared without a macro... yes
    checking whether strpbrk is declared without a macro... yes
    checking whether strsep is declared without a macro... yes
    checking whether strcasestr is declared without a macro... yes
    checking whether strtok_r is declared without a macro... yes
    checking whether strsignal is declared without a macro... yes
    checking whether strverscmp is declared without a macro... yes
    checking whether strndup is declared... (cached) yes
    checking whether strnlen is declared... (cached) yes
    checking whether stat file-mode macros are broken... no
    checking for struct timespec in ... yes
    checking for wint_t... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for intmax_t... yes
    checking whether snprintf returns a byte count as in C99... yes
    checking for snprintf... yes
    checking for strnlen... yes
    checking for wcslen... yes
    checking for wcsnlen... yes
    checking for mbrtowc... (cached) yes
    checking for wcrtomb... (cached) yes
    checking whether _snprintf is declared... no
    checking whether vsnprintf is declared... yes
    checking for alloca as a compiler built-in... yes
    checking whether inet_ntop is declared without a macro... yes
    checking whether inet_pton is declared without a macro... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking whether btowc(0) is correct... yes
    checking whether btowc(EOF) is correct... yes
    checking whether // is distinct from /... (cached) no
    checking whether dup2 works... yes
    checking for error_at_line... (cached) yes
    checking whether fcntl handles F_DUPFD correctly... yes
    checking whether fcntl understands F_DUPFD_CLOEXEC... no
    checking whether fcntl is declared without a macro... yes
    checking whether openat is declared without a macro... yes
    checking whether floorf is declared... yes
    checking for sys/mount.h... yes
    configure: checking how to get file system space usage
    checking for statvfs function (SVR4)... no
    checking for 3-argument statfs function (DEC OSF/1)... no
    checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... yes
    checking dustat.h usability... no
    checking dustat.h presence... no
    checking for dustat.h... no
    checking sys/fs/s5param.h usability... no
    checking sys/fs/s5param.h presence... no
    checking for sys/fs/s5param.h... no
    checking sys/filsys.h usability... no
    checking sys/filsys.h presence... no
    checking for sys/filsys.h... no
    checking sys/statfs.h usability... yes
    checking sys/statfs.h presence... yes
    checking for sys/statfs.h... yes
    checking for statfs that truncates block counts... no
    configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
    checking for library containing getaddrinfo... none required
    checking for getaddrinfo... yes
    checking for gai_strerror (possibly via ws2tcpip.h)... yes
    checking for struct sockaddr.sa_len... no
    checking whether getaddrinfo is declared... (cached) yes
    checking whether freeaddrinfo is declared... (cached) yes
    checking whether gai_strerror is declared... (cached) yes
    checking whether getnameinfo is declared... (cached) yes
    checking for struct addrinfo... yes
    checking for gethostname... yes
    checking for HOST_NAME_MAX... yes
    checking for getloadavg... yes
    checking for pstat_getdynamic... no
    checking for kstat_open in -lkstat... no
    checking for perfstat_cpu_total in -lperfstat... no
    checking for getloadavg... yes
    checking whether getloadavg requires setgid... no
    checking sys/loadavg.h usability... no
    checking sys/loadavg.h presence... no
    checking for sys/loadavg.h... no
    checking whether getloadavg is declared... yes
    checking for library containing gethostbyname... (cached) none required
    checking for gethostbyname... (cached) yes
    checking for library containing inet_ntop... (cached) none required
    checking whether inet_ntop is declared... (cached) yes
    checking whether the compiler generally respects inline... yes
    checking whether langinfo.h defines CODESET... yes
    checking whether langinfo.h defines ERA... yes
    checking whether nl_langinfo is declared without a macro... yes
    checking whether locale.h conforms to POSIX:2001... yes
    checking whether locale.h defines locale_t... yes
    checking whether duplocale is declared without a macro... yes
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... (cached) yes
    checking whether NAN macro works... yes
    checking whether HUGE_VAL works... yes
    checking whether acosl is declared without a macro... yes
    checking whether asinl is declared without a macro... yes
    checking whether atanl is declared without a macro... yes
    checking whether ceilf is declared without a macro... yes
    checking whether ceill is declared without a macro... yes
    checking whether cosl is declared without a macro... yes
    checking whether expl is declared without a macro... yes
    checking whether floorf is declared without a macro... yes
    checking whether floorl is declared without a macro... yes
    checking whether frexpl is declared without a macro... yes
    checking whether ldexpl is declared without a macro... yes
    checking whether logb is declared without a macro... yes
    checking whether logl is declared without a macro... yes
    checking whether round is declared without a macro... yes
    checking whether roundf is declared without a macro... yes
    checking whether roundl is declared without a macro... yes
    checking whether sinl is declared without a macro... yes
    checking whether sqrtl is declared without a macro... yes
    checking whether tanl is declared without a macro... yes
    checking whether trunc is declared without a macro... yes
    checking whether truncf is declared without a macro... yes
    checking whether truncl is declared without a macro... yes
    checking whether mbrtowc handles incomplete characters... yes
    checking whether mbrtowc works as well as mbtowc... yes
    checking whether mbrtowc handles a NULL string argument... yes
    checking whether mbrtowc has a correct return value... yes
    checking whether mbrtowc returns 0 when parsing a NUL character... yes
    checking whether mbrtowc handles incomplete characters... (cached) yes
    checking whether mbrtowc works as well as mbtowc... (cached) yes
    checking for working mktime... yes
    checking for listmntent... no
    checking for getmntinfo... no
    checking for sys/ucred.h... no
    checking for sys/mount.h... (cached) yes
    checking mntent.h usability... yes
    checking mntent.h presence... yes
    checking for mntent.h... yes
    checking for sys/fs_types.h... (cached) no
    checking for struct fsstat.f_fstypename... no
    checking for library containing getmntent... none required
    checking for getmntent... yes
    checking for listmntent of Cray/Unicos-9... no
    checking for mntctl function and struct vmount... no
    checking for one-argument getmntent function... yes
    checking sys/mntent.h usability... no
    checking sys/mntent.h presence... no
    checking for sys/mntent.h... no
    checking for struct statfs.f_fstypename... no
    checking whether getaddrinfo is declared without a macro... (cached) yes
    checking whether freeaddrinfo is declared without a macro... (cached) yes
    checking whether gai_strerror is declared without a macro... (cached) yes
    checking whether getnameinfo is declared without a macro... (cached) yes
    checking whether is self-contained... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking whether open recognizes a trailing slash... yes
    checking for working re_compile_pattern... yes
    checking for library containing getservbyname... (cached) none required
    checking for getservbyname... (cached) yes
    checking for stdint.h... (cached) yes
    checking for SIZE_MAX... yes
    checking for snprintf... (cached) yes
    checking whether snprintf respects a size of 1... yes
    checking for library containing setsockopt... none needed
    checking for socklen_t... yes
    checking for ssize_t... (cached) yes
    checking whether stat handles trailing slashes on directories... yes
    checking whether stat handles trailing slashes on files... yes
    checking whether NULL can be used in arbitrary expressions... (cached) yes
    checking whether stdint.h conforms to C99... yes
    checking whether dprintf is declared without a macro... yes
    checking whether fpurge is declared without a macro... no
    checking whether fseeko is declared without a macro... yes
    checking whether ftello is declared without a macro... yes
    checking whether getdelim is declared without a macro... yes
    checking whether getline is declared without a macro... yes
    checking whether popen is declared without a macro... yes
    checking whether renameat is declared without a macro... yes
    checking whether snprintf is declared without a macro... yes
    checking whether tmpfile is declared without a macro... yes
    checking whether vdprintf is declared without a macro... yes
    checking whether vsnprintf is declared without a macro... yes
    checking for random.h... no
    checking for struct random_data... yes
    checking whether atoll is declared without a macro... yes
    checking whether canonicalize_file_name is declared without a macro... yes
    checking whether getloadavg is declared without a macro... yes
    checking whether getsubopt is declared without a macro... yes
    checking whether grantpt is declared without a macro... yes
    checking whether mkdtemp is declared without a macro... yes
    checking whether mkostemp is declared without a macro... no
    checking whether mkostemps is declared without a macro... no
    checking whether mkstemp is declared without a macro... yes
    checking whether mkstemps is declared without a macro... no
    checking whether ptsname is declared without a macro... yes
    checking whether random_r is declared without a macro... yes
    checking whether initstat_r is declared without a macro... no
    checking whether srandom_r is declared without a macro... yes
    checking whether setstate_r is declared without a macro... yes
    checking whether realpath is declared without a macro... yes
    checking whether rpmatch is declared without a macro... yes
    checking whether setenv is declared without a macro... yes
    checking whether strtod is declared without a macro... yes
    checking whether strtoll is declared without a macro... yes
    checking whether strtoull is declared without a macro... yes
    checking whether unlockpt is declared without a macro... yes
    checking whether unsetenv is declared without a macro... yes
    checking for working strndup... yes
    checking for working strnlen... yes
    checking for strsep... yes
    checking whether is self-contained... (cached) yes
    checking for shutdown... (cached) yes
    checking whether defines the SHUT_* macros... (cached) yes
    checking for struct sockaddr_storage... (cached) yes
    checking for sa_family_t... (cached) yes
    checking whether socket is declared without a macro... (cached) no
    checking whether connect is declared without a macro... (cached) no
    checking whether accept is declared without a macro... (cached) no
    checking whether bind is declared without a macro... (cached) no
    checking whether getpeername is declared without a macro... (cached) no
    checking whether getsockname is declared without a macro... (cached) no
    checking whether getsockopt is declared without a macro... (cached) no
    checking whether listen is declared without a macro... (cached) no
    checking whether recv is declared without a macro... (cached) no
    checking whether send is declared without a macro... (cached) no
    checking whether recvfrom is declared without a macro... (cached) no
    checking whether sendto is declared without a macro... (cached) no
    checking whether setsockopt is declared without a macro... (cached) no
    checking whether shutdown is declared without a macro... (cached) no
    checking whether accept4 is declared without a macro... (cached) no
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for nlink_t... yes
    checking whether fchmodat is declared without a macro... yes
    checking whether fstatat is declared without a macro... yes
    checking whether futimens is declared without a macro... no
    checking whether lchmod is declared without a macro... yes
    checking whether lstat is declared without a macro... yes
    checking whether mkdirat is declared without a macro... yes
    checking whether mkfifo is declared without a macro... yes
    checking whether mkfifoat is declared without a macro... yes
    checking whether mknod is declared without a macro... yes
    checking whether mknodat is declared without a macro... yes
    checking whether stat is declared without a macro... yes
    checking whether utimensat is declared without a macro... no
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking whether localtime_r is compatible with its POSIX signature... yes
    checking whether chown is declared without a macro... yes
    checking whether dup2 is declared without a macro... yes
    checking whether dup3 is declared without a macro... no
    checking whether environ is declared without a macro... yes
    checking whether euidaccess is declared without a macro... yes
    checking whether faccessat is declared without a macro... yes
    checking whether fchdir is declared without a macro... yes
    checking whether fchownat is declared without a macro... yes
    checking whether fsync is declared without a macro... yes
    checking whether ftruncate is declared without a macro... yes
    checking whether getcwd is declared without a macro... yes
    checking whether getdomainname is declared without a macro... yes
    checking whether getdtablesize is declared without a macro... yes
    checking whether getgroups is declared without a macro... yes
    checking whether gethostname is declared without a macro... yes
    checking whether getlogin is declared without a macro... yes
    checking whether getlogin_r is declared without a macro... yes
    checking whether getpagesize is declared without a macro... yes
    checking whether getusershell is declared without a macro... yes
    checking whether setusershell is declared without a macro... yes
    checking whether endusershell is declared without a macro... yes
    checking whether lchown is declared without a macro... yes
    checking whether link is declared without a macro... yes
    checking whether linkat is declared without a macro... yes
    checking whether lseek is declared without a macro... yes
    checking whether pipe2 is declared without a macro... no
    checking whether pread is declared without a macro... yes
    checking whether pwrite is declared without a macro... yes
    checking whether readlink is declared without a macro... yes
    checking whether readlinkat is declared without a macro... yes
    checking whether rmdir is declared without a macro... yes
    checking whether sleep is declared without a macro... yes
    checking whether symlink is declared without a macro... yes
    checking whether symlinkat is declared without a macro... yes
    checking whether ttyname_r is declared without a macro... yes
    checking whether unlink is declared without a macro... yes
    checking whether unlinkat is declared without a macro... yes
    checking whether usleep is declared without a macro... yes
    checking for unsetenv... yes
    checking for unsetenv() return type... int
    checking whether unsetenv works on duplicates... yes
    checking for ptrdiff_t... yes
    checking for vasprintf... yes
    checking for vsnprintf... yes
    checking whether snprintf respects a size of 1... (cached) yes
    checking whether btowc is declared without a macro... yes
    checking whether wctob is declared without a macro... yes
    checking whether mbsinit is declared without a macro... yes
    checking whether mbrtowc is declared without a macro... yes
    checking whether mbrlen is declared without a macro... yes
    checking whether mbsrtowcs is declared without a macro... yes
    checking whether mbsnrtowcs is declared without a macro... yes
    checking whether wcrtomb is declared without a macro... yes
    checking whether wcsrtombs is declared without a macro... yes
    checking whether wcsnrtombs is declared without a macro... yes
    checking whether wcwidth is declared without a macro... yes
    checking whether mbrtowc handles incomplete characters... (cached) yes
    checking whether mbrtowc works as well as mbtowc... (cached) yes
    checking whether wcrtomb return value is correct... yes
    checking whether iswcntrl works... yes
    checking for stdint.h... (cached) yes
    configure: creating ./config.status
    config.status: creating gl/Makefile
    config.status: creating Makefile
    config.status: creating tap/Makefile
    config.status: creating lib/Makefile
    config.status: creating plugins/Makefile
    config.status: creating lib/tests/Makefile
    config.status: creating plugins-root/Makefile
    config.status: creating plugins-scripts/Makefile
    config.status: creating plugins-scripts/subst
    config.status: creating plugins-scripts/utils.pm
    config.status: creating plugins-scripts/utils.sh
    config.status: creating perlmods/Makefile
    config.status: creating command.cfg
    config.status: creating test.pl
    config.status: creating pkg/solaris/pkginfo
    config.status: creating po/Makefile.in
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing po-directories commands
    config.status: creating po/POTFILES
    config.status: creating po/Makefile
    --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

  37. nagios pluginsのmake
  38. makeします

    [root@host1 nagios-plugins-1.4.15]# make
    make all-recursive
    make[1]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15′ に入ります
    Making all in gl
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/gl' に入ります
    rm -f alloca.h-t alloca.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    cat ./alloca.in.h; \
    } > alloca.h-t && \
    mv -f alloca.h-t alloca.h
    rm -f arg-nonnull.h-t arg-nonnull.h && \
    sed -n -e '/GL_ARG_NONNULL/,$p' \
    < ../build-aux/arg-nonnull.h \ > arg-nonnull.h-t && \
    mv arg-nonnull.h-t arg-nonnull.h
    rm -f warn-on-use.h-t warn-on-use.h && \
    sed -n -e '/^.ifndef/,$p' \
    < ../build-aux/warn-on-use.h \ > warn-on-use.h-t && \
    mv warn-on-use.h-t warn-on-use.h
    /bin/mkdir -p arpa
    rm -f arpa/inet.h-t arpa/inet.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_ARPA_INET_H''@||g' \
    -e 's|@''HAVE_ARPA_INET_H''@|1|g' \
    -e 's|@''GNULIB_INET_NTOP''@|1|g' \
    -e 's|@''GNULIB_INET_PTON''@|0|g' \
    -e 's|@''HAVE_DECL_INET_NTOP''@|1|g' \
    -e 's|@''HAVE_DECL_INET_PTON''@|1|g' \
    -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
    < ./arpa_inet.in.h; \ } > arpa/inet.h-t && \
    mv arpa/inet.h-t arpa/inet.h
    rm -f c++defs.h-t c++defs.h && \
    sed -n -e '/_GL_CXXDEFS/,$p' \
    < ../build-aux/c++defs.h \ > c++defs.h-t && \
    mv c++defs.h-t c++defs.h
    rm -f configmake.h-t && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    echo '#define PREFIX "/usr/local/nagios"'; \
    echo '#define EXEC_PREFIX "/usr/local/nagios"'; \
    echo '#define BINDIR "/usr/local/nagios/bin"'; \
    echo '#define SBINDIR "/usr/local/nagios/sbin"'; \
    echo '#define LIBEXECDIR "/usr/local/nagios/libexec"'; \
    echo '#define DATAROOTDIR "/usr/local/nagios/share"'; \
    echo '#define DATADIR "/usr/local/nagios/share"'; \
    echo '#define SYSCONFDIR "/usr/local/nagios/etc"'; \
    echo '#define SHAREDSTATEDIR "/usr/local/nagios/com"'; \
    echo '#define LOCALSTATEDIR "/usr/local/nagios/var"'; \
    echo '#define INCLUDEDIR "/usr/local/nagios/include"'; \
    echo '#define OLDINCLUDEDIR "/usr/include"'; \
    echo '#define DOCDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
    echo '#define INFODIR "/usr/local/nagios/share/info"'; \
    echo '#define HTMLDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
    echo '#define DVIDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
    echo '#define PDFDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
    echo '#define PSDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
    echo '#define LIBDIR "/usr/local/nagios/lib"'; \
    echo '#define LISPDIR ""'; \
    echo '#define LOCALEDIR "/usr/local/nagios/share/locale"'; \
    echo '#define MANDIR "/usr/local/nagios/share/man"'; \
    echo '#define MANEXT ""'; \
    echo '#define PKGDATADIR "/usr/local/nagios/share/nagios-plugins"'; \
    echo '#define PKGINCLUDEDIR "/usr/local/nagios/include/nagios-plugins"'; \
    echo '#define PKGLIBDIR "/usr/local/nagios/lib/nagios-plugins"'; \
    echo '#define PKGLIBEXECDIR ""'; \
    } | sed '/""/d' > configmake.h-t && \
    if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \
    rm -f configmake.h-t; \
    else \
    rm -f configmake.h; mv configmake.h-t configmake.h; \
    fi
    rm -f fcntl.h-t fcntl.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_FCNTL_H''@||g' \
    -e 's|@''GNULIB_FCNTL''@|1|g' \
    -e 's|@''GNULIB_OPEN''@|1|g' \
    -e 's|@''GNULIB_OPENAT''@|0|g' \
    -e 's|@''HAVE_FCNTL''@|1|g' \
    -e 's|@''HAVE_OPENAT''@|1|g' \
    -e 's|@''REPLACE_FCNTL''@|1|g' \
    -e 's|@''REPLACE_OPEN''@|0|g' \
    -e 's|@''REPLACE_OPENAT''@|0|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
    < ./fcntl.in.h; \ } > fcntl.h-t && \
    mv fcntl.h-t fcntl.h
    rm -f getopt.h-t getopt.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''HAVE_GETOPT_H''@|1|g' \
    -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_GETOPT_H''@||g' \
    -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
    < ./getopt.in.h; \ } > getopt.h-t && \
    mv -f getopt.h-t getopt.h
    rm -f langinfo.h-t langinfo.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''HAVE_LANGINFO_H''@|1|g' \
    -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_LANGINFO_H''@||g' \
    -e 's|@''GNULIB_NL_LANGINFO''@|1|g' \
    -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
    -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
    -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
    -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
    -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
    < ./langinfo.in.h; \ } > langinfo.h-t && \
    mv langinfo.h-t langinfo.h
    rm -f locale.h-t locale.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_LOCALE_H''@||g' \
    -e 's|@''GNULIB_DUPLOCALE''@|0|g' \
    -e 's|@''HAVE_DUPLOCALE''@|1|g' \
    -e 's|@''HAVE_XLOCALE_H''@|1|g' \
    -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
    < ./locale.in.h; \ } > locale.h-t && \
    mv locale.h-t locale.h
    rm -f math.h-t math.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    sed -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@||g' \
    -e 's|@''GNULIB_ACOSL''@|0|g' \
    -e 's|@''GNULIB_ASINL''@|0|g' \
    -e 's|@''GNULIB_ATANL''@|0|g' \
    -e 's|@''GNULIB_CEILF''@|0|g' \
    -e 's|@''GNULIB_CEILL''@|0|g' \
    -e 's|@''GNULIB_COSL''@|0|g' \
    -e 's|@''GNULIB_EXPL''@|0|g' \
    -e 's|@''GNULIB_FLOORF''@|1|g' \
    -e 's|@''GNULIB_FLOORL''@|0|g' \
    -e 's|@''GNULIB_FREXP''@|0|g' \
    -e 's|@''GNULIB_FREXPL''@|0|g' \
    -e 's|@''GNULIB_ISFINITE''@|0|g' \
    -e 's|@''GNULIB_ISINF''@|0|g' \
    -e 's|@''GNULIB_ISNAN''@|0|g' \
    -e 's|@''GNULIB_ISNANF''@|0|g' \
    -e 's|@''GNULIB_ISNAND''@|0|g' \
    -e 's|@''GNULIB_ISNANL''@|0|g' \
    -e 's|@''GNULIB_LDEXPL''@|0|g' \
    -e 's|@''GNULIB_LOGB''@|0|g' \
    -e 's|@''GNULIB_LOGL''@|0|g' \
    -e 's|@''GNULIB_ROUND''@|0|g' \
    -e 's|@''GNULIB_ROUNDF''@|0|g' \
    -e 's|@''GNULIB_ROUNDL''@|0|g' \
    -e 's|@''GNULIB_SIGNBIT''@|0|g' \
    -e 's|@''GNULIB_SINL''@|0|g' \
    -e 's|@''GNULIB_SQRTL''@|0|g' \
    -e 's|@''GNULIB_TANL''@|0|g' \
    -e 's|@''GNULIB_TRUNC''@|0|g' \
    -e 's|@''GNULIB_TRUNCF''@|0|g' \
    -e 's|@''GNULIB_TRUNCL''@|0|g' \
    -e 's|@''HAVE_ACOSL''@|1|g' \
    -e 's|@''HAVE_ASINL''@|1|g' \
    -e 's|@''HAVE_ATANL''@|1|g' \
    -e 's|@''HAVE_COSL''@|1|g' \
    -e 's|@''HAVE_EXPL''@|1|g' \
    -e 's|@''HAVE_ISNANF''@|1|g' \
    -e 's|@''HAVE_ISNAND''@|1|g' \
    -e 's|@''HAVE_ISNANL''@|1|g' \
    -e 's|@''HAVE_LOGL''@|1|g' \
    -e 's|@''HAVE_SINL''@|1|g' \
    -e 's|@''HAVE_SQRTL''@|1|g' \
    -e 's|@''HAVE_TANL''@|1|g' \
    -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
    -e 's|@''HAVE_DECL_ASINL''@|1|g' \
    -e 's|@''HAVE_DECL_ATANL''@|1|g' \
    -e 's|@''HAVE_DECL_CEILF''@|1|g' \
    -e 's|@''HAVE_DECL_CEILL''@|1|g' \
    -e 's|@''HAVE_DECL_COSL''@|1|g' \
    -e 's|@''HAVE_DECL_EXPL''@|1|g' \
    -e 's|@''HAVE_DECL_FLOORF''@|1|g' \
    -e 's|@''HAVE_DECL_FLOORL''@|1|g' \
    -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
    -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
    -e 's|@''HAVE_DECL_LOGB''@|1|g' \
    -e 's|@''HAVE_DECL_LOGL''@|1|g' \
    -e 's|@''HAVE_DECL_ROUND''@|1|g' \
    -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
    -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
    -e 's|@''HAVE_DECL_SINL''@|1|g' \
    -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
    -e 's|@''HAVE_DECL_TANL''@|1|g' \
    -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
    -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
    -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
    -e 's|@''REPLACE_CEILF''@|0|g' \
    -e 's|@''REPLACE_CEILL''@|0|g' \
    -e 's|@''REPLACE_FLOORF''@|0|g' \
    -e 's|@''REPLACE_FLOORL''@|0|g' \
    -e 's|@''REPLACE_FREXP''@|0|g' \
    -e 's|@''REPLACE_FREXPL''@|0|g' \
    -e 's|@''REPLACE_HUGE_VAL''@|0|g' \
    -e 's|@''REPLACE_ISFINITE''@|0|g' \
    -e 's|@''REPLACE_ISINF''@|0|g' \
    -e 's|@''REPLACE_ISNAN''@|0|g' \
    -e 's|@''REPLACE_LDEXPL''@|0|g' \
    -e 's|@''REPLACE_NAN''@|0|g' \
    -e 's|@''REPLACE_ROUND''@|0|g' \
    -e 's|@''REPLACE_ROUNDF''@|0|g' \
    -e 's|@''REPLACE_ROUNDL''@|0|g' \
    -e 's|@''REPLACE_SIGNBIT''@|0|g' \
    -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|0|g' \
    -e 's|@''REPLACE_TRUNCL''@|0|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
    < ./math.in.h; \ } > math.h-t && \
    mv math.h-t math.h
    rm -f netdb.h-t netdb.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_NETDB_H''@||g' \
    -e 's|@''HAVE_NETDB_H''@|1|g' \
    -e 's|@''GNULIB_GETADDRINFO''@|1|g' \
    -e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g' \
    -e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g' \
    -e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g' \
    -e 's|@''HAVE_DECL_GETADDRINFO''@|1|g' \
    -e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g' \
    -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
    < ./netdb.in.h; \ } > netdb.h-t && \
    mv netdb.h-t netdb.h
    rm -f stdio.h-t stdio.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_STDIO_H''@||g' \
    -e 's|@''GNULIB_DPRINTF''@|0|g' \
    -e 's|@''GNULIB_FCLOSE''@|0|g' \
    -e 's|@''GNULIB_FFLUSH''@|0|g' \
    -e 's|@''GNULIB_FOPEN''@|0|g' \
    -e 's|@''GNULIB_FPRINTF''@|1|g' \
    -e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' \
    -e 's|@''GNULIB_FPURGE''@|0|g' \
    -e 's|@''GNULIB_FPUTC''@|1|g' \
    -e 's|@''GNULIB_FPUTS''@|1|g' \
    -e 's|@''GNULIB_FREOPEN''@|0|g' \
    -e 's|@''GNULIB_FSEEK''@|0|g' \
    -e 's|@''GNULIB_FSEEKO''@|0|g' \
    -e 's|@''GNULIB_FTELL''@|0|g' \
    -e 's|@''GNULIB_FTELLO''@|0|g' \
    -e 's|@''GNULIB_FWRITE''@|1|g' \
    -e 's|@''GNULIB_GETDELIM''@|0|g' \
    -e 's|@''GNULIB_GETLINE''@|0|g' \
    -e 's|@''GNULIB_OBSTACK_PRINTF''@|0|g' \
    -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|0|g' \
    -e 's|@''GNULIB_PERROR''@|0|g' \
    -e 's|@''GNULIB_POPEN''@|0|g' \
    -e 's|@''GNULIB_PRINTF''@|1|g' \
    -e 's|@''GNULIB_PRINTF_POSIX''@|0|g' \
    -e 's|@''GNULIB_PUTC''@|1|g' \
    -e 's|@''GNULIB_PUTCHAR''@|1|g' \
    -e 's|@''GNULIB_PUTS''@|1|g' \
    -e 's|@''GNULIB_REMOVE''@|0|g' \
    -e 's|@''GNULIB_RENAME''@|0|g' \
    -e 's|@''GNULIB_RENAMEAT''@|0|g' \
    -e 's|@''GNULIB_SNPRINTF''@|1|g' \
    -e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' \
    -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|0|g' \
    -e 's|@''GNULIB_TMPFILE''@|0|g' \
    -e 's|@''GNULIB_VASPRINTF''@|1|g' \
    -e 's|@''GNULIB_VDPRINTF''@|0|g' \
    -e 's|@''GNULIB_VFPRINTF''@|1|g' \
    -e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' \
    -e 's|@''GNULIB_VPRINTF''@|1|g' \
    -e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \
    -e 's|@''GNULIB_VSNPRINTF''@|1|g' \
    -e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \
    < ./stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ -e 's|@''HAVE_DECL_GETLINE''@|1|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ -e 's|@''HAVE_DPRINTF''@|1|g' \ -e 's|@''HAVE_FSEEKO''@|1|g' \ -e 's|@''HAVE_FTELLO''@|1|g' \ -e 's|@''HAVE_RENAMEAT''@|1|g' \ -e 's|@''HAVE_VASPRINTF''@|1|g' \ -e 's|@''HAVE_VDPRINTF''@|1|g' \ -e 's|@''REPLACE_DPRINTF''@|0|g' \ -e 's|@''REPLACE_FCLOSE''@|0|g' \ -e 's|@''REPLACE_FFLUSH''@|0|g' \ -e 's|@''REPLACE_FOPEN''@|0|g' \ -e 's|@''REPLACE_FPRINTF''@|0|g' \ -e 's|@''REPLACE_FPURGE''@|0|g' \ -e 's|@''REPLACE_FREOPEN''@|0|g' \ -e 's|@''REPLACE_FSEEK''@|0|g' \ -e 's|@''REPLACE_FSEEKO''@|0|g' \ -e 's|@''REPLACE_FTELL''@|0|g' \ -e 's|@''REPLACE_FTELLO''@|0|g' \ -e 's|@''REPLACE_GETDELIM''@|0|g' \ -e 's|@''REPLACE_GETLINE''@|0|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ -e 's|@''REPLACE_PERROR''@|0|g' \ -e 's|@''REPLACE_POPEN''@|0|g' \ -e 's|@''REPLACE_PRINTF''@|0|g' \ -e 's|@''REPLACE_REMOVE''@|0|g' \ -e 's|@''REPLACE_RENAME''@|0|g' \ -e 's|@''REPLACE_RENAMEAT''@|0|g' \ -e 's|@''REPLACE_SNPRINTF''@|0|g' \ -e 's|@''REPLACE_SPRINTF''@|0|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ -e 's|@''REPLACE_TMPFILE''@|0|g' \ -e 's|@''REPLACE_VASPRINTF''@|0|g' \ -e 's|@''REPLACE_VDPRINTF''@|0|g' \ -e 's|@''REPLACE_VFPRINTF''@|0|g' \ -e 's|@''REPLACE_VPRINTF''@|0|g' \ -e 's|@''REPLACE_VSNPRINTF''@|0|g' \ -e 's|@''REPLACE_VSPRINTF''@|0|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > stdio.h-t && \
    mv stdio.h-t stdio.h
    rm -f stdlib.h-t stdlib.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_STDLIB_H''@||g' \
    -e 's|@''GNULIB_ATOLL''@|0|g' \
    -e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \
    -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|0|g' \
    -e 's|@''GNULIB_GETLOADAVG''@|1|g' \
    -e 's|@''GNULIB_GETSUBOPT''@|0|g' \
    -e 's|@''GNULIB_GRANTPT''@|0|g' \
    -e 's|@''GNULIB_MALLOC_POSIX''@|1|g' \
    -e 's|@''GNULIB_MKDTEMP''@|0|g' \
    -e 's|@''GNULIB_MKOSTEMP''@|0|g' \
    -e 's|@''GNULIB_MKOSTEMPS''@|0|g' \
    -e 's|@''GNULIB_MKSTEMP''@|0|g' \
    -e 's|@''GNULIB_MKSTEMPS''@|0|g' \
    -e 's|@''GNULIB_PTSNAME''@|0|g' \
    -e 's|@''GNULIB_PUTENV''@|0|g' \
    -e 's|@''GNULIB_RANDOM_R''@|0|g' \
    -e 's|@''GNULIB_REALLOC_POSIX''@|0|g' \
    -e 's|@''GNULIB_REALPATH''@|0|g' \
    -e 's|@''GNULIB_RPMATCH''@|0|g' \
    -e 's|@''GNULIB_SETENV''@|1|g' \
    -e 's|@''GNULIB_STRTOD''@|0|g' \
    -e 's|@''GNULIB_STRTOLL''@|0|g' \
    -e 's|@''GNULIB_STRTOULL''@|0|g' \
    -e 's|@''GNULIB_UNLOCKPT''@|0|g' \
    -e 's|@''GNULIB_UNSETENV''@|1|g' \
    -e 's|@''HAVE_ATOLL''@|1|g' \
    -e 's|@''HAVE_CALLOC_POSIX''@|1|g' \
    -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
    -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
    -e 's|@''HAVE_GETSUBOPT''@|1|g' \
    -e 's|@''HAVE_GRANTPT''@|1|g' \
    -e 's|@''HAVE_MALLOC_POSIX''@|1|g' \
    -e 's|@''HAVE_MKDTEMP''@|1|g' \
    -e 's|@''HAVE_MKOSTEMP''@|1|g' \
    -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
    -e 's|@''HAVE_MKSTEMP''@|1|g' \
    -e 's|@''HAVE_MKSTEMPS''@|1|g' \
    -e 's|@''HAVE_PTSNAME''@|1|g' \
    -e 's|@''HAVE_RANDOM_H''@|0|g' \
    -e 's|@''HAVE_RANDOM_R''@|1|g' \
    -e 's|@''HAVE_REALLOC_POSIX''@|1|g' \
    -e 's|@''HAVE_REALPATH''@|1|g' \
    -e 's|@''HAVE_RPMATCH''@|1|g' \
    -e 's|@''HAVE_SETENV''@|1|g' \
    -e 's|@''HAVE_STRTOD''@|1|g' \
    -e 's|@''HAVE_STRTOLL''@|1|g' \
    -e 's|@''HAVE_STRTOULL''@|1|g' \
    -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
    -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
    -e 's|@''HAVE_UNLOCKPT''@|1|g' \
    -e 's|@''HAVE_UNSETENV''@|1|g' \
    -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
    -e 's|@''REPLACE_MKSTEMP''@|0|g' \
    -e 's|@''REPLACE_PUTENV''@|0|g' \
    -e 's|@''REPLACE_REALPATH''@|0|g' \
    -e 's|@''REPLACE_SETENV''@|0|g' \
    -e 's|@''REPLACE_STRTOD''@|0|g' \
    -e 's|@''REPLACE_UNSETENV''@|0|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
    < ./stdlib.in.h; \ } > stdlib.h-t && \
    mv stdlib.h-t stdlib.h
    rm -f string.h-t string.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_STRING_H''@||g' \
    -e 's|@''GNULIB_MBSLEN''@|0|g' \
    -e 's|@''GNULIB_MBSNLEN''@|0|g' \
    -e 's|@''GNULIB_MBSCHR''@|0|g' \
    -e 's|@''GNULIB_MBSRCHR''@|0|g' \
    -e 's|@''GNULIB_MBSSTR''@|0|g' \
    -e 's|@''GNULIB_MBSCASECMP''@|0|g' \
    -e 's|@''GNULIB_MBSNCASECMP''@|0|g' \
    -e 's|@''GNULIB_MBSPCASECMP''@|0|g' \
    -e 's|@''GNULIB_MBSCASESTR''@|0|g' \
    -e 's|@''GNULIB_MBSCSPN''@|0|g' \
    -e 's|@''GNULIB_MBSPBRK''@|0|g' \
    -e 's|@''GNULIB_MBSSPN''@|0|g' \
    -e 's|@''GNULIB_MBSSEP''@|0|g' \
    -e 's|@''GNULIB_MBSTOK_R''@|0|g' \
    -e 's|@''GNULIB_MEMCHR''@|1|g' \
    -e 's|@''GNULIB_MEMMEM''@|0|g' \
    -e 's|@''GNULIB_MEMPCPY''@|0|g' \
    -e 's|@''GNULIB_MEMRCHR''@|0|g' \
    -e 's|@''GNULIB_RAWMEMCHR''@|0|g' \
    -e 's|@''GNULIB_STPCPY''@|0|g' \
    -e 's|@''GNULIB_STPNCPY''@|0|g' \
    -e 's|@''GNULIB_STRCHRNUL''@|0|g' \
    -e 's|@''GNULIB_STRDUP''@|1|g' \
    -e 's|@''GNULIB_STRNCAT''@|0|g' \
    -e 's|@''GNULIB_STRNDUP''@|1|g' \
    -e 's|@''GNULIB_STRNLEN''@|1|g' \
    -e 's|@''GNULIB_STRPBRK''@|0|g' \
    -e 's|@''GNULIB_STRSEP''@|1|g' \
    -e 's|@''GNULIB_STRSTR''@|1|g' \
    -e 's|@''GNULIB_STRCASESTR''@|0|g' \
    -e 's|@''GNULIB_STRTOK_R''@|0|g' \
    -e 's|@''GNULIB_STRERROR''@|1|g' \
    -e 's|@''GNULIB_STRSIGNAL''@|0|g' \
    -e 's|@''GNULIB_STRVERSCMP''@|0|g' \
    < ./string.in.h | \ sed -e 's|@''HAVE_MBSLEN''@|0|g' \ -e 's|@''HAVE_MEMCHR''@|1|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ -e 's|@''HAVE_MEMPCPY''@|1|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ -e 's|@''HAVE_STPCPY''@|1|g' \ -e 's|@''HAVE_STPNCPY''@|1|g' \ -e 's|@''HAVE_STRCHRNUL''@|1|g' \ -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ -e 's|@''HAVE_STRPBRK''@|1|g' \ -e 's|@''HAVE_STRSEP''@|1|g' \ -e 's|@''HAVE_STRCASESTR''@|1|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ -e 's|@''HAVE_STRVERSCMP''@|1|g' \ -e 's|@''REPLACE_STPNCPY''@|0|g' \ -e 's|@''REPLACE_MEMCHR''@|0|g' \ -e 's|@''REPLACE_MEMMEM''@|0|g' \ -e 's|@''REPLACE_STRCASESTR''@|0|g' \ -e 's|@''REPLACE_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|0|g' \ -e 's|@''REPLACE_STRNCAT''@|0|g' \ -e 's|@''REPLACE_STRNDUP''@|0|g' \ -e 's|@''REPLACE_STRNLEN''@|0|g' \ -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ -e 's|@''REPLACE_STRTOK_R''@|0|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ < ./string.in.h; \ } > string.h-t && \
    mv string.h-t string.h
    /bin/mkdir -p sys
    rm -f sys/socket.h-t sys/socket.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_SYS_SOCKET_H''@||g' \
    -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \
    -e 's|@''GNULIB_CLOSE''@|0|g' \
    -e 's|@''GNULIB_SOCKET''@|0|g' \
    -e 's|@''GNULIB_CONNECT''@|0|g' \
    -e 's|@''GNULIB_ACCEPT''@|0|g' \
    -e 's|@''GNULIB_BIND''@|0|g' \
    -e 's|@''GNULIB_GETPEERNAME''@|0|g' \
    -e 's|@''GNULIB_GETSOCKNAME''@|0|g' \
    -e 's|@''GNULIB_GETSOCKOPT''@|0|g' \
    -e 's|@''GNULIB_LISTEN''@|0|g' \
    -e 's|@''GNULIB_RECV''@|0|g' \
    -e 's|@''GNULIB_SEND''@|0|g' \
    -e 's|@''GNULIB_RECVFROM''@|0|g' \
    -e 's|@''GNULIB_SENDTO''@|0|g' \
    -e 's|@''GNULIB_SETSOCKOPT''@|0|g' \
    -e 's|@''GNULIB_SHUTDOWN''@|0|g' \
    -e 's|@''GNULIB_ACCEPT4''@|0|g' \
    -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
    -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
    -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \
    -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \
    -e 's|@''HAVE_ACCEPT4''@|1|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
    < ./sys_socket.in.h; \ } > sys/socket.h-t && \
    mv -f sys/socket.h-t sys/socket.h
    /bin/mkdir -p sys
    rm -f sys/stat.h-t sys/stat.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_SYS_STAT_H''@||g' \
    -e 's|@''GNULIB_FCHMODAT''@|0|g' \
    -e 's|@''GNULIB_FSTATAT''@|0|g' \
    -e 's|@''GNULIB_FUTIMENS''@|0|g' \
    -e 's|@''GNULIB_LCHMOD''@|0|g' \
    -e 's|@''GNULIB_LSTAT''@|0|g' \
    -e 's|@''GNULIB_MKDIRAT''@|0|g' \
    -e 's|@''GNULIB_MKFIFO''@|0|g' \
    -e 's|@''GNULIB_MKFIFOAT''@|0|g' \
    -e 's|@''GNULIB_MKNOD''@|0|g' \
    -e 's|@''GNULIB_MKNODAT''@|0|g' \
    -e 's|@''GNULIB_STAT''@|1|g' \
    -e 's|@''GNULIB_UTIMENSAT''@|0|g' \
    -e 's|@''HAVE_FCHMODAT''@|1|g' \
    -e 's|@''HAVE_FSTATAT''@|1|g' \
    -e 's|@''HAVE_FUTIMENS''@|1|g' \
    -e 's|@''HAVE_LCHMOD''@|1|g' \
    -e 's|@''HAVE_LSTAT''@|1|g' \
    -e 's|@''HAVE_MKDIRAT''@|1|g' \
    -e 's|@''HAVE_MKFIFO''@|1|g' \
    -e 's|@''HAVE_MKFIFOAT''@|1|g' \
    -e 's|@''HAVE_MKNOD''@|1|g' \
    -e 's|@''HAVE_MKNODAT''@|1|g' \
    -e 's|@''HAVE_UTIMENSAT''@|1|g' \
    -e 's|@''REPLACE_FSTAT''@|0|g' \
    -e 's|@''REPLACE_FSTATAT''@|0|g' \
    -e 's|@''REPLACE_FUTIMENS''@|0|g' \
    -e 's|@''REPLACE_LSTAT''@|0|g' \
    -e 's|@''REPLACE_MKDIR''@|0|g' \
    -e 's|@''REPLACE_MKFIFO''@|0|g' \
    -e 's|@''REPLACE_MKNOD''@|0|g' \
    -e 's|@''REPLACE_STAT''@|0|g' \
    -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
    < ./sys_stat.in.h; \ } > sys/stat.h-t && \
    mv sys/stat.h-t sys/stat.h
    rm -f time.h-t time.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_TIME_H''@||g' \
    -e 's|@''GNULIB_MKTIME''@|1|g' \
    -e 's|@''GNULIB_NANOSLEEP''@|0|g' \
    -e 's|@''GNULIB_STRPTIME''@|0|g' \
    -e 's|@''GNULIB_TIMEGM''@|1|g' \
    -e 's|@''GNULIB_TIME_R''@|1|g' \
    -e 's|@''HAVE_LOCALTIME_R''@|1|g' \
    -e 's|@''HAVE_NANOSLEEP''@|1|g' \
    -e 's|@''HAVE_STRPTIME''@|1|g' \
    -e 's|@''HAVE_TIMEGM''@|1|g' \
    -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
    -e 's|@''REPLACE_MKTIME''@|0|g' \
    -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
    -e 's|@''REPLACE_TIMEGM''@|0|g' \
    -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
    -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
    -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
    < ./time.in.h; \ } > time.h-t && \
    mv time.h-t time.h
    rm -f unistd.h-t unistd.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''HAVE_UNISTD_H''@|1|g' \
    -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_UNISTD_H''@||g' \
    -e 's|@''GNULIB_CHOWN''@|0|g' \
    -e 's|@''GNULIB_CLOSE''@|0|g' \
    -e 's|@''GNULIB_DUP2''@|1|g' \
    -e 's|@''GNULIB_DUP3''@|0|g' \
    -e 's|@''GNULIB_ENVIRON''@|1|g' \
    -e 's|@''GNULIB_EUIDACCESS''@|0|g' \
    -e 's|@''GNULIB_FACCESSAT''@|0|g' \
    -e 's|@''GNULIB_FCHDIR''@|0|g' \
    -e 's|@''GNULIB_FCHOWNAT''@|0|g' \
    -e 's|@''GNULIB_FSYNC''@|0|g' \
    -e 's|@''GNULIB_FTRUNCATE''@|0|g' \
    -e 's|@''GNULIB_GETCWD''@|0|g' \
    -e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \
    -e 's|@''GNULIB_GETDTABLESIZE''@|1|g' \
    -e 's|@''GNULIB_GETGROUPS''@|0|g' \
    -e 's|@''GNULIB_GETHOSTNAME''@|1|g' \
    -e 's|@''GNULIB_GETLOGIN''@|0|g' \
    -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
    -e 's|@''GNULIB_GETPAGESIZE''@|0|g' \
    -e 's|@''GNULIB_GETUSERSHELL''@|0|g' \
    -e 's|@''GNULIB_LCHOWN''@|0|g' \
    -e 's|@''GNULIB_LINK''@|0|g' \
    -e 's|@''GNULIB_LINKAT''@|0|g' \
    -e 's|@''GNULIB_LSEEK''@|0|g' \
    -e 's|@''GNULIB_PIPE2''@|0|g' \
    -e 's|@''GNULIB_PREAD''@|0|g' \
    -e 's|@''GNULIB_PWRITE''@|0|g' \
    -e 's|@''GNULIB_READLINK''@|0|g' \
    -e 's|@''GNULIB_READLINKAT''@|0|g' \
    -e 's|@''GNULIB_RMDIR''@|0|g' \
    -e 's|@''GNULIB_SLEEP''@|0|g' \
    -e 's|@''GNULIB_SYMLINK''@|0|g' \
    -e 's|@''GNULIB_SYMLINKAT''@|0|g' \
    -e 's|@''GNULIB_TTYNAME_R''@|0|g' \
    -e 's|@''GNULIB_UNISTD_H_GETOPT''@|1|g' \
    -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \
    -e 's|@''GNULIB_UNLINK''@|0|g' \
    -e 's|@''GNULIB_UNLINKAT''@|0|g' \
    -e 's|@''GNULIB_USLEEP''@|0|g' \
    -e 's|@''GNULIB_WRITE''@|1|g' \
    < ./unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|1|g' \ -e 's|@''HAVE_DUP2''@|1|g' \ -e 's|@''HAVE_DUP3''@|1|g' \ -e 's|@''HAVE_EUIDACCESS''@|1|g' \ -e 's|@''HAVE_FACCESSAT''@|1|g' \ -e 's|@''HAVE_FCHDIR''@|1|g' \ -e 's|@''HAVE_FCHOWNAT''@|1|g' \ -e 's|@''HAVE_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDOMAINNAME''@|1|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ -e 's|@''HAVE_GETGROUPS''@|1|g' \ -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ -e 's|@''HAVE_GETLOGIN''@|1|g' \ -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|1|g' \ -e 's|@''HAVE_PIPE2''@|1|g' \ -e 's|@''HAVE_PREAD''@|1|g' \ -e 's|@''HAVE_PWRITE''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ -e 's|@''HAVE_READLINKAT''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_TTYNAME_R''@|1|g' \ -e 's|@''HAVE_UNLINKAT''@|1|g' \ -e 's|@''HAVE_USLEEP''@|1|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ -e 's|@''REPLACE_CHOWN''@|0|g' \ -e 's|@''REPLACE_CLOSE''@|0|g' \ -e 's|@''REPLACE_DUP''@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LINK''@|0|g' \ -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_PWRITE''@|0|g' \ -e 's|@''REPLACE_READLINK''@|0|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|0|g' \ -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > unistd.h-t && \
    mv unistd.h-t unistd.h
    rm -f wchar.h-t wchar.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_WCHAR_H''@||g' \
    -e 's|@''HAVE_WCHAR_H''@|1|g' \
    -e 's|@''GNULIB_BTOWC''@|1|g' \
    -e 's|@''GNULIB_WCTOB''@|0|g' \
    -e 's|@''GNULIB_MBSINIT''@|1|g' \
    -e 's|@''GNULIB_MBRTOWC''@|1|g' \
    -e 's|@''GNULIB_MBRLEN''@|0|g' \
    -e 's|@''GNULIB_MBSRTOWCS''@|0|g' \
    -e 's|@''GNULIB_MBSNRTOWCS''@|0|g' \
    -e 's|@''GNULIB_WCRTOMB''@|1|g' \
    -e 's|@''GNULIB_WCSRTOMBS''@|0|g' \
    -e 's|@''GNULIB_WCSNRTOMBS''@|0|g' \
    -e 's|@''GNULIB_WCWIDTH''@|0|g' \
    -e 's|@''HAVE_WINT_T''@|1|g' \
    -e 's|@''HAVE_BTOWC''@|1|g' \
    -e 's|@''HAVE_MBSINIT''@|1|g' \
    -e 's|@''HAVE_MBRTOWC''@|1|g' \
    -e 's|@''HAVE_MBRLEN''@|1|g' \
    -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
    -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
    -e 's|@''HAVE_WCRTOMB''@|1|g' \
    -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
    -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
    -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
    -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
    -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
    -e 's|@''REPLACE_BTOWC''@|0|g' \
    -e 's|@''REPLACE_WCTOB''@|0|g' \
    -e 's|@''REPLACE_MBSINIT''@|0|g' \
    -e 's|@''REPLACE_MBRTOWC''@|0|g' \
    -e 's|@''REPLACE_MBRLEN''@|0|g' \
    -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
    -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
    -e 's|@''REPLACE_WCRTOMB''@|0|g' \
    -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
    -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
    -e 's|@''REPLACE_WCWIDTH''@|0|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
    < ./wchar.in.h; \ } > wchar.h-t && \
    mv wchar.h-t wchar.h
    rm -f wctype.h-t wctype.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's/@''HAVE_WCTYPE_H''@/1/g' \
    -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''NEXT_WCTYPE_H''@||g' \
    -e 's/@''HAVE_ISWBLANK''@/1/g' \
    -e 's/@''HAVE_ISWCNTRL''@/1/g' \
    -e 's/@''HAVE_WINT_T''@/1/g' \
    -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
    -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
    < ./wctype.in.h; \ } > wctype.h-t && \
    mv wctype.h-t wctype.h
    make all-recursive
    make[3]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/gl’ に入ります
    make[4]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/gl' に入ります
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
    mv -f .deps/base64.Tpo .deps/base64.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT close-hook.o -MD -MP -MF .deps/close-hook.Tpo -c -o close-hook.o close-hook.c
    mv -f .deps/close-hook.Tpo .deps/close-hook.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT exitfail.o -MD -MP -MF .deps/exitfail.Tpo -c -o exitfail.o exitfail.c
    mv -f .deps/exitfail.Tpo .deps/exitfail.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT full-read.o -MD -MP -MF .deps/full-read.Tpo -c -o full-read.o full-read.c
    mv -f .deps/full-read.Tpo .deps/full-read.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT full-write.o -MD -MP -MF .deps/full-write.Tpo -c -o full-write.o full-write.c
    mv -f .deps/full-write.Tpo .deps/full-write.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o localcharset.c
    mv -f .deps/localcharset.Tpo .deps/localcharset.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT malloca.o -MD -MP -MF .deps/malloca.Tpo -c -o malloca.o malloca.c
    mv -f .deps/malloca.Tpo .deps/malloca.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT sockets.o -MD -MP -MF .deps/sockets.Tpo -c -o sockets.o sockets.c
    mv -f .deps/sockets.Tpo .deps/sockets.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT xalloc-die.o -MD -MP -MF .deps/xalloc-die.Tpo -c -o xalloc-die.o xalloc-die.c
    mv -f .deps/xalloc-die.Tpo .deps/xalloc-die.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT xstrndup.o -MD -MP -MF .deps/xstrndup.Tpo -c -o xstrndup.o xstrndup.c
    mv -f .deps/xstrndup.Tpo .deps/xstrndup.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT asnprintf.o -MD -MP -MF .deps/asnprintf.Tpo -c -o asnprintf.o asnprintf.c
    mv -f .deps/asnprintf.Tpo .deps/asnprintf.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT basename.o -MD -MP -MF .deps/basename.Tpo -c -o basename.o basename.c
    mv -f .deps/basename.Tpo .deps/basename.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT basename-lgpl.o -MD -MP -MF .deps/basename-lgpl.Tpo -c -o basename-lgpl.o basename-lgpl.c
    mv -f .deps/basename-lgpl.Tpo .deps/basename-lgpl.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT c-strtod.o -MD -MP -MF .deps/c-strtod.Tpo -c -o c-strtod.o c-strtod.c
    mv -f .deps/c-strtod.Tpo .deps/c-strtod.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT cloexec.o -MD -MP -MF .deps/cloexec.Tpo -c -o cloexec.o cloexec.c
    mv -f .deps/cloexec.Tpo .deps/cloexec.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT creat-safer.o -MD -MP -MF .deps/creat-safer.Tpo -c -o creat-safer.o creat-safer.c
    mv -f .deps/creat-safer.Tpo .deps/creat-safer.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT dirname.o -MD -MP -MF .deps/dirname.Tpo -c -o dirname.o dirname.c
    mv -f .deps/dirname.Tpo .deps/dirname.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT dirname-lgpl.o -MD -MP -MF .deps/dirname-lgpl.Tpo -c -o dirname-lgpl.o dirname-lgpl.c
    mv -f .deps/dirname-lgpl.Tpo .deps/dirname-lgpl.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT dup-safer.o -MD -MP -MF .deps/dup-safer.Tpo -c -o dup-safer.o dup-safer.c
    mv -f .deps/dup-safer.Tpo .deps/dup-safer.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT fcntl.o -MD -MP -MF .deps/fcntl.Tpo -c -o fcntl.o fcntl.c
    mv -f .deps/fcntl.Tpo .deps/fcntl.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT fd-safer.o -MD -MP -MF .deps/fd-safer.Tpo -c -o fd-safer.o fd-safer.c
    mv -f .deps/fd-safer.Tpo .deps/fd-safer.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT fsusage.o -MD -MP -MF .deps/fsusage.Tpo -c -o fsusage.o fsusage.c
    mv -f .deps/fsusage.Tpo .deps/fsusage.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
    mv -f .deps/getopt.Tpo .deps/getopt.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c
    mv -f .deps/getopt1.Tpo .deps/getopt1.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT mountlist.o -MD -MP -MF .deps/mountlist.Tpo -c -o mountlist.o mountlist.c
    mv -f .deps/mountlist.Tpo .deps/mountlist.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT open-safer.o -MD -MP -MF .deps/open-safer.Tpo -c -o open-safer.o open-safer.c
    mv -f .deps/open-safer.Tpo .deps/open-safer.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT pipe-safer.o -MD -MP -MF .deps/pipe-safer.Tpo -c -o pipe-safer.o pipe-safer.c
    mv -f .deps/pipe-safer.Tpo .deps/pipe-safer.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT printf-args.o -MD -MP -MF .deps/printf-args.Tpo -c -o printf-args.o printf-args.c
    mv -f .deps/printf-args.Tpo .deps/printf-args.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT printf-parse.o -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.o printf-parse.c
    mv -f .deps/printf-parse.Tpo .deps/printf-parse.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT safe-read.o -MD -MP -MF .deps/safe-read.Tpo -c -o safe-read.o safe-read.c
    mv -f .deps/safe-read.Tpo .deps/safe-read.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT safe-write.o -MD -MP -MF .deps/safe-write.Tpo -c -o safe-write.o safe-write.c
    mv -f .deps/safe-write.Tpo .deps/safe-write.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c
    mv -f .deps/sha1.Tpo .deps/sha1.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT stripslash.o -MD -MP -MF .deps/stripslash.Tpo -c -o stripslash.o stripslash.c
    mv -f .deps/stripslash.Tpo .deps/stripslash.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT vasnprintf.o -MD -MP -MF .deps/vasnprintf.Tpo -c -o vasnprintf.o vasnprintf.c
    mv -f .deps/vasnprintf.Tpo .deps/vasnprintf.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -g -O2 -MT xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c
    mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po
    rm -f libgnu.a
    ar cru libgnu.a base64.o close-hook.o exitfail.o full-read.o full-write.o localcharset.o malloca.o sockets.o xalloc-die.o xstrndup.o asnprintf.o basename.o basename-lgpl.o c-strtod.o cloexec.o creat-safer.o dirname.o dirname-lgpl.o dup-safer.o fcntl.o fd-safer.o fsusage.o getopt.o getopt1.o mountlist.o open-safer.o pipe-safer.o printf-args.o printf-parse.o safe-read.o safe-write.o sha1.o stripslash.o vasnprintf.o xmalloc.o
    ranlib libgnu.a
    rm -f t-charset.alias charset.alias && \
    /bin/sh ./config.charset 'i686-pc-linux-gnu' > t-charset.alias && \
    mv t-charset.alias charset.alias
    rm -f t-ref-add.sed ref-add.sed && \
    sed -e '/^#/d' -e 's/@''PACKAGE''@/nagios-plugins/g' ref-add.sin > t-ref-add.sed && \
    mv t-ref-add.sed ref-add.sed
    rm -f t-ref-del.sed ref-del.sed && \
    sed -e '/^#/d' -e 's/@''PACKAGE''@/nagios-plugins/g' ref-del.sin > t-ref-del.sed && \
    mv t-ref-del.sed ref-del.sed
    make[4]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/gl’ から出ます
    make[3]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/gl' から出ます
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/gl’ から出ます
    Making all in tap
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/tap' に入ります
    make[2]:
    all’ に対して行うべき事はありません.
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/tap' から出ます
    Making all in lib
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/lib’ に入ります
    Making all in .
    make[3]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/lib' に入ります
    gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../gl -I../intl -I../plugins -DNP_STATE_DIR_PREFIX=\"/usr/local/nagios/var\" -g -O2 -MT utils_base.o -MD -MP -MF .deps/utils_base.Tpo -c -o utils_base.o utils_base.c
    mv -f .deps/utils_base.Tpo .deps/utils_base.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../gl -I../intl -I../plugins -DNP_STATE_DIR_PREFIX=\"/usr/local/nagios/var\" -g -O2 -MT utils_disk.o -MD -MP -MF .deps/utils_disk.Tpo -c -o utils_disk.o utils_disk.c
    mv -f .deps/utils_disk.Tpo .deps/utils_disk.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../gl -I../intl -I../plugins -DNP_STATE_DIR_PREFIX=\"/usr/local/nagios/var\" -g -O2 -MT utils_tcp.o -MD -MP -MF .deps/utils_tcp.Tpo -c -o utils_tcp.o utils_tcp.c
    mv -f .deps/utils_tcp.Tpo .deps/utils_tcp.Po
    gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../gl -I../intl -I../plugins -DNP_STATE_DIR_PREFIX=\"/usr/local/nagios/var\" -g -O2 -MT utils_cmd.o -MD -MP -MF .deps/utils_cmd.Tpo -c -o utils_cmd.o utils_cmd.c
    mv -f .deps/utils_cmd.Tpo .deps/utils_cmd.Po
    rm -f libnagiosplug.a
    ar cru libnagiosplug.a utils_base.o utils_disk.o utils_tcp.o utils_cmd.o
    ranlib libnagiosplug.a
    make[3]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/lib’ から出ます
    Making all in tests
    make[3]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/lib/tests' に入りま す
    make[3]:
    all’ に対して行うべき事はありません.
    make[3]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/lib/tests' から出ま す
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/lib’ から出ます
    Making all in plugins
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/plugins' に入ります
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_apt.o -MD -MP -MF .deps/check_apt.Tpo -c -o check_apt.o check_apt.c
    mv -f .deps/check_apt.Tpo .deps/check_apt.Po
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
    mv -f .deps/utils.Tpo .deps/utils.Po
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT runcmd.o -MD -MP -MF .deps/runcmd.Tpo -c -o runcmd.o runcmd.c
    mv -f .deps/runcmd.Tpo .deps/runcmd.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_apt check_apt.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a runcmd.o -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_apt check_apt.o utils.o runcmd.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_cluster.o -MD -MP -MF .deps/check_cluster.Tpo -c -o check_cluster.o check_cluster.c
    mv -f .deps/check_cluster.Tpo .deps/check_cluster.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_cluster check_cluster.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_cluster check_cluster.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_disk.o -MD -MP -MF .deps/check_disk.Tpo -c -o check_disk.o check_disk.c
    mv -f .deps/check_disk.Tpo .deps/check_disk.Po
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT popen.o -MD -MP -MF .deps/popen.Tpo -c -o popen.o popen.c
    mv -f .deps/popen.Tpo .deps/popen.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_disk check_disk.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a popen.o -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_disk check_disk.o utils.o popen.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_dummy.o -MD -MP -MF .deps/check_dummy.Tpo -c -o check_dummy.o check_dummy.c
    mv -f .deps/check_dummy.Tpo .deps/check_dummy.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_dummy check_dummy.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_dummy check_dummy.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_http.o -MD -MP -MF .deps/check_http.Tpo -c -o check_http.o check_http.c
    mv -f .deps/check_http.Tpo .deps/check_http.Po
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT sslutils.o -MD -MP -MF .deps/sslutils.Tpo -c -o sslutils.o sslutils.c
    mv -f .deps/sslutils.Tpo .deps/sslutils.Po
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT netutils.o -MD -MP -MF .deps/netutils.Tpo -c -o netutils.o netutils.c
    mv -f .deps/netutils.Tpo .deps/netutils.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_http check_http.o sslutils.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_http check_http.o sslutils.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_load.o -MD -MP -MF .deps/check_load.Tpo -c -o check_load.o check_load.c
    mv -f .deps/check_load.Tpo .deps/check_load.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_load check_load.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a popen.o -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_load check_load.o utils.o popen.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_mrtg.o -MD -MP -MF .deps/check_mrtg.Tpo -c -o check_mrtg.o check_mrtg.c
    mv -f .deps/check_mrtg.Tpo .deps/check_mrtg.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_mrtg check_mrtg.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_mrtg check_mrtg.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_mrtgtraf.o -MD -MP -MF .deps/check_mrtgtraf.Tpo -c -o check_mrtgtraf.o check_mrtgtraf.c
    mv -f .deps/check_mrtgtraf.Tpo .deps/check_mrtgtraf.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_mrtgtraf check_mrtgtraf.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_mrtgtraf check_mrtgtraf.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_ntp.o -MD -MP -MF .deps/check_ntp.Tpo -c -o check_ntp.o check_ntp.c
    mv -f .deps/check_ntp.Tpo .deps/check_ntp.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_ntp check_ntp.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lm -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_ntp check_ntp.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lm -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_ntp_peer.o -MD -MP -MF .deps/check_ntp_peer.Tpo -c -o check_ntp_peer.o check_ntp_peer.c
    mv -f .deps/check_ntp_peer.Tpo .deps/check_ntp_peer.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_ntp_peer check_ntp_peer.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lm -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_ntp_peer check_ntp_peer.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lm -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_nwstat.o -MD -MP -MF .deps/check_nwstat.Tpo -c -o check_nwstat.o check_nwstat.c
    mv -f .deps/check_nwstat.Tpo .deps/check_nwstat.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_nwstat check_nwstat.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_nwstat check_nwstat.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_overcr.o -MD -MP -MF .deps/check_overcr.Tpo -c -o check_overcr.o check_overcr.c
    mv -f .deps/check_overcr.Tpo .deps/check_overcr.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_overcr check_overcr.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_overcr check_overcr.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_ping.o -MD -MP -MF .deps/check_ping.Tpo -c -o check_ping.o check_ping.c
    mv -f .deps/check_ping.Tpo .deps/check_ping.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_ping check_ping.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv popen.o -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_ping check_ping.o netutils.o utils.o popen.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_real.o -MD -MP -MF .deps/check_real.Tpo -c -o check_real.o check_real.c
    mv -f .deps/check_real.Tpo .deps/check_real.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_real check_real.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_real check_real.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_smtp.o -MD -MP -MF .deps/check_smtp.Tpo -c -o check_smtp.o check_smtp.c
    mv -f .deps/check_smtp.Tpo .deps/check_smtp.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_smtp check_smtp.o sslutils.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_smtp check_smtp.o sslutils.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_ssh.o -MD -MP -MF .deps/check_ssh.Tpo -c -o check_ssh.o check_ssh.c
    mv -f .deps/check_ssh.Tpo .deps/check_ssh.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_ssh check_ssh.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_ssh check_ssh.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_tcp.o -MD -MP -MF .deps/check_tcp.Tpo -c -o check_tcp.o check_tcp.c
    mv -f .deps/check_tcp.Tpo .deps/check_tcp.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_tcp check_tcp.o sslutils.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_tcp check_tcp.o sslutils.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_time.o -MD -MP -MF .deps/check_time.Tpo -c -o check_time.o check_time.c
    mv -f .deps/check_time.Tpo .deps/check_time.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_time check_time.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_time check_time.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_ntp_time.o -MD -MP -MF .deps/check_ntp_time.Tpo -c -o check_ntp_time.o check_ntp_time.c
    mv -f .deps/check_ntp_time.Tpo .deps/check_ntp_time.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_ntp_time check_ntp_time.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lm -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_ntp_time check_ntp_time.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lm -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_ups.o -MD -MP -MF .deps/check_ups.Tpo -c -o check_ups.o check_ups.c
    mv -f .deps/check_ups.Tpo .deps/check_ups.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_ups check_ups.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_ups check_ups.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_users.o -MD -MP -MF .deps/check_users.Tpo -c -o check_users.o check_users.c
    mv -f .deps/check_users.Tpo .deps/check_users.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_users check_users.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a popen.o -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_users check_users.o utils.o popen.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT negate.o -MD -MP -MF .deps/negate.Tpo -c -o negate.o negate.c
    mv -f .deps/negate.Tpo .deps/negate.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o negate negate.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o negate negate.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT urlize.o -MD -MP -MF .deps/urlize.Tpo -c -o urlize.o urlize.c
    mv -f .deps/urlize.Tpo .deps/urlize.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o urlize urlize.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a popen.o -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o urlize urlize.o utils.o popen.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_ldap.o -MD -MP -MF .deps/check_ldap.Tpo -c -o check_ldap.o check_ldap.c
    mv -f .deps/check_ldap.Tpo .deps/check_ldap.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_ldap check_ldap.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lldap -llber -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_ldap check_ldap.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lldap -llber -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_ide_smart.o -MD -MP -MF .deps/check_ide_smart.Tpo -c -o check_ide_smart.o check_ide_smart.c
    mv -f .deps/check_ide_smart.Tpo .deps/check_ide_smart.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_ide_smart check_ide_smart.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_ide_smart check_ide_smart.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -fPIC -fPIC -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -DMY_PTHREAD_FASTMUTEX=1 -DNP_VERSION='"1.4.15"' -g -O2 -MT check_mysql-check_mysql.o -MD -MP -MF .deps/check_mysql-check_mysql.Tpo -c -o check_mysql-check_mysql.o
    test -f ‘check_mysql.c’ || echo ‘./’check_mysql.c
    mv -f .deps/check_mysql-check_mysql.Tpo .deps/check_mysql-check_mysql.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -fPIC -fPIC -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -DMY_PTHREAD_FASTMUTEX=1 -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_mysql check_mysql-check_mysql.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -L/usr/lib/mysql -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -lpthread -ldl
    libtool: link: gcc -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -fPIC -fPIC -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -DMY_PTHREAD_FASTMUTEX=1 -DNP_VERSION=\"1.4.15\" -g -O2 -o check_mysql check_mysql-check_mysql.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -L/usr/lib/mysql -lmysqlclient -lz -lm -lrt -lssl -lcrypto -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -I/usr/include/mysql -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -fPIC -fPIC -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -DMY_PTHREAD_FASTMUTEX=1 -DNP_VERSION='"1.4.15"' -g -O2 -MT check_mysql_query-check_mysql_query.o -MD -MP -MF .deps/check_mysql_query-check_mysql_query.Tpo -c -o check_mysql_query-check_mysql_query.o
    test -f ‘check_mysql_query.c’ || echo ‘./’check_mysql_query.c
    mv -f .deps/check_mysql_query-check_mysql_query.Tpo .deps/check_mysql_query-check_mysql_query.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -fPIC -fPIC -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -DMY_PTHREAD_FASTMUTEX=1 -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_mysql_query check_mysql_query-check_mysql_query.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -L/usr/lib/mysql -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -lpthread -ldl
    libtool: link: gcc -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -fPIC -fPIC -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -DMY_PTHREAD_FASTMUTEX=1 -DNP_VERSION=\"1.4.15\" -g -O2 -o check_mysql_query check_mysql_query-check_mysql_query.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -L/usr/lib/mysql -lmysqlclient -lz -lm -lrt -lssl -lcrypto -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_procs.o -MD -MP -MF .deps/check_procs.Tpo -c -o check_procs.o check_procs.c
    mv -f .deps/check_procs.Tpo .deps/check_procs.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_procs check_procs.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_procs check_procs.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_nagios.o -MD -MP -MF .deps/check_nagios.Tpo -c -o check_nagios.o check_nagios.c
    mv -f .deps/check_nagios.Tpo .deps/check_nagios.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_nagios check_nagios.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a runcmd.o -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_nagios check_nagios.o utils.o runcmd.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_dns.o -MD -MP -MF .deps/check_dns.Tpo -c -o check_dns.o check_dns.c
    mv -f .deps/check_dns.Tpo .deps/check_dns.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_dns check_dns.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv runcmd.o -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_dns check_dns.o netutils.o utils.o runcmd.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_hpjd.o -MD -MP -MF .deps/check_hpjd.Tpo -c -o check_hpjd.o check_hpjd.c
    mv -f .deps/check_hpjd.Tpo .deps/check_hpjd.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_hpjd check_hpjd.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv popen.o -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_hpjd check_hpjd.o netutils.o utils.o popen.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_snmp.o -MD -MP -MF .deps/check_snmp.Tpo -c -o check_snmp.o check_snmp.c
    mv -f .deps/check_snmp.Tpo .deps/check_snmp.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_snmp check_snmp.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_snmp check_snmp.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_by_ssh.o -MD -MP -MF .deps/check_by_ssh.Tpo -c -o check_by_ssh.o check_by_ssh.c
    mv -f .deps/check_by_ssh.Tpo .deps/check_by_ssh.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_by_ssh check_by_ssh.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_by_ssh check_by_ssh.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_swap.o -MD -MP -MF .deps/check_swap.Tpo -c -o check_swap.o check_swap.c
    mv -f .deps/check_swap.Tpo .deps/check_swap.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_swap check_swap.o -lm utils.o ../lib/libnagiosplug.a ../gl/libgnu.a popen.o -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_swap check_swap.o utils.o popen.o -L/usr/local/src/nagios-plugins-1.4.15/plugins -lm ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_dig.o -MD -MP -MF .deps/check_dig.Tpo -c -o check_dig.o check_dig.c
    mv -f .deps/check_dig.Tpo .deps/check_dig.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_dig check_dig.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv runcmd.o -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_dig check_dig.o netutils.o utils.o runcmd.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_nt.o -MD -MP -MF .deps/check_nt.Tpo -c -o check_nt.o check_nt.c
    mv -f .deps/check_nt.Tpo .deps/check_nt.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_nt check_nt.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_nt check_nt.o netutils.o utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    rm -f check_ftp
    ln -s check_tcp check_ftp
    rm -f check_imap
    ln -s check_tcp check_imap
    rm -f check_nntp
    ln -s check_tcp check_nntp
    rm -f check_pop
    ln -s check_tcp check_pop
    rm -f check_udp
    ln -s check_tcp check_udp
    rm -f check_clamd
    ln -s check_tcp check_clamd
    rm -f check_simap
    ln -s check_tcp check_simap
    rm -f check_spop
    ln -s check_tcp check_spop
    rm -f check_jabber
    ln -s check_tcp check_jabber
    rm -f check_nntps
    ln -s check_tcp check_nntps
    rm -f check_ssmtp
    ln -s check_tcp check_ssmtp
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/plugins’ から出ます
    Making all in plugins-scripts
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/plugins-scripts' に 入ります
    NP_VERSION=1.4.15 gawk -f ./subst check_breeze.pl > check_breeze
    chmod +x check_breeze
    NP_VERSION=1.4.15 gawk -f ./subst check_disk_smb.pl > check_disk_smb
    chmod +x check_disk_smb
    NP_VERSION=1.4.15 gawk -f ./subst check_flexlm.pl > check_flexlm
    chmod +x check_flexlm
    NP_VERSION=1.4.15 gawk -f ./subst check_ircd.pl > check_ircd
    chmod +x check_ircd
    NP_VERSION=1.4.15 gawk -f ./subst check_log.sh > check_log
    chmod +x check_log
    NP_VERSION=1.4.15 gawk -f ./subst check_oracle.sh > check_oracle
    chmod +x check_oracle
    NP_VERSION=1.4.15 gawk -f ./subst check_rpc.pl > check_rpc
    chmod +x check_rpc
    NP_VERSION=1.4.15 gawk -f ./subst check_sensors.sh > check_sensors
    chmod +x check_sensors
    NP_VERSION=1.4.15 gawk -f ./subst check_wave.pl > check_wave
    chmod +x check_wave
    NP_VERSION=1.4.15 gawk -f ./subst check_ifstatus.pl > check_ifstatus
    chmod +x check_ifstatus
    NP_VERSION=1.4.15 gawk -f ./subst check_ifoperstatus.pl > check_ifoperstatus
    chmod +x check_ifoperstatus
    NP_VERSION=1.4.15 gawk -f ./subst check_mailq.pl > check_mailq
    chmod +x check_mailq
    NP_VERSION=1.4.15 gawk -f ./subst check_file_age.pl > check_file_age
    chmod +x check_file_age
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/plugins-scripts’ か ら出ます
    Making all in plugins-root
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/plugins-root' に入ります
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I../plugins -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_dhcp.o -MD -MP -MF .deps/check_dhcp.Tpo -c -o check_dhcp.o check_dhcp.c
    mv -f .deps/check_dhcp.Tpo .deps/check_dhcp.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_dhcp check_dhcp.o ../plugins/netutils.o ../plugins/utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_dhcp check_dhcp.o ../plugins/netutils.o ../plugins/utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins-root ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I../plugins -I/usr/include -DNP_VERSION='"1.4.15"' -g -O2 -MT check_icmp.o -MD -MP -MF .deps/check_icmp.Tpo -c -o check_icmp.o check_icmp.c
    mv -f .deps/check_icmp.Tpo .deps/check_icmp.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"1.4.15"' -g -O2 -L. -o check_icmp check_icmp.o ../plugins/netutils.o ../plugins/utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lnsl -lresolv -lpthread -ldl
    libtool: link: gcc -DNP_VERSION=\"1.4.15\" -g -O2 -o check_icmp check_icmp.o ../plugins/netutils.o ../plugins/utils.o -L/usr/local/src/nagios-plugins-1.4.15/plugins-root ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/plugins-root’ から出ます
    Making all in po
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/po' に入ります
    make[2]:
    all’ に対して行うべき事はありません.
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/po' から出ます
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15′ に入ります
    make[2]: all-am' に対して行うべき事はありません.
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15′ から出ます
    make[1]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15' から出ます

  39. make install
  40. nagios pluginsのインストールを行います

    [root@host1 nagios-plugins-1.4.15]# make install
    Making install in gl
    make[1]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/gl’ に入ります
    make install-recursive
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/gl' に入ります
    make[3]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/gl’ に入ります
    make[4]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/gl' に入ります
    if test yes = no; then \
    case 'linux-gnu' in \
    darwin[56]*) \
    need_charset_alias=true ;; \
    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
    need_charset_alias=false ;; \
    *) \
    need_charset_alias=true ;; \
    esac ; \
    else \
    need_charset_alias=false ; \
    fi ; \
    if $need_charset_alias; then \
    /bin/sh ../build-aux/mkinstalldirs /usr/local/nagios/lib ; \
    fi ; \
    if test -f /usr/local/nagios/lib/charset.alias; then \
    sed -f ref-add.sed /usr/local/nagios/lib/charset.alias > /usr/local/nagios/lib/charset.tmp ; \
    /usr/bin/install -c -o nagios -g nagios -m 644 /usr/local/nagios/lib/charset.tmp /usr/local/nagios/lib/charset.alias ; \
    rm -f /usr/local/nagios/lib/charset.tmp ; \
    else \
    if $need_charset_alias; then \
    sed -f ref-add.sed charset.alias > /usr/local/nagios/lib/charset.tmp ; \
    /usr/bin/install -c -o nagios -g nagios -m 644 /usr/local/nagios/lib/charset.tmp /usr/local/nagios/lib/charset.alias ; \
    rm -f /usr/local/nagios/lib/charset.tmp ; \
    fi ; \
    fi
    make[4]:
    install-data-am’ に対して行うべき事はありません.
    make[4]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/gl' から出ます
    make[3]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/gl’ から出ます
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/gl' から出ます
    make[1]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/gl’ から出ます
    Making install in tap
    make[1]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/tap' に入ります
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/tap’ に入ります
    make[2]: install-exec-am' に対して行うべき事はありません.
    test -z "/usr/local/nagios/include" || /bin/mkdir -p "/usr/local/nagios/include"
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/tap’ から出ます
    make[1]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/tap' から出ます
    Making install in lib
    make[1]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/lib’ に入ります
    Making install in .
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/lib' に入ります
    make[3]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/lib’ に入ります
    make[3]: install-exec-am' に対して行うべき事はありません.
    make[3]:
    install-data-am’ に対して行うべき事はありません.
    make[3]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/lib' から出ます
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/lib’ から出ます
    Making install in tests
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/lib/tests' に入りま す
    make[3]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/lib/tests’ に入りま す
    make[3]: install-exec-am' に対して行うべき事はありません.
    make[3]:
    install-data-am’ に対して行うべき事はありません.
    make[3]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/lib/tests' から出ま す
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/lib/tests’ から出ま す
    make[1]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/lib' から出ます
    Making install in plugins
    make[1]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/plugins’ に入ります
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/plugins' に入ります
    test -z "/usr/local/nagios/libexec" || /bin/mkdir -p "/usr/local/nagios/libexec"
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_apt' '/usr/local/nagios/libexec/check_apt'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_apt /usr/local/nagios/libexec/check_apt
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_cluster' '/usr/local/nagios/libexec/check_cluster'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_cluster /usr/local/nagios/libexec/check_cluster
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_disk' '/usr/local/nagios/libexec/check_disk'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_disk /usr/local/nagios/libexec/check_disk
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_dummy' '/usr/local/nagios/libexec/check_dummy'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_dummy /usr/local/nagios/libexec/check_dummy
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_http' '/usr/local/nagios/libexec/check_http'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_http /usr/local/nagios/libexec/check_http
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_load' '/usr/local/nagios/libexec/check_load'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_load /usr/local/nagios/libexec/check_load
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_mrtg' '/usr/local/nagios/libexec/check_mrtg'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_mrtg /usr/local/nagios/libexec/check_mrtg
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_mrtgtraf' '/usr/local/nagios/libexec/check_mrtgtraf'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_mrtgtraf /usr/local/nagios/libexec/check_mrtgtraf
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_ntp' '/usr/local/nagios/libexec/check_ntp'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_ntp /usr/local/nagios/libexec/check_ntp
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_ntp_peer' '/usr/local/nagios/libexec/check_ntp_peer'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_ntp_peer /usr/local/nagios/libexec/check_ntp_peer
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_nwstat' '/usr/local/nagios/libexec/check_nwstat'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_nwstat /usr/local/nagios/libexec/check_nwstat
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_overcr' '/usr/local/nagios/libexec/check_overcr'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_overcr /usr/local/nagios/libexec/check_overcr
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_ping' '/usr/local/nagios/libexec/check_ping'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_ping /usr/local/nagios/libexec/check_ping
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_real' '/usr/local/nagios/libexec/check_real'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_real /usr/local/nagios/libexec/check_real
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_smtp' '/usr/local/nagios/libexec/check_smtp'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_smtp /usr/local/nagios/libexec/check_smtp
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_ssh' '/usr/local/nagios/libexec/check_ssh'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_ssh /usr/local/nagios/libexec/check_ssh
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_tcp' '/usr/local/nagios/libexec/check_tcp'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_tcp /usr/local/nagios/libexec/check_tcp
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_time' '/usr/local/nagios/libexec/check_time'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_time /usr/local/nagios/libexec/check_time
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_ntp_time' '/usr/local/nagios/libexec/check_ntp_time'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_ntp_time /usr/local/nagios/libexec/check_ntp_time
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_ups' '/usr/local/nagios/libexec/check_ups'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_ups /usr/local/nagios/libexec/check_ups
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_users' '/usr/local/nagios/libexec/check_users'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_users /usr/local/nagios/libexec/check_users
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'negate' '/usr/local/nagios/libexec/negate'
    libtool: install: /usr/bin/install -c -o nagios -g nagios negate /usr/local/nagios/libexec/negate
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'urlize' '/usr/local/nagios/libexec/urlize'
    libtool: install: /usr/bin/install -c -o nagios -g nagios urlize /usr/local/nagios/libexec/urlize
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_ldap' '/usr/local/nagios/libexec/check_ldap'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_ldap /usr/local/nagios/libexec/check_ldap
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_ide_smart' '/usr/local/nagios/libexec/check_ide_smart'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_ide_smart /usr/local/nagios/libexec/check_ide_smart
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_mysql' '/usr/local/nagios/libexec/check_mysql'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_mysql /usr/local/nagios/libexec/check_mysql
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_mysql_query' '/usr/local/nagios/libexec/check_mysql_query'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_mysql_query /usr/local/nagios/libexec/check_mysql_query
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_procs' '/usr/local/nagios/libexec/check_procs'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_procs /usr/local/nagios/libexec/check_procs
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_nagios' '/usr/local/nagios/libexec/check_nagios'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_nagios /usr/local/nagios/libexec/check_nagios
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_dns' '/usr/local/nagios/libexec/check_dns'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_dns /usr/local/nagios/libexec/check_dns
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_hpjd' '/usr/local/nagios/libexec/check_hpjd'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_hpjd /usr/local/nagios/libexec/check_hpjd
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_snmp' '/usr/local/nagios/libexec/check_snmp'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_snmp /usr/local/nagios/libexec/check_snmp
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_by_ssh' '/usr/local/nagios/libexec/check_by_ssh'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_by_ssh /usr/local/nagios/libexec/check_by_ssh
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_swap' '/usr/local/nagios/libexec/check_swap'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_swap /usr/local/nagios/libexec/check_swap
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_dig' '/usr/local/nagios/libexec/check_dig'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_dig /usr/local/nagios/libexec/check_dig
    /bin/sh ../libtool --mode=install /usr/bin/install -c -o nagios -g nagios 'check_nt' '/usr/local/nagios/libexec/check_nt'
    libtool: install: /usr/bin/install -c -o nagios -g nagios check_nt /usr/local/nagios/libexec/check_nt
    make install-exec-hook
    make[3]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/plugins’ に入ります
    cd /usr/local/nagios/libexec && \
    for i in check_ftp check_imap check_nntp check_pop check_udp check_clamd check_simap check_spop check_jabber check_nntps check_ssmtp ; do rm -f $i; ln -s check_tcp $i ; done ;\
    if [ -x check_ldap ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi
    make[3]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/plugins' から出ます
    make[2]:
    install-data-am’ に対して行うべき事はありません.
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/plugins' から出ます
    make[1]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/plugins’ から出ます
    Making install in plugins-scripts
    make[1]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/plugins-scripts' に 入ります
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/plugins-scripts’ に 入ります
    test -z “/usr/local/nagios/libexec” || /bin/mkdir -p “/usr/local/nagios/libexec”
    /usr/bin/install -c -o nagios -g nagios ‘check_breeze’ ‘/usr/local/nagios/libexec/check_breeze’
    /usr/bin/install -c -o nagios -g nagios ‘check_disk_smb’ ‘/usr/local/nagios/libexec/check_disk_smb’
    /usr/bin/install -c -o nagios -g nagios ‘check_flexlm’ ‘/usr/local/nagios/libexec/check_flexlm’
    /usr/bin/install -c -o nagios -g nagios ‘check_ircd’ ‘/usr/local/nagios/libexec/check_ircd’
    /usr/bin/install -c -o nagios -g nagios ‘check_log’ ‘/usr/local/nagios/libexec/check_log’
    /usr/bin/install -c -o nagios -g nagios ‘check_oracle’ ‘/usr/local/nagios/libexec/check_oracle’
    /usr/bin/install -c -o nagios -g nagios ‘check_rpc’ ‘/usr/local/nagios/libexec/check_rpc’
    /usr/bin/install -c -o nagios -g nagios ‘check_sensors’ ‘/usr/local/nagios/libexec/check_sensors’
    /usr/bin/install -c -o nagios -g nagios ‘check_wave’ ‘/usr/local/nagios/libexec/check_wave’
    /usr/bin/install -c -o nagios -g nagios ‘check_ifstatus’ ‘/usr/local/nagios/libexec/check_ifstatus’
    /usr/bin/install -c -o nagios -g nagios ‘check_ifoperstatus’ ‘/usr/local/nagios/libexec/check_ifoperstatus’
    /usr/bin/install -c -o nagios -g nagios ‘check_mailq’ ‘/usr/local/nagios/libexec/check_mailq’
    /usr/bin/install -c -o nagios -g nagios ‘check_file_age’ ‘/usr/local/nagios/libexec/check_file_age’
    /usr/bin/install -c -o nagios -g nagios ‘utils.sh’ ‘/usr/local/nagios/libexec/utils.sh’
    /usr/bin/install -c -o nagios -g nagios ‘utils.pm’ ‘/usr/local/nagios/libexec/utils.pm’
    make[2]: install-data-am' に対して行うべき事はありません.
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/plugins-scripts’ か ら出ます
    make[1]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/plugins-scripts' か ら出ます
    Making install in plugins-root
    make[1]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/plugins-root’ に入ります
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/plugins-root' に入ります
    /usr/bin/install -c -o nagios -g nagios check_dhcp /usr/local/nagios/libexec/check_dhcp
    chown root /usr/local/nagios/libexec/check_dhcp
    chmod ug=rx,u+s /usr/local/nagios/libexec/check_dhcp
    /usr/bin/install -c -o nagios -g nagios check_icmp /usr/local/nagios/libexec/check_icmp
    chown root /usr/local/nagios/libexec/check_icmp
    chmod ug=rx,u+s /usr/local/nagios/libexec/check_icmp
    make[2]:
    install-data-am’ に対して行うべき事はありません.
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/plugins-root' から出ます
    make[1]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/plugins-root’ から出ます
    Making install in po
    make[1]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15/po' に入ります
    /bin/mkdir -p /usr/local/nagios/share
    installing fr.gmo as /usr/local/nagios/share/locale/fr/LC_MESSAGES/nagios-plugins.mo
    installing de.gmo as /usr/local/nagios/share/locale/de/LC_MESSAGES/nagios-plugins.mo
    if test "nagios-plugins" = "gettext-tools"; then \
    /bin/mkdir -p /usr/local/nagios/share/gettext/po; \
    for file in Makefile.in.in remove-potcdate.sin Makevars.template; do \
    /usr/bin/install -c -o nagios -g nagios -m 644 ./$file \
    /usr/local/nagios/share/gettext/po/$file; \
    done; \
    for file in Makevars; do \
    rm -f /usr/local/nagios/share/gettext/po/$file; \
    done; \
    else \
    : ; \
    fi
    make[1]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15/po’ から出ます
    make[1]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15' に入ります
    make[2]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15′ に入ります
    make[2]: install-exec-am' に対して行うべき事はありません.
    make[2]:
    install-data-am’ に対して行うべき事はありません.
    make[2]: ディレクトリ /usr/local/src/nagios-plugins-1.4.15' から出ます
    make[1]: ディレクトリ
    /usr/local/src/nagios-plugins-1.4.15′ から出ます

  41. nagios自動起動の設定
  42. nagios自動起動の設定を行います

    [root@host1 nagios-plugins-1.4.15]# chkconfig –add nagios
    [root@host1 nagios-plugins-1.4.15]# chkconfig –level 35 nagios on
    [root@host1 nagios-plugins-1.4.15]# chkconfig –list | grep nagios
    nagios 0:off 1:off 2:off 3:on 4:on 5:on 6:off

とりあえずここまでで必要なプログラムのインストールは終了です
http:///nagiosにアクセスしてログイン画面が表示されたらユーザ:nagiosadminで設定したパスワードを入力して画面が表示されればOKです

Leave a Reply