From: Dobrica Pavlinusic Date: Tue, 20 Mar 2018 11:00:04 +0000 (+0100) Subject: document which command to run to display fans status X-Git-Url: http://git.rot13.org/?p=dell-switch;a=commitdiff_plain;h=b0d7a2e05c5dfe0f85b3836ef52085d95e74ed8a document which command to run to display fans status --- diff --git a/README b/README index afb71eb..30ea7e8 100644 --- a/README +++ b/README @@ -12,3 +12,9 @@ that by setting NO_LOG enviroment variable like this: grep -A 1 sw-lib /etc/munin/munin.conf | grep 10.20 | awk '{ print $2 }' \ | NO_LOG=1 xargs -i ./dell-switch.pl 'snmp-server community public-or-not ro view Default' 'exit' 'copy running-config startup-config' + + +To use fans script first pull show system from all switches: + +./ips | xargs -i ./dell-switch.pl {} "show system" +