vnodes.conf 854 B

1234567891011121314151617181920212223
  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. #- hostname: HOSTNAME1
  19. # guid: GUID1
  20. #
  21. #- hostname: HOSTNAME2
  22. # guid: GUID2