[MacPorts] howto/SetupXymonServer modified

MacPorts noreply at macports.org
Fri Oct 8 15:09:17 PDT 2010


Changed page "howto/SetupXymonServer" by fclaire at free.fr from 89.234.183.50*
Page URL: <https://trac.macports.org/wiki/howto/SetupXymonServer>
Diff URL: <https://trac.macports.org/wiki/howto/SetupXymonServer?action=diff&version=2>
Revision 2

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/SetupXymonServer
=========================================================================
--- howto/SetupXymonServer (version: 1)
+++ howto/SetupXymonServer (version: 2)
@@ -9,9 +9,11 @@
 
 Xymon is a tool for monitoring servers, applications and networks. It collects information about the health of your computers, the applications running on them, and the network connectivity between them. All of this information is presented in a set of simple, intuitive webpages that are updated frequently to reflect changes in the status of your systems.
 
+The 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).
+
 == Installation ==
 
-Install dovecot:
+Install Xymon server:
 
 {{{
 sudo port install xymon-server
@@ -57,16 +59,20 @@
 
 So the following commands should do it:
 {{{
-$ sudo mv /opt/local/lib/xymon/server/etc/hobbit-apache.conf /etc/apache2/sites/
+$ sudo mv /opt/local/lib/xymon/server/etc/hobbit-apache.conf /etc/apache2/(other|sites)/
 $ sudo /usr/sbin/apachectl restart
 }}}
 
-=== Step 3: ''Make user _xymon part of the admin group'' ===
+The apache2 configuration directory should be /etc/apache2/other/ on __Mac OS X__ and /etc/apache2/sites/ on __Mac OS X Server__.
+
+=== Step 3: ''Make Xymon user part of the admin group'' ===
 
 We achieve this with the Directory Service command line utility:
 {{{
 $ sudo dscl . -append /Groups/admin GroupMembership _xymon
 }}}
+
+Note: on old Mac OS the Xymon user should be "xymon"
 
 === Step 4: ''Start Xymon server'' ===
 
@@ -76,13 +82,15 @@
 $ sudo launchctl load -w /Library/LaunchDaemons/org.macports.xymon-server.plist
 }}}
 
+=== Step 5: ''Allow incoming connections on Xymon port 1984'' ===
+
 If your Mac OSX firewall is enabled, you'll be asked to allow xymon -> accept.
 
 On Mac OSX Server, make sure your ipfw rules will allow incoming TCP connections to port 1984.
 
-=== Step 5: ''Check the status of your Xymon server'' ===
+=== Step 6: ''Check the status of your Xymon server'' ===
 
-To view the Xymon webpages, go to http://localhost/xymon
+To view the Xymon webpages, wait 5 minutes to give Xymon time to generate the index page, open your web browser and go to http://localhost/xymon/
 
 
 [wiki:howto <- Back to the HOWTO section]

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on howto/SetupXymonServer. If it was not you, please
report to .


More information about the macports-changes mailing list