diff options
Diffstat (limited to 'web/attachments/39885-plugins-Makefile.am.patch')
| -rw-r--r-- | web/attachments/39885-plugins-Makefile.am.patch | 51 |
1 files changed, 51 insertions, 0 deletions
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 @@ | |||
| 1 | *** Makefile.am.original Fri Jan 17 14:43:26 2003 | ||
| 2 | --- Makefile.am Fri Jan 17 15:19:59 2003 | ||
| 3 | *************** | ||
| 4 | *** 12,18 **** | ||
| 5 | |||
| 6 | EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | ||
| 7 | check_swap check_fping check_ldap check_game check_dig \ | ||
| 8 | ! check_nagios check_by_ssh check_dns | ||
| 9 | |||
| 10 | check_tcp_programs = check_ftp check_imap check_nntp check_pop | ||
| 11 | |||
| 12 | --- 12,18 ---- | ||
| 13 | |||
| 14 | EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | ||
| 15 | check_swap check_fping check_ldap check_game check_dig \ | ||
| 16 | ! check_nagios check_by_ssh check_dns check_nt | ||
| 17 | |||
| 18 | check_tcp_programs = check_ftp check_imap check_nntp check_pop | ||
| 19 | |||
| 20 | *************** | ||
| 21 | *** 19,24 **** | ||
| 22 | --- 19,27 ---- | ||
| 23 | EXTRA_DIST = t utils.c netutils.c popen.c getopt.h getopt.c getopt1.c \ | ||
| 24 | snprintf.c getloadavg.c | ||
| 25 | |||
| 26 | + # Find check_nt.c at http://nsclient.ready2run.nl/ | ||
| 27 | + nodist_check_nt_SOURCES = check_nt.c | ||
| 28 | + | ||
| 29 | PLUGINHDRS = common.h config.h | ||
| 30 | |||
| 31 | BASEOBJS = utils.o | ||
| 32 | *************** | ||
| 33 | *** 51,56 **** | ||
| 34 | --- 54,60 ---- | ||
| 35 | check_mrtgtraf_LDADD = $(BASEOBJS) | ||
| 36 | check_mysql_LDADD = $(BASEOBJS) $(MYSQLLIBS) | ||
| 37 | check_nagios_LDADD = $(BASEOBJS) popen.o | ||
| 38 | + check_nt_LDADD = $(NETLIBS) | ||
| 39 | check_nwstat_LDADD = $(NETLIBS) | ||
| 40 | check_overcr_LDADD = $(NETLIBS) | ||
| 41 | check_pgsql_LDADD = $(BASEOBJS) $(PGLIBS) | ||
| 42 | *************** | ||
| 43 | *** 86,91 **** | ||
| 44 | --- 90,96 ---- | ||
| 45 | check_mrtgtraf_DEPENDENCIES = check_mrtgtraf.c $(DEPLIBS) | ||
| 46 | check_mysql_DEPENDENCIES = check_mysql.c $(DEPLIBS) | ||
| 47 | check_nagios_DEPENDENCIES = check_nagios.c $(BASEOBJS) popen.o $(DEPLIBS) | ||
| 48 | + check_nt_DEPENDENCIES = check_nt.c $(BASEOBJS) $(DEPLIBS) | ||
| 49 | check_nwstat_DEPENDENCIES = check_nwstat.c $(NETOBJS) $(DEPLIBS) | ||
| 50 | check_overcr_DEPENDENCIES = check_overcr.c $(NETOBJS) $(DEPLIBS) | ||
| 51 | check_pgsql_DEPENDENCIES = check_pgsql.c $(DEPLIBS) | ||
