diff options
| author | Paul Buetow <paul@buetow.org> | 2021-11-03 08:40:18 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-11-03 08:40:18 +0200 |
| commit | 98f385c8cd5a50b51ce7e99d9cbfe9175dbf5e5f (patch) | |
| tree | 3c19ceb9736f06eedd745d55f7218d8069e8d850 | |
| parent | 9ed130ef36b6737007a85e8fb655137254c1c591 (diff) | |
convert POD to TXT
| -rw-r--r-- | README.pod | 74 | ||||
| -rw-r--r-- | README.txt | 59 |
2 files changed, 59 insertions, 74 deletions
diff --git a/README.pod b/README.pod deleted file mode 100644 index d060e11..0000000 --- a/README.pod +++ /dev/null @@ -1,74 +0,0 @@ -=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 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 - <http://guprecords.buetow.org> + |
