deploy.yaml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. - &linux
  2. id: deploy-linux-generic
  3. meta: &linux_meta
  4. name: Linux
  5. link: ''
  6. categories:
  7. - deploy.operating-systems
  8. icon_filename: 'linux.svg'
  9. keywords:
  10. - linux
  11. most_popular: true
  12. install_description: 'Run the following command on your node to install and claim Netdata:'
  13. methods:
  14. - &ks_wget
  15. method: wget
  16. commands:
  17. - channel: nightly
  18. command: >
  19. wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh
  20. --nightly-channel{% if $showClaimingOptions %} --claim-token {% claim_token %} --claim-rooms {% $claim_rooms %} --claim-url {% claim_url %}{% /if %}
  21. - channel: stable
  22. command: >
  23. wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh
  24. --stable-channel{% if $showClaimingOptions %} --claim-token {% claim_token %} --claim-rooms {% $claim_rooms %} --claim-url {% claim_url %}{% /if %}
  25. - &ks_curl
  26. method: curl
  27. commands:
  28. - channel: nightly
  29. command: >
  30. curl https://my-netdata.io/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh
  31. --nightly-channel{% if $showClaimingOptions %} --claim-token {% claim_token %} --claim-rooms {% $claim_rooms %} --claim-url {% claim_url %}{% /if %}
  32. - channel: stable
  33. command: >
  34. curl https://my-netdata.io/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh
  35. --stable-channel{% if $showClaimingOptions %} --claim-token {% claim_token %} --claim-rooms {% $claim_rooms %} --claim-url {% claim_url %}{% /if %}
  36. additional_info: &ref_containers >
  37. Did you know you can also deploy Netdata on your OS using {% goToCategory navigateToSettings=$navigateToSettings categoryId="deploy.docker-kubernetes" %}Kubernetes{% /goToCategory %} or {% goToCategory categoryId="deploy.docker-kubernetes" %}Docker{% /goToCategory %}?
  38. clean_additional_info: &ref_clean_containers >
  39. Did you know you can also deploy Netdata on your OS using Kubernetes or Docker?
  40. related_resources: {}
  41. platform_info:
  42. group: ''
  43. distro: ''
  44. quick_start: 1
  45. - <<: *linux
  46. id: deploy-ubuntu
  47. meta:
  48. <<: *linux_meta
  49. name: Ubuntu
  50. link: https://ubuntu.com/
  51. icon_filename: 'ubuntu.svg'
  52. most_popular: false
  53. platform_info:
  54. group: 'include'
  55. distro: 'ubuntu'
  56. quick_start: -1
  57. - <<: *linux
  58. id: deploy-debian
  59. meta:
  60. <<: *linux_meta
  61. name: Debian
  62. link: https://www.debian.org/
  63. icon_filename: 'debian.svg'
  64. most_popular: false
  65. platform_info:
  66. group: 'include'
  67. distro: 'debian'
  68. quick_start: -1
  69. - <<: *linux
  70. id: deploy-fedora
  71. meta:
  72. <<: *linux_meta
  73. name: Fedora
  74. link: https://www.fedoraproject.org/
  75. icon_filename: 'fedora.png'
  76. most_popular: false
  77. platform_info:
  78. group: 'include'
  79. distro: 'fedora'
  80. quick_start: -1
  81. - <<: *linux
  82. id: deploy-rhel
  83. meta:
  84. <<: *linux_meta
  85. name: Red Hat Enterprise Linux
  86. link: https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux
  87. icon_filename: 'rhel.png'
  88. most_popular: false
  89. platform_info:
  90. group: 'no_include'
  91. distro: 'rhel'
  92. quick_start: -1
  93. - <<: *linux
  94. id: deploy-rockylinux
  95. meta:
  96. <<: *linux_meta
  97. name: Rocky Linux
  98. link: https://rockylinux.org/
  99. icon_filename: 'rocky.svg'
  100. most_popular: false
  101. platform_info:
  102. group: 'include'
  103. distro: 'rockylinux'
  104. quick_start: -1
  105. - <<: *linux
  106. id: deploy-alpinelinux
  107. meta:
  108. <<: *linux_meta
  109. name: Alpine Linux
  110. link: https://www.alpinelinux.org/
  111. icon_filename: 'alpine.svg'
  112. most_popular: false
  113. platform_info:
  114. group: 'include'
  115. distro: 'alpinelinux'
  116. quick_start: -1
  117. - <<: *linux
  118. id: deploy-amazonlinux
  119. meta:
  120. <<: *linux_meta
  121. name: Amazon Linux
  122. link: https://aws.amazon.com/amazon-linux-2/
  123. icon_filename: 'amazonlinux.png'
  124. most_popular: false
  125. platform_info:
  126. group: 'include'
  127. distro: 'amazonlinux'
  128. quick_start: -1
  129. - <<: *linux
  130. id: deploy-archlinux
  131. meta:
  132. <<: *linux_meta
  133. name: Arch Linux
  134. link: https://archlinux.org/
  135. icon_filename: 'archlinux.png'
  136. most_popular: false
  137. platform_info:
  138. group: 'include'
  139. distro: 'archlinux'
  140. quick_start: -1
  141. - <<: *linux
  142. id: deploy-centos
  143. meta:
  144. <<: *linux_meta
  145. name: CentOS
  146. link: https://www.centos.org/
  147. icon_filename: 'centos.svg'
  148. most_popular: false
  149. platform_info:
  150. group: 'include'
  151. distro: 'centos'
  152. quick_start: -1
  153. - <<: *linux
  154. id: deploy-centos-stream
  155. meta:
  156. <<: *linux_meta
  157. name: CentOS Stream
  158. link: https://www.centos.org/centos-stream
  159. icon_filename: 'centos.svg'
  160. most_popular: false
  161. platform_info:
  162. group: 'include'
  163. distro: 'centos-stream'
  164. quick_start: -1
  165. - <<: *linux
  166. id: deploy-manjarolinux
  167. meta:
  168. <<: *linux_meta
  169. name: Manjaro Linux
  170. link: https://manjaro.org/
  171. icon_filename: 'manjaro.svg'
  172. most_popular: false
  173. platform_info:
  174. group: 'include'
  175. distro: 'archlinux'
  176. quick_start: -1
  177. - <<: *linux
  178. id: deploy-oraclelinux
  179. meta:
  180. <<: *linux_meta
  181. name: Oracle Linux
  182. link: https://www.oracle.com/linux/
  183. icon_filename: 'oraclelinux.svg'
  184. most_popular: false
  185. platform_info:
  186. group: 'include'
  187. distro: 'oraclelinux'
  188. quick_start: -1
  189. - <<: *linux
  190. id: deploy-opensuse
  191. meta:
  192. <<: *linux_meta
  193. name: SUSE Linux
  194. link: https://www.suse.com/
  195. icon_filename: 'openSUSE.svg'
  196. most_popular: false
  197. platform_info:
  198. group: 'include'
  199. distro: 'opensuse'
  200. quick_start: -1
  201. - id: deploy-macos
  202. meta:
  203. name: macOS
  204. link: ''
  205. categories:
  206. - deploy.operating-systems
  207. icon_filename: 'macos.svg'
  208. most_popular: true
  209. keywords:
  210. - macOS
  211. - mac
  212. - apple
  213. install_description: 'Run the following command on your Intel based OSX, macOS servers to install and claim Netdata:'
  214. methods:
  215. - *ks_curl
  216. additional_info: *ref_containers
  217. clean_additional_info: *ref_clean_containers
  218. related_resources: {}
  219. platform_info:
  220. group: 'no_include'
  221. distro: 'macos'
  222. quick_start: 5
  223. - id: deploy-docker
  224. meta:
  225. name: Docker
  226. link: 'https://www.docker.com/'
  227. categories:
  228. - deploy.docker-kubernetes
  229. icon_filename: 'docker.svg'
  230. most_popular: true
  231. keywords:
  232. - docker
  233. - container
  234. - containers
  235. install_description: |
  236. Install and connect new Docker containers
  237. Find the commands for `docker run`, `docker compose` or `Docker Swarm`. On the last two you can copy the configs, then run `docker-compose up -d` in the same directory as the `docker-compose.yml`
  238. > Netdata container requires different privileges and mounts to provide functionality similar to that provided by Netdata installed on the host. More info [here](https://learn.netdata.cloud/docs/installing/docker?_gl=1*f2xcnf*_ga*MTI1MTUwMzU0OS4xNjg2NjM1MDA1*_ga_J69Z2JCTFB*MTY5MDMxMDIyMS40MS4xLjE2OTAzMTAzNjkuNTguMC4w#create-a-new-netdata-agent-container)
  239. > Netdata will use the hostname from the container in which it is run instead of that of the host system. To change the default hostname check [here](https://learn.netdata.cloud/docs/agent/packaging/docker?_gl=1*i5weve*_ga*MTI1MTUwMzU0OS4xNjg2NjM1MDA1*_ga_J69Z2JCTFB*MTY5MDMxMjM4Ny40Mi4xLjE2OTAzMTIzOTAuNTcuMC4w#change-the-default-hostname)
  240. methods:
  241. - method: Docker CLI
  242. commands:
  243. - channel: nightly
  244. command: |
  245. docker run -d --name=netdata \
  246. --pid=host \
  247. --network=host \
  248. -v netdataconfig:/etc/netdata \
  249. -v netdatalib:/var/lib/netdata \
  250. -v netdatacache:/var/cache/netdata \
  251. -v /etc/passwd:/host/etc/passwd:ro \
  252. -v /etc/group:/host/etc/group:ro \
  253. -v /etc/localtime:/etc/localtime:ro \
  254. -v /proc:/host/proc:ro \
  255. -v /sys:/host/sys:ro \
  256. -v /etc/os-release:/host/etc/os-release:ro \
  257. -v /var/log:/host/var/log:ro \
  258. -v /var/run/docker.sock:/var/run/docker.sock:ro \
  259. --restart unless-stopped \
  260. --cap-add SYS_PTRACE \
  261. --cap-add SYS_ADMIN \
  262. --security-opt apparmor=unconfined \
  263. {% if $showClaimingOptions %}
  264. -e NETDATA_CLAIM_TOKEN={% claim_token %} \
  265. -e NETDATA_CLAIM_URL={% claim_url %} \
  266. -e NETDATA_CLAIM_ROOMS={% $claim_rooms %} \
  267. {% /if %}
  268. netdata/netdata:edge
  269. - channel: stable
  270. command: |
  271. docker run -d --name=netdata \
  272. --pid=host \
  273. --network=host \
  274. -v netdataconfig:/etc/netdata \
  275. -v netdatalib:/var/lib/netdata \
  276. -v netdatacache:/var/cache/netdata \
  277. -v /etc/passwd:/host/etc/passwd:ro \
  278. -v /etc/group:/host/etc/group:ro \
  279. -v /etc/localtime:/etc/localtime:ro \
  280. -v /proc:/host/proc:ro \
  281. -v /sys:/host/sys:ro \
  282. -v /etc/os-release:/host/etc/os-release:ro \
  283. -v /var/log:/host/var/log:ro \
  284. -v /var/run/docker.sock:/var/run/docker.sock:ro \
  285. --restart unless-stopped \
  286. --cap-add SYS_PTRACE \
  287. --cap-add SYS_ADMIN \
  288. --security-opt apparmor=unconfined \
  289. {% if $showClaimingOptions %}
  290. -e NETDATA_CLAIM_TOKEN={% claim_token %} \
  291. -e NETDATA_CLAIM_URL={% claim_url %} \
  292. -e NETDATA_CLAIM_ROOMS={% $claim_rooms %} \
  293. {% /if %}
  294. netdata/netdata:stable
  295. - method: Docker Compose
  296. commands:
  297. - channel: nightly
  298. command: |
  299. version: '3'
  300. services:
  301. netdata:
  302. image: netdata/netdata:edge
  303. container_name: netdata
  304. pid: host
  305. network_mode: host
  306. restart: unless-stopped
  307. cap_add:
  308. - SYS_PTRACE
  309. - SYS_ADMIN
  310. security_opt:
  311. - apparmor:unconfined
  312. volumes:
  313. - netdataconfig:/etc/netdata
  314. - netdatalib:/var/lib/netdata
  315. - netdatacache:/var/cache/netdata
  316. - /etc/passwd:/host/etc/passwd:ro
  317. - /etc/group:/host/etc/group:ro
  318. - /etc/localtime:/etc/localtime:ro
  319. - /proc:/host/proc:ro
  320. - /sys:/host/sys:ro
  321. - /etc/os-release:/host/etc/os-release:ro
  322. - /var/log:/host/var/log:ro
  323. - /var/run/docker.sock:/var/run/docker.sock:ro
  324. {% if $showClaimingOptions %}
  325. environment:
  326. - NETDATA_CLAIM_TOKEN={% claim_token %}
  327. - NETDATA_CLAIM_URL={% claim_url %}
  328. - NETDATA_CLAIM_ROOMS={% $claim_rooms %}
  329. {% /if %}
  330. volumes:
  331. netdataconfig:
  332. netdatalib:
  333. netdatacache:
  334. - channel: stable
  335. command: |
  336. version: '3'
  337. services:
  338. netdata:
  339. image: netdata/netdata:stable
  340. container_name: netdata
  341. pid: host
  342. network_mode: host
  343. restart: unless-stopped
  344. cap_add:
  345. - SYS_PTRACE
  346. - SYS_ADMIN
  347. security_opt:
  348. - apparmor:unconfined
  349. volumes:
  350. - netdataconfig:/etc/netdata
  351. - netdatalib:/var/lib/netdata
  352. - netdatacache:/var/cache/netdata
  353. - /etc/passwd:/host/etc/passwd:ro
  354. - /etc/group:/host/etc/group:ro
  355. - /etc/localtime:/etc/localtime:ro
  356. - /proc:/host/proc:ro
  357. - /sys:/host/sys:ro
  358. - /etc/os-release:/host/etc/os-release:ro
  359. - /var/log:/host/var/log:ro
  360. - /var/run/docker.sock:/var/run/docker.sock:ro
  361. {% if $showClaimingOptions %}
  362. environment:
  363. - NETDATA_CLAIM_TOKEN={% claim_token %}
  364. - NETDATA_CLAIM_URL={% claim_url %}
  365. - NETDATA_CLAIM_ROOMS={% $claim_rooms %}
  366. {% /if %}
  367. volumes:
  368. netdataconfig:
  369. netdatalib:
  370. netdatacache:
  371. - method: Docker Swarm
  372. commands:
  373. - channel: nightly
  374. command: |
  375. version: '3'
  376. services:
  377. netdata:
  378. image: netdata/netdata:edge
  379. pid: host
  380. network_mode: host
  381. cap_add:
  382. - SYS_PTRACE
  383. - SYS_ADMIN
  384. security_opt:
  385. - apparmor:unconfined
  386. volumes:
  387. - netdataconfig:/etc/netdata
  388. - netdatalib:/var/lib/netdata
  389. - netdatacache:/var/cache/netdata
  390. - /etc/passwd:/host/etc/passwd:ro
  391. - /etc/group:/host/etc/group:ro
  392. - /etc/localtime:/etc/localtime:ro
  393. - /proc:/host/proc:ro
  394. - /sys:/host/sys:ro
  395. - /etc/os-release:/host/etc/os-release:ro
  396. - /etc/hostname:/etc/hostname:ro
  397. - /var/log:/host/var/log:ro
  398. - /var/run/docker.sock:/var/run/docker.sock:ro
  399. {% if $showClaimingOptions %}
  400. environment:
  401. - NETDATA_CLAIM_TOKEN={% claim_token %}
  402. - NETDATA_CLAIM_URL={% claim_url %}
  403. - NETDATA_CLAIM_ROOMS={% $claim_rooms %}
  404. {% /if %}
  405. deploy:
  406. mode: global
  407. restart_policy:
  408. condition: on-failure
  409. volumes:
  410. netdataconfig:
  411. netdatalib:
  412. netdatacache:
  413. - channel: stable
  414. command: |
  415. version: '3'
  416. services:
  417. netdata:
  418. image: netdata/netdata:stable
  419. pid: host
  420. network_mode: host
  421. cap_add:
  422. - SYS_PTRACE
  423. - SYS_ADMIN
  424. security_opt:
  425. - apparmor:unconfined
  426. volumes:
  427. - netdataconfig:/etc/netdata
  428. - netdatalib:/var/lib/netdata
  429. - netdatacache:/var/cache/netdata
  430. - /etc/passwd:/host/etc/passwd:ro
  431. - /etc/group:/host/etc/group:ro
  432. - /etc/localtime:/etc/localtime:ro
  433. - /proc:/host/proc:ro
  434. - /sys:/host/sys:ro
  435. - /etc/os-release:/host/etc/os-release:ro
  436. - /etc/hostname:/etc/hostname:ro
  437. - /var/log:/host/var/log:ro
  438. - /var/run/docker.sock:/var/run/docker.sock:ro
  439. {% if $showClaimingOptions %}
  440. environment:
  441. - NETDATA_CLAIM_TOKEN={% claim_token %}
  442. - NETDATA_CLAIM_URL={% claim_url %}
  443. - NETDATA_CLAIM_ROOMS={% $claim_rooms %}
  444. {% /if %}
  445. deploy:
  446. mode: global
  447. restart_policy:
  448. condition: on-failure
  449. volumes:
  450. netdataconfig:
  451. netdatalib:
  452. netdatacache:
  453. additional_info: ''
  454. related_resources: {}
  455. platform_info:
  456. group: 'no_include'
  457. distro: 'docker'
  458. quick_start: 3
  459. - id: deploy-kubernetes
  460. meta:
  461. name: Kubernetes (Helm)
  462. link: ''
  463. categories:
  464. - deploy.docker-kubernetes
  465. icon_filename: 'kubernetes.svg'
  466. keywords:
  467. - kubernetes
  468. - container
  469. - Orchestrator
  470. install_description: |
  471. **Use helm install to install Netdata on your Kubernetes cluster**
  472. For a new installation use `helm install` or for existing clusters add the content below to your `override.yaml` and then run `helm upgrade -f override.yml netdata netdata/netdata`
  473. methods:
  474. - method: Helm
  475. commands:
  476. - channel: nightly
  477. command: |
  478. helm install netdata netdata/netdata \
  479. --set image.tag=edge{% if $showClaimingOptions %} \
  480. --set parent.claiming.enabled="true" \
  481. --set parent.claiming.token={% claim_token %} \
  482. --set parent.claiming.rooms={% $claim_rooms %} \
  483. --set child.claiming.enabled="true" \
  484. --set child.claiming.token={% claim_token %} \
  485. --set child.claiming.rooms={% $claim_rooms %}{% /if %}
  486. - channel: stable
  487. command: |
  488. helm install netdata netdata/netdata \
  489. --set image.tag=stable{% if $showClaimingOptions %} \
  490. --set parent.claiming.enabled="true" \
  491. --set parent.claiming.token={% claim_token %} \
  492. --set parent.claiming.rooms={% $claim_rooms %} \
  493. --set child.claiming.enabled="true" \
  494. --set child.claiming.token={% claim_token %} \
  495. --set child.claiming.rooms={% $claim_rooms %}{% /if %}
  496. - method: Existing Cluster
  497. commands:
  498. - channel: nightly
  499. command: |
  500. image:
  501. tag: edge
  502. restarter:
  503. enabled: true
  504. {% if $showClaimingOptions %}
  505. parent:
  506. claiming:
  507. enabled: true
  508. token: {% claim_token %}
  509. rooms: {% $claim_rooms %}
  510. child:
  511. claiming:
  512. enabled: true
  513. token: {% claim_token %}
  514. rooms: {% $claim_rooms %}
  515. {% /if %}
  516. - channel: stable
  517. command: |
  518. image:
  519. tag: stable
  520. restarter:
  521. enabled: true
  522. {% if $showClaimingOptions %}
  523. parent:
  524. claiming:
  525. enabled: true
  526. token: {% claim_token %}
  527. rooms: {% $claim_rooms %}
  528. child:
  529. claiming:
  530. enabled: true
  531. token: {% claim_token %}
  532. rooms: {% $claim_rooms %}
  533. {% /if %}
  534. additional_info: ''
  535. related_resources: {}
  536. most_popular: true
  537. platform_info:
  538. group: ''
  539. distro: ''
  540. quick_start: 4
  541. - id: deploy-windows
  542. meta:
  543. name: Windows
  544. link: 'https://www.microsoft.com/en-us/windows'
  545. categories:
  546. - deploy.operating-systems
  547. icon_filename: 'windows.svg'
  548. keywords:
  549. - windows
  550. install_description: |
  551. 1. Install [Windows Exporter](https://github.com/prometheus-community/windows_exporter) on every Windows host you want to monitor.
  552. 2. Install Netdata agent on Linux, FreeBSD or Mac.
  553. 3. Configure Netdata to collect data remotely from your Windows hosts by adding one job per host to windows.conf file. See the [configuration section](https://learn.netdata.cloud/docs/data-collection/monitor-anything/System%20Metrics/Windows-machines#configuration) for details.
  554. 4. Enable [virtual nodes](https://learn.netdata.cloud/docs/data-collection/windows-systems#virtual-nodes) configuration so the windows nodes are displayed as separate nodes.
  555. methods:
  556. - *ks_wget
  557. - *ks_curl
  558. additional_info: ''
  559. related_resources: {}
  560. most_popular: true
  561. platform_info:
  562. group: ''
  563. distro: ''
  564. quick_start: 2
  565. - id: deploy-freebsd
  566. meta:
  567. name: FreeBSD
  568. link: 'https://www.freebsd.org/'
  569. categories:
  570. - deploy.operating-systems
  571. icon_filename: 'freebsd.svg'
  572. most_popular: true
  573. keywords:
  574. - freebsd
  575. install_description: |
  576. ## Install dependencies
  577. Please install the following packages using the command below:
  578. ```pkg install bash e2fsprogs-libuuid git curl autoconf automake pkgconf pidof liblz4 libuv json-c cmake gmake```
  579. This step needs root privileges. Please respond in the affirmative for any relevant prompts during the installation process.
  580. Run the following command on your node to install and claim Netdata:
  581. methods:
  582. - *ks_curl
  583. - method: fetch
  584. commands:
  585. - channel: nightly
  586. command: >
  587. fetch -o /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh
  588. --nightly-channel{% if $showClaimingOptions %} --claim-token {% claim_token %} --claim-rooms {% $claim_rooms %} --claim-url {% claim_url %}{% /if %}
  589. - channel: stable
  590. command: >
  591. fetch -o /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh
  592. --stable-channel{% if $showClaimingOptions %} --claim-token {% claim_token %} --claim-rooms {% $claim_rooms %} --claim-url {% claim_url %}{% /if %}
  593. additional_info: |
  594. Netdata can also be installed via [FreeBSD ports](https://www.freshports.org/net-mgmt/netdata).
  595. related_resources: {}
  596. platform_info:
  597. group: 'no_include'
  598. distro: 'freebsd'
  599. quick_start: 6