0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-12 16:58:10 +00:00

Add quick_start key to deploy schema. ()

Merging this one as well.
This commit is contained in:
Austin S. Hemmelgarn 2023-07-25 12:59:36 -04:00 committed by GitHub
parent fd1edfb699
commit 00aa11bbfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions
integrations

View file

@ -36,6 +36,7 @@
platform_info: platform_info:
group: '' group: ''
distro: '' distro: ''
quick_start: 1
- <<: *linux - <<: *linux
id: deploy-ubuntu id: deploy-ubuntu
meta: meta:
@ -46,3 +47,4 @@
platform_info: platform_info:
group: 'include' group: 'include'
distro: 'ubuntu' distro: 'ubuntu'
quick_start: -1

View file

@ -91,6 +91,10 @@
"group", "group",
"distro" "distro"
] ]
},
"quick_start": {
"type": "integer",
"description": "Indicates where the deploy integration should appear in the add nodes dialogue. A value less than 0 indicates that it should not appear on this dialogue."
} }
}, },
"required": [ "required": [
@ -101,7 +105,8 @@
"methods", "methods",
"additional_info", "additional_info",
"related_resources", "related_resources",
"platform_info" "platform_info",
"quick_start"
] ]
} }
} }