From 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:03:24 +0200 Subject: Import Nagios Plugins site Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. --- web/attachments/39885-plugins-Makefile.am.patch | 51 +++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 web/attachments/39885-plugins-Makefile.am.patch (limited to 'web/attachments/39885-plugins-Makefile.am.patch') diff --git a/web/attachments/39885-plugins-Makefile.am.patch b/web/attachments/39885-plugins-Makefile.am.patch new file mode 100644 index 0000000..2ec6522 --- /dev/null +++ b/web/attachments/39885-plugins-Makefile.am.patch @@ -0,0 +1,51 @@ +*** Makefile.am.original Fri Jan 17 14:43:26 2003 +--- Makefile.am Fri Jan 17 15:19:59 2003 +*************** +*** 12,18 **** + + EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ + check_swap check_fping check_ldap check_game check_dig \ +! check_nagios check_by_ssh check_dns + + check_tcp_programs = check_ftp check_imap check_nntp check_pop + +--- 12,18 ---- + + EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ + check_swap check_fping check_ldap check_game check_dig \ +! check_nagios check_by_ssh check_dns check_nt + + check_tcp_programs = check_ftp check_imap check_nntp check_pop + +*************** +*** 19,24 **** +--- 19,27 ---- + EXTRA_DIST = t utils.c netutils.c popen.c getopt.h getopt.c getopt1.c \ + snprintf.c getloadavg.c + ++ # Find check_nt.c at http://nsclient.ready2run.nl/ ++ nodist_check_nt_SOURCES = check_nt.c ++ + PLUGINHDRS = common.h config.h + + BASEOBJS = utils.o +*************** +*** 51,56 **** +--- 54,60 ---- + check_mrtgtraf_LDADD = $(BASEOBJS) + check_mysql_LDADD = $(BASEOBJS) $(MYSQLLIBS) + check_nagios_LDADD = $(BASEOBJS) popen.o ++ check_nt_LDADD = $(NETLIBS) + check_nwstat_LDADD = $(NETLIBS) + check_overcr_LDADD = $(NETLIBS) + check_pgsql_LDADD = $(BASEOBJS) $(PGLIBS) +*************** +*** 86,91 **** +--- 90,96 ---- + check_mrtgtraf_DEPENDENCIES = check_mrtgtraf.c $(DEPLIBS) + check_mysql_DEPENDENCIES = check_mysql.c $(DEPLIBS) + check_nagios_DEPENDENCIES = check_nagios.c $(BASEOBJS) popen.o $(DEPLIBS) ++ check_nt_DEPENDENCIES = check_nt.c $(BASEOBJS) $(DEPLIBS) + check_nwstat_DEPENDENCIES = check_nwstat.c $(NETOBJS) $(DEPLIBS) + check_overcr_DEPENDENCIES = check_overcr.c $(NETOBJS) $(DEPLIBS) + check_pgsql_DEPENDENCIES = check_pgsql.c $(DEPLIBS) -- cgit v1.2.3-74-g34f1