| 1 | ## This file is in YAML format. |
| 2 | ## |
| 3 | ## It contains a list of virtual nodes. Virtual node, defined with the following parameters: |
| 4 | ## |
| 5 | ## 1. hostname |
| 6 | ## The hostname of the virtual node. String. Required. |
| 7 | ## 2. guid |
| 8 | ## Uniquely identifies the node. String. Required. |
| 9 | ## 3. labels |
| 10 | ## The virtual node host labels. Dictionary in the form key: value. Optional. |
| 11 | ## Special labels that are used to set virtual host system information: |
| 12 | ## https://learn.netdata.cloud/docs/improving-netdata---developers/external-plugins#host_label |
| 13 | ## |
| 14 | ## You can create GUIDs online: https://www.guidgen.com/ |
| 15 | ## or generate with the linux command: uuidgen |
| 16 | ## |
| 17 | ## --------------------------------------------------------------------------------------------------------------------- |
| 18 | |
| 19 | #- hostname: HOSTNAME1 |
| 20 | # guid: GUID1 |
| 21 | # |
| 22 | #- hostname: HOSTNAME2 |
| 23 | # guid: GUID2 |