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

sync global vars to main

parent 4dbcdcda
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ except ModuleNotFoundError:
BIND_PNP_SERVER = '0.0.0.0'
PORT = 8080
TIME_FORMAT = '%Y-%m-%dT%H:%M:%S%Z'
TIME_FORMAT = '%Y-%m-%dT%H:%M:%S'
STATUS_REFRESH = 60
FLASK_DEBUG = False
IMAGE_BASE_URL = ''
......
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
BIND_PNP_SERVER = '0.0.0.0'
# BIND_PNP_SERVER = '0.0.0.0'
# BIND_PNP_SERVER = '::'
# PORT = 8080
TIME_FORMAT = '%Y-%m-%dT%H:%M:%S'
# TIME_FORMAT = '%Y-%m-%dT%H:%M:%S'
# STATUS_REFRESH = 60
FLASK_DEBUG = True
# FLASK_DEBUG = True
IMAGE_BASE_URL = 'http://192.168.10.149:8080/images'
CONFIG_BASE_URL = 'http://192.168.10.149:8080/configs'
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