diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-22 11:30:05 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-22 11:30:05 +0200 |
| commit | 16e255ba87acc54c41d522b7c45d6a25c021d55e (patch) | |
| tree | c00642054080c01c49b705d679ace2e2df3cb65c /README.pod | |
| parent | bf770a68163165aa4eb7b6067d41f18fb7a65b17 (diff) | |
New release
Diffstat (limited to 'README.pod')
| -rw-r--r-- | README.pod | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/README.pod b/README.pod new file mode 100644 index 0000000..d060e11 --- /dev/null +++ b/README.pod @@ -0,0 +1,74 @@ +=head1 NAME + +guprecords - Global uptime records + +Shows uprecord stats of several hosts at once. + +=head2 Synopsis + +guprecords [--help] [--total|--all] [--count=i] [--indir=s] + +=head2 Parameters + +=over + +=item --all + +Shows every individual uptime of all hosts. + +=item --count=i + +Show i num of entries. Default is 23. + +=item --nofqdn + +Don't display the FQDNs + +=item --help + +Shows the help + +=item --indir=s + +Read all the *.records files from dir s. Default is ./ + +=item --total + +Aggregates a total uptime for every single host. + +=back + + +=head2 Quick getting started + +=head3 Uptimed + +Firstival, you need to collect uprecords using the uptimed deaemon. To install it run: + + sudo aptitude install uptimed + +Please consult the L<uptimed> and L<uprecords> manpages. Please ensure to understand how it works and what it does. + +uptimed collects uprecords to + + /var/spool/uptimed/records + +And this file is used by guprecords for further processing. + +=head3 Collect all the uprecords + +You may have several hosts with uptimed running already. Collect all the records file to a central repository (e.g. git). Name each file FQDN.records and run + + guprecords --indir ./ + +You may automate the collecting of all the uprecords using something like cron or puppet. + +=head1 LICENSE + +See package description or project website. + +=head1 AUTHOR + +Paul Buetow - <http://guprecords.buetow.org> + +=cut |
