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

clean open-pnp.toml

parent 2d6e1a87
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ on Linux ...@@ -56,7 +56,7 @@ on Linux
(.venv) :~/cisco_day0_provision/pnp$pip3 install flask xmltodict requests ifaddr tomli (.venv) :~/cisco_day0_provision/pnp$pip3 install flask xmltodict requests ifaddr tomli
# run the pnp server # run the pnp server
(.venv) :~/cisco_day0_provision/pnp$ python3 open-pnp.py (.venv) :~/cisco_day0_provision/pnp$ ./open-pnp.py --config_url http://192.168.10.133:8080/configs --image_url http://192.168.10.133:8080/images
Running PnP server. Stop with ctrl+c Running PnP server. Stop with ctrl+c
Bind to IP-address : 0.0.0.0 Bind to IP-address : 0.0.0.0
...@@ -78,7 +78,7 @@ c:\cisco_day0_provision\pnp>.venv\Scripts\activate.bat ...@@ -78,7 +78,7 @@ c:\cisco_day0_provision\pnp>.venv\Scripts\activate.bat
(.venv)c:\cisco_day0_provision\pnp>pip install flask xmltodict requests ifaddr tomli (.venv)c:\cisco_day0_provision\pnp>pip install flask xmltodict requests ifaddr tomli
(.venv)c:\cisco_day0_provision\pnp>python open-pnp.py (.venv)c:\cisco_day0_provision\pnp>python open-pnp.py --config_url http://192.168.10.133:8080/configs --image_url http://192.168.10.133:8080/images
Running PnP server. Stop with ctrl+c Running PnP server. Stop with ctrl+c
Bind to IP-address : :: Bind to IP-address : ::
......
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
# bind_pnp_server = "::" # bind_pnp_server = "::"
# port = 8080 # port = 8080
# time_format = "%y-%m-%dt%h:%m:%s" # time_format = "%y-%m-%dt%h:%m:%s"
status_refresh = 10 # status_refresh = 10
# debug = false # debug = false
# log_to_file = true # log_to_file = true
# log_file = "log/pnp_debug.log" # log_file = "log/pnp_debug.log"
# default_cfg_file = "default.cfg" # default_cfg_file = "default.cfg"
# image_data = "images.toml" # image_data = "images.toml"
image_url = "http://192.168.10.133:8080/images" # image_url = "http://192.168.10.133:8080/images"
config_url = "http://192.168.10.133:8080/configs" # config_url = "http://192.168.10.133: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