# HG changeset patch # User Pascal Bellard # Date 1207645132 0 # Node ID 0d7aff1e5225086359a982009691725b0fbaf7e2 # Parent 3e06a6838849259a9ba7ef6bde10f435812096ac netbox: add servers status diff -r 3e06a6838849 -r 0d7aff1e5225 tinyutils/netbox --- a/tinyutils/netbox Tue Apr 08 08:43:44 2008 +0000 +++ b/tinyutils/netbox Tue Apr 08 08:58:52 2008 +0000 @@ -20,7 +20,7 @@ # active connections. # export IFCONFIG=' - + + + + + + + for i in dropbear tftpd udhcpd dnsd rsync lighttpd ; do ps w | grep $i | grep -v grep; done + +