From 6ab12424e608a75a1dc7feba552230e4d0bdf9c9 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 5 Feb 2015 14:31:59 +0000 Subject: [PATCH] minor typo fixes --- Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod b/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod index 5a4ea42f..5c4af988 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod @@ -6,14 +6,14 @@ App::Netdisco::Manual::Troubleshooting - Tips and Tricks for Troubleshooting The C command has several debug flags which will show what's going on internally. Usually you always add C<-D> for general Netdisco -debugging, then C<-I> for L logging and C for SQL tracing. For +debugging, then C<-I> for L logging and C<-Q> for SQL tracing. For example: ~netdisco/bin/netdisco-do discover -d 192.0.2.1 -DIQ You will see that SNMPv2 community strings are hidden by default, to make the output safe for sending to Netdisco developers. To show the community string, -set the C envinronment variable: +set the C environment variable: SHOW_COMMUNITY=1 ~netdisco/bin/netdisco-do discover -d 192.0.2.1 -DIQ @@ -26,6 +26,8 @@ understood. Netdisco can dump any leaf or table, by name: ~netdisco/bin/netdisco-do show -d 192.0.2.1 -e interfaces ~netdisco/bin/netdisco-do show -d 192.0.2.1 -e Layer2::HP::interfaces +You can combine this with SNMP::Info debugging, shown above (C<-I>). + =head1 Interactive SQL terminal on the Netdisco Database Start an interactive terminal with the Netdisco PostgreSQL database. If you