cloud.mdx 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. ---
  2. title: "Netdata Cloud docs"
  3. description: "Netdata Cloud is real-time visibility for entire infrastructures. View key metrics, insightful charts, and active alarms from all your nodes."
  4. custom_edit_url: "https://github.com/netdata/learn/blob/master/docs/cloud.mdx"
  5. ---
  6. import { Grid, Box, BoxList, BoxListItem } from '@site/src/components/Grid/'
  7. import { RiExternalLinkLine } from 'react-icons/ri'
  8. This is the documentation for the Netdata Cloud web application, which works in parallel with the open-source Netdata
  9. monitoring agent to help you monitor your entire infrastructure [for free <RiExternalLinkLine className="inline-block"
  10. />](https://netdata.cloud/pricing/) in real time and troubleshoot problems that threaten the health of your
  11. nodes before they occur.
  12. Netdata Cloud requires the open-source [Netdata](/docs/) monitoring agent, which is the basis for the metrics,
  13. visualizations, and alarms that you'll find in Netdata Cloud. Every time you view a node in Netdata Cloud, its metrics
  14. and metadata are streamed to Netdata Cloud, then proxied to your browser, with an infrastructure that ensures [data
  15. privacy <RiExternalLinkLine className="inline-block" />](https://netdata.cloud/privacy/).
  16. Read [_What is Netdata?_](https://github.com/netdata/netdata/blob/master/docs/overview/what-is-netdata.md) for details about how Netdata and Netdata Cloud work together
  17. and how they're different from other monitoring solutions, or the
  18. [FAQ <RiExternalLinkLine className="inline-block" />](https://community.netdata.cloud/tags/c/general/29/faq) for answers to common questions.
  19. <Grid columns="1" className="mb-16">
  20. <Box
  21. to="/docs/cloud/get-started"
  22. title="Get started with Netdata Cloud"
  23. cta="Go"
  24. image={true}>
  25. Ready to get real-time visibility into your entire infrastructure? This guide will help you get started on Netdata Cloud, from signing in for a free account to connecting your nodes.
  26. </Box>
  27. </Grid>
  28. ## Learn about Netdata Cloud's features
  29. <Grid columns="2">
  30. <Box
  31. title="Spaces and War Rooms">
  32. <BoxList>
  33. <BoxListItem to="/docs/cloud/spaces" title="Spaces" />
  34. <BoxListItem to="/docs/cloud/war-rooms" title="War Rooms" />
  35. </BoxList>
  36. </Box>
  37. <Box
  38. title="Dashboards">
  39. <BoxList>
  40. <BoxListItem to="/docs/cloud/visualize/overview" title="Overview" />
  41. <BoxListItem to="/docs/cloud/visualize/nodes" title="Nodes view" />
  42. <BoxListItem to="/docs/cloud/visualize/kubernetes" title="Kubernetes" />
  43. <BoxListItem to="/docs/cloud/visualize/dashboards" title="Create new dashboards" />
  44. </BoxList>
  45. </Box>
  46. <Box
  47. title="Alerts and notifications">
  48. <BoxList>
  49. <BoxListItem to="/docs/cloud/alerts-notifications/view-active-alerts" title="View active alerts" />
  50. <BoxListItem to="/docs/cloud/alerts-notifications/smartboard" title="Alerts Smartboard" />
  51. <BoxListItem to="/docs/cloud/alerts-notifications/notifications" title="Alert notifications" />
  52. </BoxList>
  53. </Box>
  54. <Box
  55. title="Troubleshooting with Netdata Cloud">
  56. <BoxListItem to="/docs/cloud/insights/metric-correlations" title="Metric Correlations" />
  57. </Box>
  58. <Box
  59. title="Management and settings">
  60. <BoxList>
  61. <BoxListItem to="/docs/cloud/manage/sign-in" title="Sign in with email, Google, or GitHub" />
  62. <BoxListItem to="/docs/cloud/manage/invite-your-team" title="Invite your team" />
  63. <BoxListItem to="/docs/cloud/manage/themes" title="Choose your Netdata Cloud theme" />
  64. </BoxList>
  65. </Box>
  66. </Grid>