From: Michael R. <re...@eu...> - 2001-10-04 06:19:39
|
Hello Thomas, > Hallo Liste This is an english speaking list. > ist es vielleicht m=F6glich die festplattenauslastung anzuzeigen oder d= ie aktuelle ip ? I'm translating: The question was wether it is possible to display hard disk space usage and IP adress. The answer is: There are no clients for either of this. Both can be achieved using plugins (the %x token). You have to find a way to extract the IP adress, for example: /sbin/ifconfig eth0 | grep 'inet addr' | cut -d':' -f2 | cut -d' ' -f1 bye, Michael --=20 netWorks Vox: +43 316 698260 Michael Reinelt Fax: +43 316 692343 Geisslergasse 4 GSM: +43 676 3079941 A-8045 Graz, Austria e-mail: re...@eu... |