diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-11 02:02:27 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-11 02:02:27 +0100 |
| commit | f25a4000b6ffbe0fff1d749ff334b36c77ddc6a2 (patch) | |
| tree | adf1152a6c69583e44d3d4e41088eb57217c774f /plugins/Makefile.am | |
| parent | aa137f7d4adb8ebbbdd3a4c71cd28824d6fcfaca (diff) | |
| download | monitoring-plugins-f25a4000b6ffbe0fff1d749ff334b36c77ddc6a2.tar.gz | |
Refactor check_curl
Diffstat (limited to 'plugins/Makefile.am')
| -rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 41487131..ce00c392 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
| @@ -57,7 +57,8 @@ EXTRA_DIST = t \ | |||
| 57 | check_apt.d \ | 57 | check_apt.d \ |
| 58 | check_by_ssh.d \ | 58 | check_by_ssh.d \ |
| 59 | check_smtp.d \ | 59 | check_smtp.d \ |
| 60 | check_dig.d | 60 | check_dig.d \ |
| 61 | check_curl.d | ||
| 61 | 62 | ||
| 62 | PLUGINHDRS = common.h | 63 | PLUGINHDRS = common.h |
| 63 | 64 | ||
