From 98f385c8cd5a50b51ce7e99d9cbfe9175dbf5e5f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 3 Nov 2021 08:40:18 +0200 Subject: convert POD to TXT --- README.txt | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..dac01a6 --- /dev/null +++ b/README.txt @@ -0,0 +1,59 @@ +NAME + guprecords - Global uptime records + + Shows uprecord stats of several hosts at once. + + Synopsis + guprecords [--help] [--total|--all] [--count=i] [--indir=s] + + Parameters + --all + Shows every individual uptime of all hosts. + + --count=i + Show i num of entries. Default is 23. + + --nofqdn + Don't display the FQDNs + + --help + Shows the help + + --indir=s + Read all the *.records files from dir s. Default is ./ + + --total + Aggregates a total uptime for every single host. + + Quick getting started + Uptimed + Firstival, you need to collect uprecords using the uptimed deaemon. To + install it run: + + sudo aptitude install uptimed + + Please consult the uptimed and 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. + + 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. + +LICENSE + See package description or project website. + +AUTHOR + Paul Buetow - + -- cgit v1.2.3