Skip to content

Commit

Permalink
drop runaway header
Browse files Browse the repository at this point in the history
Argument thingies are history.

Change-Id: Ie1b7caa2a3ecccb4f31e1a823e957fd9e71ecdbf
  • Loading branch information
mo-ki committed Nov 24, 2024
1 parent 6cb5286 commit 3563cfd
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions cmk/base/core_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,25 +451,6 @@ def _verify_non_duplicate_hosts(duplicates: Collection[HostName]) -> None:
)


# .
# .--Argument Thingies---------------------------------------------------.
# | _ _ |
# | / \ _ __ __ _ _ _ _ __ ___ ___ _ __ | |_ |
# | / _ \ | '__/ _` | | | | '_ ` _ \ / _ \ '_ \| __| |
# | / ___ \| | | (_| | |_| | | | | | | __/ | | | |_ |
# |/_/ \_\_| \__, |\__,_|_| |_| |_|\___|_| |_|\__| |
# | |___/ |
# | _____ _ _ _ |
# ||_ _| |__ (_)_ __ __ _(_) ___ ___ |
# | | | | '_ \| | '_ \ / _` | |/ _ \/ __| |
# | | | | | | | | | | | (_| | | __/\__ \ |
# | |_| |_| |_|_|_| |_|\__, |_|\___||___/ |
# | |___/ |
# +----------------------------------------------------------------------+
# | Command line arguments for special agents or active checks |
# '----------------------------------------------------------------------'


def get_cmk_passive_service_attributes(
config_cache: ConfigCache,
host_name: HostName,
Expand Down

0 comments on commit 3563cfd

Please sign in to comment.