move to archive, cleaning up for golive

This commit is contained in:
2018-01-24 18:30:48 -06:00
parent 5f1be2380c
commit c1f552b269
92 changed files with 600 additions and 0 deletions

5
archive/CMDB/zenossScan.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
for subnet in $(cat subnets); do
zendisc run --now --monitor localhost --deviceclass /Discovered --parallel 8 --net $subnet
done