From eb665dbbef7a2c9556ef0e0be1cede28b4ed6d38 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 19 Feb 2015 13:31:17 +0000 Subject: [PATCH] add docs for graph dependencies to netdisco-do --- Netdisco/Changes | 6 ++++++ Netdisco/bin/netdisco-do | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Netdisco/Changes b/Netdisco/Changes index 11a067f2..d783d6a9 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,9 @@ +2.031008 - 2015-02-18 + + [BUG FIXES] + + * Add documentation to netdisco-do for all/*walk and graph + 2.031007 - 2015-02-18 [BUG FIXES] diff --git a/Netdisco/bin/netdisco-do b/Netdisco/bin/netdisco-do index fad3d0f9..bc7aee73 100755 --- a/Netdisco/bin/netdisco-do +++ b/Netdisco/bin/netdisco-do @@ -323,6 +323,12 @@ Run an nbtstat for all known nodes. Generate GrapgViz graphs for the largest cluster of devices. +You'll need to install the L and L Perl modules, +and possibly also the C utility for your operating system. + + ~netdisco/bin/localenv cpanm Graph::Undirected + ~netdisco/bin/localenv cpanm GraphViz + =head2 show Dump the content of an SNMP MIB leaf, which is useful for diagnostics and