Changeset 1082
- Timestamp:
- 03/10/06 23:16:52 (5 years ago)
- Files:
-
- tags/1.3.3rc/INSTALL (modified) (3 diffs)
- tags/1.3.3rc/README (added)
- tags/1.3.3rc/README.api (deleted)
- tags/1.3.3rc/node/node.d/README (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/1.3.3rc/INSTALL
r1080 r1082 1 1 Munin consists of the main programs, and a node. The node runs on each of 2 2 the machines you want to collect data from. The main programs does the 3 collecting, draws the graphs, and creates the HTML pages. 3 collecting, draws the graphs, and creates the HTML pages. 4 4 5 5 To install the main programs: … … 8 8 - create the user "munin" 9 9 - make install-main 10 - create a cron-entry to run "munin-cron" as the user "munin" every 5 11 minutes. You might find cron files for your system in the 10 11 - create a cron-entry to run "munin-cron" as the user "munin" 12 every 5 minutes. You might find cron files for your system 13 under the build/dists subdirectory, or perhaps in the 12 14 build/resources directory. 13 15 … … 22 24 - make install-doc install-man 23 25 24 To install the client:26 To install a node: 25 27 26 28 - edit Makefile.config 27 29 - create the group "munin" 28 30 - make install-node install-node-plugins 29 - decide which plugins to use (quick auto-solution: 30 "munin-node-configure --shell | sh") 31 - start the client (you probably want an init-script for this) 31 - decide which plugins to use (quick auto-plug-and-play 32 solution: "munin-node-configure --shell | sh") 33 - start the node agent. You probably want an init-script for 34 this and you might find a good one under build/dists 32 35 33 36 Notes about node plugins 34 ------------------------ --37 ------------------------ 35 38 36 39 "make install-node-plugins" installs the plugins in LIBDIR (defined in 37 40 Makefile.config). Put the ones you want to use (or better yet, create 38 softlinks) in CONFDIR/ client.d/ . An easy way to do this, is the program39 "munin-node-configure", using the parameter "--shell". It will then 40 suggest commands to do this.41 softlinks) in CONFDIR/plugins/ . An easy way to do this, is the 42 program "munin-node-configure", using the parameter "--shell". It will 43 then suggest commands to do this. 41 44 42 Some of the plugins require some configuration to get running. An 43 example configuration file is found in the file "plugins.conf"; 45 Some of the plugins require some configuration to get running. Some 46 example configuration files (plugins.conf) is found under the 47 build/dists directory. 44 48 45 Many OSes and releases thereof have different ways of gathering data. A 46 lot of OSes still have none. If you create plugins for a system which is 47 not already in the package, please send us a copy of them, so we can add 48 them for others to use. We'd also be happy if you sent us any new plugins 49 on systems already in the package. 50 49 Many OSes and releases thereof have different ways of gathering data. 50 A lot of OSes still have none. If you create plugins for an OS/system 51 which is not already in the package, please send us a copy of them, so 52 we can add them for others to use. We'd also be happy if you sent us 53 any new plugins on systems already in the package.
