diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 16:34:51 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 16:44:17 +0100 |
| commit | 920d2e0873fa05878df247e40a2b063ca959814a (patch) | |
| tree | 8d1aa89364e95ac98b7242bc2a556a2edf3c048b /plugins/Makefile.am | |
| parent | 58f08344200e89fe9a3fbd3edbf4fa2c5b2ec194 (diff) | |
| download | monitoring-plugins-920d2e08.tar.gz | |
Refactor check_dig
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 3d5ad1a9..643a4992 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
| @@ -55,7 +55,8 @@ EXTRA_DIST = t \ | |||
| 55 | check_ssh.d \ | 55 | check_ssh.d \ |
| 56 | check_dns.d \ | 56 | check_dns.d \ |
| 57 | check_apt.d \ | 57 | check_apt.d \ |
| 58 | check_by_ssh.d | 58 | check_by_ssh.d \ |
| 59 | check_dig.d | ||
| 59 | 60 | ||
| 60 | PLUGINHDRS = common.h | 61 | PLUGINHDRS = common.h |
| 61 | 62 | ||
