Skip to content

GNU Krell Monitors

by Cyril on octobre 8th, 2009

Exemple de mise en oeuvre sous Debian :

1. Sur le serveur :

apt-get install gkrellmd
nohup gkrellmd -u 3 -P 19190 -m 2 -a 127.0.0.1 -a seveur_IP &

2. Sur le client :

ssh -L 19191:serveur_IP:19190 serveur_IP
apt-get install gkrellm
gkrellm -f -s 127.0.0.1 -P 19191 &

3. Remarques :

On peut choisir 19192 pour un deuxième, …
RTFM pour le reste.

Most Commented Posts

From → System

No comments yet

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS