mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 17:19:11 +00:00
Update documentation (#15606)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
This commit is contained in:
parent
8274d44f1f
commit
ea23a946ec
3 changed files with 6 additions and 6 deletions
|
@ -49,7 +49,7 @@ An Agent connected to a Parent is called a _Child_. It will _stream_ metrics to
|
|||
|
||||
When using Cloud, it is recommended that just the Parent is connected to Cloud. Child Agents can then be configured to have short retention, in RAM instead of on Disk, and have alerting and other features disabled. Because they don't need to connect to Cloud themselves, those children can then be further secured by not allowing outbound traffic.
|
||||
|
||||

|
||||

|
||||
|
||||
This setup allows for leaner Child nodes and is good for setups with more than a handful of nodes. Metrics data remains accessible if the Child node is temporarily unavailable or decommissioned, although there is no failover in case the Parent becomes unavailable.
|
||||
|
||||
|
@ -60,7 +60,7 @@ For high availability, Parents can be configured to stream data for their childr
|
|||
|
||||
With both Parent Agents connected to Cloud, Cloud will route queries to either Parent transparently, depending on their availability. Alerts trigger on either Parent will stream to Cloud, and Cloud will deduplicate and debounce state changes to prevent spurious notifications.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Configuration Details
|
||||
|
|
|
@ -88,7 +88,7 @@ To install, copy the script, paste it into your node's terminal, and hit `Enter`
|
|||
> If you plan to also claim the node to Netdata Cloud, make sure to replace `YOUR_CLAIM_TOKEN` with the claim token of your space, and `YOUR_ROOM_ID` with the ID of the room you are claiming to.
|
||||
> You can leave the room id blank to have your node claimed to the default "All nodes" room.
|
||||
|
||||
Jump down to [what's next](#whats-next) to learn how to view your new dashboard and take your next steps monitoring and
|
||||
Jump up to [what's next](#whats-next) to learn how to view your new dashboard and take your next steps in monitoring and
|
||||
troubleshooting with Netdata.
|
||||
|
||||
## Other installation methods
|
||||
|
@ -221,7 +221,7 @@ PowerTools, to gather hard dependencies. See the [CentOS 6](https://github.com/n
|
|||
|
||||
#### Access to file is not permitted
|
||||
|
||||
If you see an error similar to `Access to file is not permitted: /usr/share/netdata/web//index.html` when you try to
|
||||
If you see an error similar to `Access to file is not permitted: /usr/share/netdata/web/index.html` when you try to
|
||||
visit the Agent dashboard at `http://NODE:19999`, you need to update Netdata's permissions to match those of your
|
||||
system.
|
||||
|
||||
|
@ -238,7 +238,7 @@ These files need to have the same user and group used to install your netdata. S
|
|||
`netdata` and group `netdata`, in this scenario you will need to run the following command to fix the error:
|
||||
|
||||
```bash
|
||||
# chown -R netdata.netdata /usr/share/netdata/web
|
||||
# chown -R netdata:netdata /usr/share/netdata/web
|
||||
```
|
||||
|
||||
#### Multiple versions of OpenSSL
|
||||
|
|
|
@ -104,7 +104,7 @@ The `kickstart.sh` script accepts a number of optional parameters to control how
|
|||
The following options are mutually exclusive and specifiy special operations other than trying to install Netdata normally or update an existing install:
|
||||
|
||||
- `--reinstall`: If there is an existing install, reinstall it instead of trying to update it. If there is not an existing install, install netdata normally.
|
||||
- `--reinstall-even-if-unsafe`: If there is an existing install, reinstall it instead of trying to update it, even if doing so is known to potentially break things (for example, if we cannot detect what tyep of installation it is). If there is not an existing install, install Netdata normally.
|
||||
- `--reinstall-even-if-unsafe`: If there is an existing install, reinstall it instead of trying to update it, even if doing so is known to potentially break things (for example, if we cannot detect what type of installation it is). If there is not an existing install, install Netdata normally.
|
||||
- `--reinstall-clean`: If there is an existing install, uninstall it before trying to install Netdata. Fails if there is no existing install.
|
||||
- `--uninstall`: Uninstall an existing installation of Netdata. Fails if there is no existing install.
|
||||
- `--claim-only`: If there is an existing install, only try to claim it without attempting to update it. If there is no existing install, install and claim Netdata normally.
|
||||
|
|
Loading…
Add table
Reference in a new issue