• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

common/H22-Feb-2021-2,2491,479

contrib/H22-Feb-2021-1,5991,107

dev_scripts/H22-Feb-2021-15194

dists/H22-Feb-2021-6035

doc/H22-Feb-2021-3,9692,587

master/H03-May-2022-17,79812,245

node/H03-May-2022-10,4296,432

plugins/H22-Feb-2021-57,33240,425

resources/H03-May-2022-205135

t/H22-Feb-2021-10163

.codespell.excludeH A D22-Feb-2021105 32

.flake8H A D22-Feb-202185 43

.gitignoreH A D22-Feb-202193 1110

.perlcriticrcH A D22-Feb-2021770 3120

.travis.ymlH A D22-Feb-20211.9 KiB7268

Announce-2.0H A D22-Feb-20211.5 KiB4531

COPYINGH A D22-Feb-20211.7 KiB3227

ChangeLogH A D22-Feb-2021189 KiB5,0414,144

ChecklistH A D22-Feb-20211.6 KiB5637

HACKING.podH A D22-Feb-20212.5 KiB14879

INSTALLH A D22-Feb-202110.1 KiB306218

MakefileH A D03-May-202220 KiB560412

Makefile.configH A D03-May-20226 KiB17464

READMEH A D22-Feb-2021286 85

README.HP-UXH A D22-Feb-2021535 149

README.OSXH A D22-Feb-20211,012 3025

RELEASEH A D22-Feb-20217 21

UPGRADINGH A D22-Feb-20212.7 KiB7051

UPGRADING-1.4H A D22-Feb-20214.3 KiB10582

authorsH A D22-Feb-20212 KiB4241

cpanfileH A D22-Feb-20211.8 KiB6864

getversionH A D22-Feb-20212.7 KiB8444

install-shH A D22-Feb-20215.5 KiB252153

logo.epsH A D22-Feb-2021126.4 KiB

perltidyrcH A D22-Feb-20211.3 KiB4340

test-mktempH A D22-Feb-20212.2 KiB6820

README

1This is Munin.
2
3Munin is distributed under the GNU GPL version 2.  Munin is copyrighted
42002-2012 by its various authors as identified in the source files.
5
6Munin is homed at http://munin-monitoring.org/.  After you have completed
7the INSTALL all the documentation can be found there.
8

README.HP-UX

1There is a somewhat ragged set of contributed HP-UX specific plugins
2requiring various licenses.  We hope for further contributions to
3make the HP-UX support more complete.
4
5Please note that Makefile.config needs editing almost at the very end
6to work, the sections are commented.
7
8You will also need GNU Make which you can find here:
9
10Europe: http://hpux.asknet.de/hppd/hpux/Gnu/make-3.81/
11US and other places: http://hpux.cs.utah.edu/hppd/hpux/Gnu/make-3.81/
12
13Many thanks to Ralph Grothe for the contributions towards HP-UX support.
14

README.OSX

1Here's a howto on adding the users in the first place:
2
3bash-3.2# dscl . create /Groups/munin PrimaryGroupId 4949
4bash-3.2# dscl . create /Users/munin UniqueId 4949
5bash-3.2# dscl . create /Users/munin PrimaryGroupId 4949
6bash-3.2# dscl . create /Users/munin UserShell /bin/false
7bash-3.2# dscl . create /Users/munin NFSHomeDirectory /nohome
8bash-3.2# dscl . create /Users/munin RealName Munin
9bash-3.2# dscl . create /Groups/munin GroupMembership munin
10
11bash-3.2# dscl . -read /Users/munin
12dsAttrTypeNative:PrimaryGroupId: 4949
13dsAttrTypeNative:UniqueId: 4949
14AppleMetaNodeLocation: /Local/Default
15GeneratedUID: 2A56D7FE-00D0-4B81-BAE7-F842E675031D
16NFSHomeDirectory: /nohome
17RealName: Munin
18RecordName: munin
19RecordType: dsRecTypeStandard:Users
20UserShell: /bin/false
21
22bash-3.2# dscl . -read /Groups/munin
23dsAttrTypeNative:PrimaryGroupId: 4949
24AppleMetaNodeLocation: /Local/Default
25GeneratedUID: F53ACCA3-2CB9-440F-84A6-E2FADC44CB9E
26GroupMembership: munin
27RecordName: munin
28RecordType: dsRecTypeStandard:Groups
29
30