move to archive, cleaning up for golive
This commit is contained in:
5
archive/CMDB/zenossScan.sh
Executable file
5
archive/CMDB/zenossScan.sh
Executable 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
|
||||
|
Reference in New Issue
Block a user