Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 2848ed59 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent a11f3ebe
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,9 @@ def parse_arguments() -> arg_Namespace:
choices=['LIVESTATUS', 'FILESYSTEM', 'MULTISITE'],
default='LIVESTATUS',
help=f'Backend used to retrieve the topology data\n'
f' LIVESTATUS is the default for performance reasons -> for now only local site\n'
f' LIVESTATUS is the default for performance reasons -> only local site\n'
f' FILESYSTEM fetches the data directly form the inventory files -> use in distributed environments\n'
f' MULTISITE like LIVESTATUS but for distribute environments -> NOT YET IMPLEMENTED',
f' MULTISITE like LIVESTATUS but for distribute environments -> may become the default',
)
parser.add_argument(
......
......@@ -37,8 +37,8 @@
# 2023-1ß-29: fixed missing path from custom layer in host prefetch
# 2023-11-16: added option -b/--backend [LIVESTATUS, FILESYSTEM],
# LIVESTATUS is the default for performance reasons -> for now only local site
# FILESYSTEM fethches the data directly form the inventory files -> use in distributed environments
# 2023-11-28: added MULTISITE as backend, via livestatus
# FILESYSTEM fetches the data directly form the inventory files -> use in distributed environments
# 2023-11-28: implemented MULTISITE as backend, via livestatus -> use in distributed environments, my become the default
#
# creating topology_data.json from inventory data
#
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment