Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

ppa-pc91245:mpod_scripts/clear_interlock.sh

 

#!/bin/bash
for j in `seq 5 8`;do for i in `seq  -w 00 15` ; do snmpset -v2c -m +WIENER-CRATE-MIB -c guru ppa-mpod1 outputSwitch.u$j$i i 10 ; done;done

Shutdown

Stop the Arduino monitor script on hpstracker (this is not necessary if you don't mind it sending alarm tweets).

...