monitoring/contrib/alfred_legacy_provider/get_macs.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

4 lines
164 B
Bash
Executable File

#!/bin/bash
/home/dominik/alfred_legacy_provider/list_old.sh 2>/dev/null | grep br-mesh | awk -F ' ' '{print $NF}' > /home/dominik/alfred_legacy_provider/macs.txt