Thread: Conky Help
hey all, have conky setup includes ftp monitor. i'm kind of new @ conky. ftp monitor show ftp active in red , standby in orange. how can accomplished? edit : works except colors. have script here : code: #!/bin/sh # run ssh , ftp connections check # while true; if netstat -a |grep established|egrep 'ssh|ftp' echo ftp active > /tmp/connects.out else echo "standby" > /tmp/connects.out fi sleep 3m done and line : code: ftp : ${alignr}${execi 30 cat /tmp/connects.out} thanks looking! tcp_portmon port_begin port_end item (index) http://conky.sourceforge.net/docs.html here's port monitor script wrote conky, can use starting point. conky -c x.txt run it. attached files x.txt (3.6 kb, 3 views) ...