LegacyTechops/CMDB/zenossScan.sh

6 lines
142 B
Bash
Raw Normal View History

2024-11-11 18:43:05 -06:00
#!/bin/bash
for subnet in $(cat subnets); do
zendisc run --now --monitor localhost --deviceclass /Discovered --parallel 8 --net $subnet
done