forked from netdata/netdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add vnodes default configuration file. (netdata#14553)
Co-authored-by: ilyam8 <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## This file is in YAML format. | ||
## | ||
## It contains a list of virtual nodes. Virtual node, defined with the following parameters: | ||
## | ||
## 1. hostname | ||
## The hostname of the virtual node. String. Required. | ||
## 2. guid | ||
## Uniquely identifies the node. String. Required. | ||
## 3. labels | ||
## The virtual node host labels. Dictionary in the form key: value. Optional. | ||
## Special labels that are used to set virtual host system information: | ||
## https://learn.netdata.cloud/docs/improving-netdata---developers/external-plugins#host_label | ||
## | ||
## You can create GUIDs online: https://www.guidgen.com/ | ||
## or generate with the linux command: uuidgen | ||
## | ||
## --------------------------------------------------------------------------------------------------------------------- | ||
|
||
#- hostname: HOSTNAME1 | ||
# guid: GUID1 | ||
# | ||
#- hostname: HOSTNAME2 | ||
# guid: GUID2 |