Skip to content
Snippets Groups Projects
Commit 3b1b874f authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add host_notes_url on host

parent e9e10924
Branches
No related tags found
1 merge request!42add host_notes_url on host
......@@ -24,10 +24,11 @@
# 2023-11-02 v0.9 ah fix json genration for multiple ports
# 2023-11-03 v0.10 ah fix json key for service link
# 2024-03-26 v0.11 ah on service creation: use http status code instead of exitcode
# 2024-04-09 v0.12 ah add host_notes_url on host
# ======================================================================
_version="0.11"
_version="0.12"
which curl >/dev/null || exit 1
which jo >/dev/null || exit 1
......@@ -113,6 +114,8 @@ hostDefaultgroups="groups[]=iml groups[]=iml-server"
icon_image=/images/os/${MY_OSName}.png
icon_image_alt="\"${MY_Platform}:\ ${MY_OSName}\ ${MY_OSMajorVersion}\""
notes_url=${host_notes_url}
vars.platform=${MY_Platform} \
vars.os=${MY_OSName}${MY_OSMajorVersion}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment