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 :
and line :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
thanks looking!code:ftp : ${alignr}${execi 30 cat /tmp/connects.out}
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.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Conky Help
Ubuntu
Comments
Post a Comment