From 9e26198afe61c6d31a2b94114c250533a8a8e090 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 25 Jul 2017 10:09:44 -0400 Subject: [PATCH] Added note about NAPALM integration --- docs/installation/netbox.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/installation/netbox.md b/docs/installation/netbox.md index c7c2eb8ed..c6c492626 100644 --- a/docs/installation/netbox.md +++ b/docs/installation/netbox.md @@ -32,6 +32,11 @@ Python 2: # yum install -y gcc python2 python-devel python-pip libxml2-devel libxslt-devel libffi-devel graphviz openssl-devel ``` +!!! info + As of v2.1.0, NetBox supports integration with the [NAPALM automation](https://napalm-automation.net/) library. NAPALM allows NetBox to retrieve live data from devices and return it to a requester via its REST API. + + Installation of NAPALM is optional. To enable it, simply install the "napalm" package using your distribution's package manager. + You may opt to install NetBox either from a numbered release or by cloning the master branch of its repository on GitHub. ## Option A: Download a Release