
WLanMonitor
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
cloakable
14 years ago
text x=50 y=152 sensor=program program="iwconfig eth2 | grep ESSID " interval=600000
to
text x=50 y=152 sensor=program program="iwconfig eth2 | grep ESSID | awk '{ print $4 }' " interval=600000
As the original command outputs
eth2 IEEE 802.11b/g ESSID:"EfyddWLAN" Nickname:"Broadcom 4306"
And the replacement command outputs
ESSID:"EfyddWLAN"
-just a hint :)
Report
psyphi
14 years ago
Report