munin-merger ============ munin-merger can be used to merge munin-generated overview pages from different hosts together in order to get consolidated statistics of a whole network. The hosts can span across multiple domains, and the hosts of a single domain can be split across many munin hosts. Configuration ============= Create a configuration file using your favorite editor. Name it the way you want, but by default munin-merger expects it to be named urls.list (and located in the same dir as munin-merger). Use the -u option to specify a different config file name on the command line. The config file should have the following format: # Format: hostid;url firstmunin;http://www.example.com/munin/ anothermunin;http://munin.example2.net/ # Commented out line (will be ignored) yetanotherone;http://username:password@example3.org/munin/ The host id should be alphanumerical only. It is purely informative and will only be displayed by munin-merger in its output. It will not appear in the generated HTML page. The URL is the one munin-merger will use to fetch the overview page of the given host. If needed, you can add a hostname/password to the URL, and munin-merger will take care of the HTTP auth itself. Be careful that both the username and the password will be output in clear in the HTML page munin-merger will generate. Command-line options ==================== Usage: ./munin-merger [OPTIONS] Valid options: -o Defines the file to which munin-merger will output the HTML result. Default is stdout. -H The HTML header file will be prepended to the list of hosts. -F The HTML footer file will be appended to the list of hosts. -u The list of munin hosts URLs (see Configuration). License ======= Copyright (C) 2007 Vincent Tabard Based on an idea by Samuel Lesueur. munin-merger is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. munin-merger is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with munin-merger; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. See COPYING for the full GNU GPL license.