SUSE lets you start ksysguardd as a init.d process. It would be nice if Fedora supported that too. KSysGuardd is a daemon that lets ksysguard (the gui) monitor remote computers. A patch is available: http://developer.kde.org/~binner/distributor-patches/SUSE/10.1/kdebase3-3.5.1-69/ksysguardd.init Thanks.
ksysguard can monitor remote computer through ssh, launching ksysguardd on the remote machine if needed. What are the advantages to have ksysguardd launched by init? Is not there any security issue?!
The sensitive parts of ksysguardd are disabled when run as a daemon (the -d switch), but you're right; I can't think of any advantage to using the daemon over ssh=>ksysguardd