change docusaurus admonitions to our style of admonitions (#14917)
* change docusaurus admonitions to our style of admonitions * Apply suggestions from code review Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud> --------- Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud>
Fotis Voutsas committed
Apr 18, 2023 at 11:03 UTC
21ea06faf9b3d64d18e53b1333c656c6856e8e2d
7 files changed
+31
-48
aclk/README.md
+3
-6
@@ -9,13 +9,10 @@ The Cloud App lives at app.netdata.cloud which currently resolves to the followi
9
- 54.198.178.11
10
- 44.207.131.212
11
- 44.196.50.41
12
-
13
-:::caution
12
15
-This list of IPs can change without notice, we strongly advise you to whitelist following domains `api.netdata.cloud`, `mqtt.netdata.cloud`, if
16
-this is not an option in your case always verify the current domain resolution (e.g via the `host` command).
17
-
18
-:::
13
+> ### Caution
14
+>
15
+>This list of IPs can change without notice, we strongly advise you to whitelist following domains `api.netdata.cloud`, `mqtt.netdata.cloud`, if this is not an option in your case always verify the current domain resolution (e.g via the `host` command).
16
17
For a guide to connecting a node using the ACLK, plus additional troubleshooting and reference information, read our [connect to Cloud
18
documentation](https://github.com/netdata/netdata/blob/master/claim/README.md).
daemon/config/README.md
+3
-6
@@ -107,12 +107,9 @@ Please note that your data history will be lost if you have modified `history` p
107
| delete orphan hosts files | `yes` | Set to `no` to disable non-responsive host removal. |
108
| enable zero metrics | `no` | Set to `yes` to show charts when all their metrics are zero. |
109
110
-:::info
111
-
112
-The multiplication of all the **enabled** tiers `dbengine tier N update every iterations` values must be less than `65535`.
113
-
114
-:::
115
-
110
+> ### Info
111
+>
112
+>The multiplication of all the **enabled** tiers `dbengine tier N update every iterations` values must be less than `65535`.
113
114
### [directories] section options
115
docs/cloud/manage/plans.md
+6
-8
@@ -6,14 +6,12 @@ At Netdata, we believe in providing free and unrestricted access to high-quality
6
7
We also provide paid subscriptions that designed to provide additional features and capabilities for businesses that need tighter and customizable integration of the free monitoring solution to their processes. These are divided into three different plans: **Pro**, **Business**, and **Enterprise**. Each plan will offers a different set of features and capabilities to meet the needs of businesses of different sizes and with different monitoring requirements.
8
9
-:::note
10
-To not disrupt current users space's access rights we will be keeping their current plan as the **Early Bird** plan. The reason for this is to allow users to
11
-keep using the legacy **Member** role with the exact same permissions as it has currently.
12
-
13
-If you move from the **Early Bird** plan to a paid plan, you will not be able to return to the **Early Bird** plan again. The **Community** free plan will always be available to you, but it does not allow
14
-you to invite or change users using the Member role. See more details on our [roles and plans](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/role-based-access.md#what-roles-are-available) documentation.
15
-
16
-:::
9
+> ### Note
10
+> To not disrupt the existing space user's access rights we will keep them in the **Early Bird** plan. The reason for this is to allow users to
11
+> keep using the legacy **Member** role with the exact same permissions as it has currently.
12
+>
13
+> If you move from the **Early Bird** plan to a paid plan, you will not be able to return to the **Early Bird** plan again. The **Community** free plan will always be available to you, but it does not allow
14
+> you to invite or change users using the Member role. See more details on our [roles and plans](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/role-based-access.md#what-roles-are-available) documentation.
15
16
### Plans
17
docs/cloud/spaces.md
+3
-2
@@ -62,8 +62,9 @@ will open a side tab in which you can:
62
63
6. _Manage your bookmarks*_, click on the **Bookmarks** tab to add or remove bookmarks that you need.
64
65
-:::note \* This action requires admin rights for this space
66
-:::
65
+> ### Note
66
+>
67
+> \* This action requires admin rights for this space
68
69
## Obsoleting offline nodes from a Space
70
docs/cloud/visualize/interact-new-charts.md
+4
-8
@@ -185,14 +185,10 @@ following:
185
* Trimmed Mean `*`
186
* Percentile `**`
187
188
-:::info
189
-
190
-- `*` For **Trimmed Median and Mean** you can choose the percentage of data tha you want to focus on: 1%, 2%, 3%, 5%,
191
- 10%, 15%, 20% and 25%.
192
-- `**` For **Percentile** you can specify the percentile you want to focus on: 25th, 50th, 75th, 80th, 90th, 95th, 97th,
193
- 98th and 99th.
194
-
195
-:::
188
+> ### Info
189
+>
190
+> - `*` For **Trimmed Median and Mean** you can choose the percentage of data tha you want to focus on: 1%, 2%, 3%, 5%, 10%, 15%, 20% and 25%.
191
+> - `**` For **Percentile** you can specify the percentile you want to focus on: 25th, 50th, 75th, 80th, 90th, 95th, 97th, 98th and 99th.
192
193
For more details on each, you can refer to our Agent's HTTP API details
194
on [Data Queries - Data Grouping](https://github.com/netdata/netdata/blob/master/web/api/queries/README.md#data-grouping).
docs/guides/troubleshoot/troubleshooting-agent-with-cloud-connection.md
+8
-12
@@ -48,12 +48,10 @@ and you must do it manually, using the following steps:
48
49
3. Retry the kickstart claiming process.
50
51
-:::note
52
-
53
-In some cases a simple restart of the Agent can fix the issue.
54
-Read more about [Starting, Stopping and Restarting the Agent](https://github.com/netdata/netdata/blob/master/docs/configure/start-stop-restart.md).
55
-
56
-:::
51
+> ### Note
52
+>
53
+> In some cases a simple restart of the Agent can fix the issue.
54
+> Read more about [Starting, Stopping and Restarting the Agent](https://github.com/netdata/netdata/blob/master/docs/configure/start-stop-restart.md).
55
56
## Claiming on an older, deprecated version of the Agent
57
@@ -109,9 +107,7 @@ To verify this:
107
main-ingress-545609a41fcaf5d6.elb.us-east-1.amazonaws.com has address 44.196.50.41
108
```
109
112
- :::info
113
-
114
- There will be cases in which the firewall restricts network access. In those cases, you need to whitelist `api.netdata.cloud` and `mqtt.netdata.cloud` domains to be able to see your nodes in Netdata Cloud.
115
- If you can't whitelist domains in your firewall, you can whitelist the IPs that the above command will produce, but keep in mind that they can change without any notice.
116
-
117
- :::
110
+ > ### Info
111
+ >
112
+ > There will be cases in which the firewall restricts network access. In those cases, you need to whitelist `api.netdata.cloud` and `mqtt.netdata.cloud` domains to be able to see your nodes in Netdata Cloud.
113
+ > If you can't whitelist domains in your firewall, you can whitelist the IPs that the above command will produce, but keep in mind that they can change without any notice.
packaging/installer/README.md
+4
-6
@@ -87,12 +87,10 @@ To install, copy the script, paste it into your node's terminal, and hit `Enter`
87
</TabItem>
88
</Tabs>
89
90
-:::note
91
-If you plan to also claim the node to Netdata Cloud,
92
-make sure to replace `YOUR_CLAIM_TOKEN` with the claim token of your space,
93
-and `YOUR_ROOM_ID` with the ID of the room you are willing to claim to.
94
-You can leave the room id blank to have your node claimed to the default "All nodes" room.
95
-:::
90
+> ### Note
91
+>
92
+> 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.
93
+> You can leave the room id blank to have your node claimed to the default "All nodes" room.
94
95
Jump down to [what's next](#whats-next) to learn how to view your new dashboard and take your next steps monitoring and
96
troubleshooting with Netdata.