LegacyTechops/archive/CMDB/zenossScan.sh

6 lines
142 B
Bash
Executable File

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