diff --git a/src/data/nav.yml b/src/data/nav.yml index ee7fbd441..371a61fb6 100644 --- a/src/data/nav.yml +++ b/src/data/nav.yml @@ -12,6 +12,8 @@ url: '/collect-data/query-data-nrql' - title: Explore NerdGraph using the API Explorer url: '/collect-data/get-started-nerdgraph-api-explorer' + - title: Monitor your network devices with New Relic + url: '/collect-data/network-performance-monitoring' - title: Automate workflows icon: nr-automation url: '/automate-workflows' diff --git a/src/markdown-pages/collect-data/network-performance-monitoring.mdx b/src/markdown-pages/collect-data/network-performance-monitoring.mdx new file mode 100644 index 000000000..903ced5c3 --- /dev/null +++ b/src/markdown-pages/collect-data/network-performance-monitoring.mdx @@ -0,0 +1,46 @@ +--- +path: '/collect-data/network-performance-monitoring' +duration: '45 min' +title: 'Monitor your network devices with New Relic' +template: 'GuideTemplate' +description: 'Monitor your network devices with New Relic' +--- + + + +You’re an operations engineer relying on a network of SNMP-enabled devices. Your team already uses New Relic’s features for monitoring software and infrastructure, but it’s time to monitor your network devices as well. + +In this track, you use Kentik’s ktranslate library to automatically discover your network devices, gather data, and send that data to New Relic to correlate network performance with infrastructure, applications, and digital experiences. Then you use New Relic to monitor the health of your network. + + + +## Objectives + +- Poll SNMP data from network devices and send it to New Relic +- Sample network flow data and send it to New Relic +- Create a New Relic dashboard for monitoring your network devices +- Create a New Relic workload to logically group your devices and set up anomaly detection +- Use your new data to understand behaviors within your network + +## Requirements + +- A free New Relic account +- A full user with the Nerdpack modify user privilege + + + +This track utilizes an ephemeral virtual machine. As a result, finish the entire track in one sitting or you'll lose your progress when time expires. + + + +## Lab + + + +## Homework + +Well done! Now that you've gotten your feet wet using ktranslate and New Relic to monitor your network devices, here are some things you can do on your own as you prepare to monitor your real-life network: + +- Read "[Get started with Network Performance Monitoring](https://docs.newrelic.com/docs/network-performance-monitoring/get-started/npm-introduction/)" to learn how to get the most of New Relic's network performance monitoring +- Visit the [ktranslate GitHub repository](https://github.com/kentik/ktranslate) to learn how ktranslate works +- Read "[What is an entity?](https://docs.newrelic.com/docs/new-relic-one/use-new-relic-one/core-concepts/what-entity-new-relic/)" to learn more about New Relic entities and how to synthesize your own. This will help you get more mileage from your **Kentik default** entities.