use fa
[www.git] / src / psensor / remote.adoc
1
2 = psensor remote monitoring
3 :docinfo2:
4
5 `psensor-server` is a minimalist Web server hosting
6 a JSON Web service which allows `psensor` to monitor a remote computer.
7
8 == Usage
9
10 `psensor-server` must be run on the monitored computer then run psensor
11 on the desktop computer with the following command line:
12
13 ----
14 psensor --url=server_hostname:3131
15 ----
16
17 `psensor-server` is included in the source package of `psensor`.
18
19 == Psensor Server Web Server
20
21 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.
22
23 image:http://wpitchoune.net/psensor/screenshots/psensor_server_20120326.png[]
24
25 == Security
26
27 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).