Codebase list xymon / 5879759
Add a debian-specific README.encryption Axel Beckert 8 years ago
4 changed file(s) with 41 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Encypting the Traffic between Xymon Client and Server
1 =====================================================
2
3 If you want to encrypt the reporting traffic between Xymon client and
4 server, you can use stunnel (Debian package `stunnel4`).
5
6 Stunnel Configuration
7 ---------------------
8
9 Besides the normal stunnel configuration, you need the according
10 tunnel entries in `/etc/stunnel/stunnel.conf`.
11
12 (If you like, you can also use a different names for the connection,
13 e.g. `xymons` or a differnt port number, but 1983 seems the proper
14 "not yet 1984" port number. Of course, the port number should be the
15 same on client and server side.)
16
17 ### Stunnel Client Side Configuration
18
19 [bbs]
20 accept = 127.0.0.1:1984
21 connect = sym.noone.org:1983
22 client = yes
23
24 ### Stunnel Server Side Configuration
25
26 [bbs]
27 accept = 1983
28 connect = 1984
29
30 ### Further documentation
31
32 See the section
33 [Encryption and Tunnelling](https://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide#Encryption_and_Tunnelling)
34 in the
35 [Administration Guide for System Monitoring with Xymon](https://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide)
36 at Wikibooks for a more detailed (and not Debian-specific)
37 documentation.
22 * New upstream release
33 + Drop cherry-picked 25_fix_4.3.22_process_graph_regression.patch.
44 + Refresh 78_fix_manpage_syntax_errors.patch.
5 * Add a debian-specific README.encryption.
56
67 -- Axel Beckert <abe@debian.org> Fri, 13 Nov 2015 13:24:24 +0100
78
00 docs/upgrade-to-430.txt
11 docs/Renaming-430.txt
2 debian/README.encryption
00 docs/upgrade-to-430.txt
11 docs/Renaming-430.txt
22 xymond/etcfiles/xymonserver-migration.cfg
3 debian/README.encryption