diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 15:02:46 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 15:56:34 +0100 |
commit | bd3ec036c77fe88a63af365cfc0d8e525394489d (patch) | |
tree | a45a0247e226838d6a6e1c16437c93a3f9c1c6b4 /plugins/check_apt.d/config.h | |
parent | e8d580eb4bc9216518de8083d39fd857d91e0a46 (diff) | |
download | monitoring-plugins-bd3ec036c77fe88a63af365cfc0d8e525394489d.tar.gz |
Refactor check_by_ssh
Diffstat (limited to 'plugins/check_apt.d/config.h')
-rw-r--r-- | plugins/check_apt.d/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_apt.d/config.h b/plugins/check_apt.d/config.h index 2c962e5a..981f4f42 100644 --- a/plugins/check_apt.d/config.h +++ b/plugins/check_apt.d/config.h | |||
@@ -33,7 +33,6 @@ check_apt_config check_apt_config_init() { | |||
33 | .list = false, | 33 | .list = false, |
34 | .packages_warning = 1, | 34 | .packages_warning = 1, |
35 | .update_opts = NULL, | 35 | .update_opts = NULL, |
36 | .update_opts = NULL, | ||
37 | .do_include = NULL, | 36 | .do_include = NULL, |
38 | .do_exclude = NULL, | 37 | .do_exclude = NULL, |
39 | .do_critical = NULL, | 38 | .do_critical = NULL, |