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 8c8bd09f authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

reload delay 30 on config

parent c17ae9ed
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,7 @@ def pnp_config_upgrade(udi: str, correlator: str) -> Optional[str]:
'correlator': correlator,
'base_url': CONFIG_BASE_URL,
'serial_number': device.serial,
'delay': 0, # reload in seconds
'delay': 30, # reload in seconds
}
_template = render_template('config_upgrade.xml', **jinja_context)
if DEBUG:
......
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