X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fpsensor%2Fremote.html;fp=www%2Fpsensor%2Fremote.html;h=4b2632bee6a0b5671c8882254b1545f0d34302af;hp=0000000000000000000000000000000000000000;hb=cb55b0999457d360be3bbd245eb9fd7c56f7ebb2;hpb=c6700abf7ede226b5183cd67bde28043866c4a32 diff --git a/www/psensor/remote.html b/www/psensor/remote.html new file mode 100644 index 0000000..4b2632b --- /dev/null +++ b/www/psensor/remote.html @@ -0,0 +1,71 @@ + + + + + + + +psensor remote monitoring + + + + + + + + +
+
+
+
+

psensor-server is a minimalist Web server hosting +a JSON Web service which allows psensor to monitor a remote computer.

+
+
+
+
+

Usage

+
+
+

psensor-server must be run on the monitored computer then run psensor +on the desktop computer with the following command line:

+
+
+
+
psensor --url=server_hostname:3131
+
+
+
+

psensor-server is included in the source package of psensor.

+
+
+
+
+

Psensor Server Web Server

+
+
+

In addition to psensor, you can also use any browser to view the information of the remote computer. Just open the URL: http://server_hostname:3131.

+
+
+

psensor server 20120326

+
+
+
+
+

Security

+
+
+

psensor-server does not provide any way to restrict the connection to the HTTP server, worst, no effort has been made against malicious HTTP attacks. You should make the psensor-server port available only to a network or computer you trust by using the usual network security tools of the system (for example, iptables).

+
+
+
+
+ + + \ No newline at end of file