[MacPorts] howto/SetupXymonServer modified

MacPorts noreply at macports.org
Tue Nov 16 09:03:04 PST 2010


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

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/SetupXymonServer
=========================================================================
--- howto/SetupXymonServer (version: 4)
+++ howto/SetupXymonServer (version: 5)
@@ -5,6 +5,7 @@
  * Audience: Advanced sysadmins
  * Requires: MacPorts >= 1.9, xymon-server
 
+----
 
 == Introduction ==
 
@@ -12,6 +13,7 @@
 
 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 ==
 
@@ -21,6 +23,19 @@
 sudo port install xymon-server
 }}}
 
+== Variants ==
+
+=== SNMP ===
+
+There's only one variant available for the moment: snmp. It provides undocumented and experimental SNMP support within xymon. This variant is disabled by default. To enable it:
+
+{{{
+sudo port install xymon-server +snmp
+}}}
+
+You may search the Internet for "hobbit-snmpcollect", "xymon-snmpcollect", "hobbit-snmphosts.cfg" or "xymon-snmphosts.cfg" for more info about it. There's also an introduction here: http://www.xymon.com/archive/2008/01/msg00378.html
+
+----
 
 == Configuration ==
 
@@ -28,7 +43,7 @@
 
 === Step 1: ''Tune the number of shared message queues'' ===
 
-Xymon server needs at least 9 IPC message queues to run. Unfortunately Mac OS X ships with a default max of 8.
+Xymon server needs at least 9 IPC message queues to run. Unfortunately Mac OS X 10.6 ships with a default max of 8.
 
 Check how much shared segments a process can use on your system:
 {{{
@@ -55,14 +70,14 @@
 
 Xymon "make install" ends with:
 
-You must configure your webserver for the Hobbit webpages and CGI-scripts.
-A sample Apache configuration is in /opt/local/lib/xymon/server/etc/hobbit-apache.conf
+You must configure your webserver for the Xymon webpages and CGI-scripts.
+A sample Apache configuration is in /opt/local/lib/xymon/server/etc/xymon-apache.conf
 If you have your Administration CGI scripts in a separate directory,
 then you must also setup the password-file with the htpasswd command.
 
 So the following commands should do it:
 {{{
-$ sudo mv /opt/local/lib/xymon/server/etc/hobbit-apache.conf /etc/apache2/(other|sites)/
+$ sudo mv /opt/local/lib/xymon/server/etc/xymon-apache.conf /etc/apache2/(other|sites)/
 $ sudo /usr/sbin/apachectl restart
 }}}
 
@@ -95,13 +110,17 @@
 
 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/
 
+----
 
 == Operate Xymon server ==
 
 The Xymon server can be stopped/started and restarted with the following command:
 
 {{{
-$ sudo -u [xymon|_xymon] /opt/local/lib/xymon/server/hobbit.sh [stop|start|restart]
+$ sudo -u [xymon|_xymon] /opt/local/lib/xymon/server/xymon.sh [stop|start|restart]
 }}}
 
+----
+
+
 [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