@cryptotaxi247 / netdata-1 / commits / b825dd57a

Fix deployment and categories (#15540)

* Adding priorities to the Quick Start deployment list * Fixedthe icon_filename property in deploy.yaml * Added categories priority and fixed the deployment quickstart priorities

Satyadeep Ashwathnarayana committed Jul 26, 2023 at 17:09 UTC b825dd57ad87944606a21b5920999d6ad84fc81b
2 files changed +48 -48
integrations/categories.yaml
+30 -30
@@ -1,20 +1,20 @@
1 - id: deploy
2 name: deploy
3 description: ""
4 - most_popular: false
5 - priority: -1
4 + most_popular: true
5 + priority: 1
6 children:
7 - id: deploy.operating-systems
8 name: Operating Systems
9 description: ""
10 - most_popular: false
11 - priority: -1
10 + most_popular: true
11 + priority: 1
12 children: []
13 - id: deploy.docker-kubernetes
14 name: Docker & Kubernetes
15 description: ""
16 - most_popular: false
17 - priority: -1
16 + most_popular: true
17 + priority: 2
18 children: []
19 - id: deploy.provisioning-systems
20 parent: deploy
@@ -26,8 +26,8 @@
26 - id: data-collection
27 name: data-collection
28 description: ""
29 - most_popular: false
30 - priority: -1
29 + most_popular: true
30 + priority: 2
31 children:
32 - id: data-collection.other
33 name: Other
@@ -50,14 +50,14 @@
50 - id: data-collection.containers-and-vms
51 name: Containers and VMs
52 description: ""
53 - most_popular: false
54 - priority: -1
53 + most_popular: true
54 + priority: 6
55 children: []
56 - id: data-collection.database-servers
57 name: Database Servers
58 description: ""
59 - most_popular: false
60 - priority: -1
59 + most_popular: true
60 + priority: 1
61 children: []
62 - id: data-collection.kubernetes
63 name: Kubernetes
@@ -74,8 +74,8 @@
74 - id: data-collection.web-servers-and-web-proxies
75 name: Web Servers and Web Proxies
76 description: ""
77 - most_popular: false
78 - priority: -1
77 + most_popular: true
78 + priority: 2
79 children: []
80 - id: data-collection.cloud-provider-managed
81 name: Cloud Provider Managed
@@ -98,8 +98,8 @@
98 - id: data-collection.hardware-devices-and-sensors
99 name: Hardware Devices and Sensors
100 description: ""
101 - most_popular: false
102 - priority: -1
101 + most_popular: true
102 + priority: 4
103 children: []
104 - id: data-collection.macos-systems
105 name: macOS Systems
@@ -110,8 +110,8 @@
110 - id: data-collection.message-brokers
111 name: Message Brokers
112 description: ""
113 - most_popular: false
114 - priority: -1
113 + most_popular: true
114 + priority: 3
115 children: []
116 - id: data-collection.provisioning-systems
117 name: Provisioning Systems
@@ -128,26 +128,26 @@
128 - id: data-collection.linux-systems
129 name: Linux Systems
130 description: ""
131 - most_popular: false
132 - priority: -1
131 + most_popular: true
132 + priority: 5
133 children:
134 - id: data-collection.linux-systems.system-metrics
135 name: System Metrics
136 description: ""
137 - most_popular: false
138 - priority: -1
137 + most_popular: true
138 + priority: 1
139 children: []
140 - id: data-collection.linux-systems.memory-metrics
141 name: Memory Metrics
142 description: ""
143 - most_popular: false
144 - priority: -1
143 + most_popular: true
144 + priority: 3
145 children: []
146 - id: data-collection.linux-systems.cpu-metrics
147 name: CPU Metrics
148 description: ""
149 - most_popular: false
150 - priority: -1
149 + most_popular: true
150 + priority: 2
151 children: []
152 - id: data-collection.linux-systems.pressure-metrics
153 name: Pressure Metrics
@@ -158,8 +158,8 @@
158 - id: data-collection.linux-systems.network-metrics
159 name: Network Metrics
160 description: ""
161 - most_popular: false
162 - priority: -1
161 + most_popular: true
162 + priority: 5
163 children: []
164 - id: data-collection.linux-systems.ipc-metrics
165 name: IPC Metrics
@@ -170,8 +170,8 @@
170 - id: data-collection.linux-systems.disk-metrics
171 name: Disk Metrics
172 description: ""
173 - most_popular: false
174 - priority: -1
173 + most_popular: true
174 + priority: 4
175 children: []
176 - id: data-collection.linux-systems.firewall-metrics
177 name: Firewall Metrics
integrations/deploy.yaml
+18 -18
@@ -8,7 +8,7 @@
8 icon_filename: 'linux.png'
9 keywords:
10 - linux
11 - description: 'Run the following command on your node to install and claim Netdata:"r'
11 + description: 'Run the following command on your node to install and claim Netdata:'
12 methods:
13 - method: wget
14 commands:
@@ -43,7 +43,7 @@
43 <<: *linux_meta
44 name: Ubuntu
45 link: https://ubuntu.com/
46 - icon: 'ubuntu.png'
46 + icon_filename: 'ubuntu.png'
47 platform_info:
48 group: 'include'
49 distro: 'ubuntu'
@@ -54,7 +54,7 @@
54 <<: *linux_meta
55 name: Debian
56 link: https://www.debian.org/
57 - icon: 'debian.png'
57 + icon_filename: 'debian.png'
58 platform_info:
59 group: 'include'
60 distro: 'debian'
@@ -65,7 +65,7 @@
65 <<: *linux_meta
66 name: Fedora
67 link: https://www.fedoraproject.org/
68 - icon: 'fedora.png'
68 + icon_filename: 'fedora.png'
69 platform_info:
70 group: 'include'
71 distro: 'fedora'
@@ -76,7 +76,7 @@
76 <<: *linux_meta
77 name: Red Hat Enterprise Linux
78 link: https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux
79 - icon: 'rhel.png'
79 + icon_filename: 'rhel.png'
80 platform_info:
81 group: 'include'
82 distro: 'rhel'
@@ -87,7 +87,7 @@
87 <<: *linux_meta
88 name: Alma Linux
89 link: https://almalinux.org/
90 - icon: 'alma.png'
90 + icon_filename: 'alma.png'
91 platform_info:
92 group: 'include'
93 distro: 'almalinux'
@@ -98,7 +98,7 @@
98 <<: *linux_meta
99 name: Alpine Linux
100 link: https://www.alpinelinux.org/
101 - icon: 'alpine.png'
101 + icon_filename: 'alpine.png'
102 platform_info:
103 group: 'include'
104 distro: 'alpinelinux'
@@ -109,7 +109,7 @@
109 <<: *linux_meta
110 name: Amazon Linux
111 link: https://aws.amazon.com/amazon-linux-2/
112 - icon: 'amazonlinux.png'
112 + icon_filename: 'amazonlinux.png'
113 platform_info:
114 group: 'include'
115 distro: 'amazonlinux'
@@ -120,7 +120,7 @@
120 <<: *linux_meta
121 name: Arch Linux
122 link: https://archlinux.org/
123 - icon: 'archlinux.png'
123 + icon_filename: 'archlinux.png'
124 platform_info:
125 group: 'include'
126 distro: 'archlinux'
@@ -131,7 +131,7 @@
131 <<: *linux_meta
132 name: CentOS
133 link: https://www.centos.org/
134 - icon: 'centos.png'
134 + icon_filename: 'centos.png'
135 platform_info:
136 group: 'include'
137 distro: 'centos'
@@ -142,7 +142,7 @@
142 <<: *linux_meta
143 name: Manjaro Linux
144 link: https://manjaro.org/
145 - icon: 'manjaro.png'
145 + icon_filename: 'manjaro.png'
146 platform_info:
147 group: 'include'
148 distro: 'archlinux'
@@ -153,7 +153,7 @@
153 <<: *linux_meta
154 name: Oracle Linux
155 link: https://www.oracle.com/linux/
156 - icon: 'oraclelinux.png'
156 + icon_filename: 'oraclelinux.png'
157 platform_info:
158 group: 'include'
159 distro: 'oraclelinux'
@@ -164,7 +164,7 @@
164 <<: *linux_meta
165 name: SUSE Linux
166 link: https://www.suse.com/
167 - icon: 'openSUSE.png'
167 + icon_filename: 'openSUSE.png'
168 group: 'include'
169 distro: 'opensuse'
170 quick_start: -1
@@ -179,7 +179,7 @@
179 keywords:
180 - MacOS
181 - mac
182 - description: 'Run the following command on your Intel based OSX, macOS servers to install and claim Netdata:"r'
182 + description: 'Run the following command on your Intel based OSX, macOS servers to install and claim Netdata:'
183 methods:
184 - method: curl
185 commands:
@@ -197,7 +197,7 @@
197 platform_info:
198 group: 'include'
199 distro: 'macos'
200 - quick_start: 1
200 + quick_start: 5
201 -
202 id: deploy-docker
203 meta:
@@ -407,7 +407,7 @@
407 platform_info:
408 group: 'no_include'
409 distro: 'docker'
410 - quick_start: 1
410 + quick_start: 3
411 -
412 id: deploy-kubernetes
413 meta:
@@ -487,7 +487,7 @@
487 platform_info:
488 group: ''
489 distro: ''
490 - quick_start: 1
490 + quick_start: 4
491 -
492 id: deploy-windows
493 meta:
@@ -529,4 +529,4 @@
529 platform_info:
530 group: ''
531 distro: ''
532 - quick_start: 1
532 + quick_start: 2