Changes between Version 3 and Version 4 of howto/SetupXymonServer


Ignore:
Timestamp:
Oct 8, 2010, 10:25:22 PM (14 years ago)
Author:
fclaire@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/SetupXymonServer

    v3 v4  
    66 * Requires: MacPorts >= 1.9, xymon-server
    77
     8
    89== Introduction ==
    910
     
    1112
    1213The Xymon client software (port name "xymon") is collecting information on the host you want to monitor. It gathers everything into a report and sends it towards the Xymon server (port name "xymon-server") over TCP. The destination port to connect to the Xymon server is 1984 in reference to big brother http://en.wikipedia.org/wiki/Big_Brother_(Nineteen_Eighty-Four).
     14
    1315
    1416== Installation ==
     
    1921sudo port install xymon-server
    2022}}}
     23
    2124
    2225== Configuration ==
     
    9497
    9598
     99== Operate Xymon server ==
     100
     101The Xymon server can be stopped/started and restarted with the following command:
     102
     103{{{
     104$ sudo -u [xymon|_xymon] /opt/local/lib/xymon/server/hobbit.sh [stop|start|restart]
     105}}}
     106
    96107[wiki:howto <- Back to the HOWTO section]