diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-15 10:13:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-15 10:13:33 +0200 |
| commit | a3cf9041af810770daf5d9b83f1906fa9bb0dd11 (patch) | |
| tree | 9b9b45a6a611c4f37cf5dd447b37f74e48d56c14 /plugins/Makefile.am | |
| parent | f69aba3129d672b88f5bae187fb971fc0ac228ed (diff) | |
| parent | 5a2c1b2c3aeb99e7a703b0c5f6fe1a21d29b3be4 (diff) | |
| download | monitoring-plugins-a3cf9041af810770daf5d9b83f1906fa9bb0dd11.tar.gz | |
Merge pull request #2085 from RincewindsHat/refactor/check_curl
Refactor/check curl and introduce new output formatting
Diffstat (limited to 'plugins/Makefile.am')
| -rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index deae938d..1a9399f0 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
| @@ -66,6 +66,7 @@ EXTRA_DIST = t \ | |||
| 66 | check_hpjd.d \ | 66 | check_hpjd.d \ |
| 67 | check_game.d \ | 67 | check_game.d \ |
| 68 | check_radius.d \ | 68 | check_radius.d \ |
| 69 | check_curl.d \ | ||
| 69 | check_disk.d \ | 70 | check_disk.d \ |
| 70 | check_time.d \ | 71 | check_time.d \ |
| 71 | check_users.d \ | 72 | check_users.d \ |
| @@ -92,6 +93,8 @@ EXTRA_DIST = t \ | |||
| 92 | check_ntp_time.d \ | 93 | check_ntp_time.d \ |
| 93 | check_dig.d \ | 94 | check_dig.d \ |
| 94 | check_cluster.d \ | 95 | check_cluster.d \ |
| 96 | check_curl.d \ | ||
| 97 | check_cluster.d \ | ||
| 95 | check_ups.d \ | 98 | check_ups.d \ |
| 96 | check_fping.d | 99 | check_fping.d |
| 97 | 100 | ||
| @@ -132,6 +135,7 @@ check_cluster_LDADD = $(BASEOBJS) | |||
| 132 | check_curl_CFLAGS = $(AM_CFLAGS) $(LIBCURLCFLAGS) $(URIPARSERCFLAGS) $(LIBCURLINCLUDE) $(URIPARSERINCLUDE) -Ipicohttpparser | 135 | check_curl_CFLAGS = $(AM_CFLAGS) $(LIBCURLCFLAGS) $(URIPARSERCFLAGS) $(LIBCURLINCLUDE) $(URIPARSERINCLUDE) -Ipicohttpparser |
| 133 | check_curl_CPPFLAGS = $(AM_CPPFLAGS) $(LIBCURLCFLAGS) $(URIPARSERCFLAGS) $(LIBCURLINCLUDE) $(URIPARSERINCLUDE) -Ipicohttpparser | 136 | check_curl_CPPFLAGS = $(AM_CPPFLAGS) $(LIBCURLCFLAGS) $(URIPARSERCFLAGS) $(LIBCURLINCLUDE) $(URIPARSERINCLUDE) -Ipicohttpparser |
| 134 | check_curl_LDADD = $(NETLIBS) $(LIBCURLLIBS) $(SSLOBJS) $(URIPARSERLIBS) picohttpparser/libpicohttpparser.a | 137 | check_curl_LDADD = $(NETLIBS) $(LIBCURLLIBS) $(SSLOBJS) $(URIPARSERLIBS) picohttpparser/libpicohttpparser.a |
| 138 | check_curl_SOURCES = check_curl.c check_curl.d/check_curl_helpers.c | ||
| 135 | check_dbi_LDADD = $(NETLIBS) $(DBILIBS) | 139 | check_dbi_LDADD = $(NETLIBS) $(DBILIBS) |
| 136 | check_dig_LDADD = $(NETLIBS) | 140 | check_dig_LDADD = $(NETLIBS) |
| 137 | check_disk_LDADD = $(BASEOBJS) | 141 | check_disk_LDADD = $(BASEOBJS) |
