monitoring/contrib/alfred_legacy_provider/crawl_all.sh
Dominik Heidler b3a0131b63 Add alfred_leagcy_provider
It gets a list of pre-0.5.1 routers from netmon mysql db,
crawls them and sends the results to a (patched) alfred master.
2016-02-29 19:16:49 +01:00

7 lines
160 B
Bash
Executable File

#!/bin/bash
for mac in `cat /home/dominik/alfred_legacy_provider/macs.txt` ; do
echo "Crawling $mac"
/home/dominik/alfred_legacy_provider/crawl.py $mac
done