diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-20 00:21:29 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-20 00:21:29 +0200 |
| commit | f49acce6607207e40eb38855092bd4e42c28fa52 (patch) | |
| tree | 95a37eff11da10de9912da3d142bd216554f9081 | |
| parent | 36d9c53876362c3d98326150783d77dd4c13f00e (diff) | |
New release
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/guprecords.1 | 17 | ||||
| -rw-r--r-- | docs/guprecords.txt | 15 |
5 files changed, 27 insertions, 15 deletions
@@ -1 +1 @@ -0.1.8 +0.2.0 diff --git a/debian/changelog b/debian/changelog index e0c7409..ab1972e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +guprecords (0.2.0) stable; urgency=low + + * Add --nofqdn switch, displays only the hostnames and not the FQDNs + + -- Paul Buetow <paul@buetow.org> Fri, 20 Jun 2014 00:20:35 +0200 + guprecords (0.1.8) stable; urgency=low * Merge diff --git a/debian/files b/debian/files index 76e02a3..381de6f 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -guprecords_0.1.8_all.deb utils optional +guprecords_0.2.0_all.deb utils optional diff --git a/docs/guprecords.1 b/docs/guprecords.1 index 285285a..2fec179 100644 --- a/docs/guprecords.1 +++ b/docs/guprecords.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "GUPRECORDS 1" -.TH GUPRECORDS 1 "2014-03-02" "guprecords 0.1.8" "User Commands" +.TH GUPRECORDS 1 "2014-06-20" "guprecords 0.2.0" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -138,21 +138,24 @@ Shows uprecord stats of several hosts at once. guprecords [\-\-help] [\-\-total|\-\-all] [\-\-count=i] [\-\-indir=s] .SS "Parameters" .IX Subsection "Parameters" -.IP "\-\-help" 4 -.IX Item "--help" -Shows the help -.IP "\-\-total" 4 -.IX Item "--total" -Aggregates a total uptime for every single host. .IP "\-\-all" 4 .IX Item "--all" Shows every individual uptime of all hosts. .IP "\-\-count=i" 4 .IX Item "--count=i" Show i num of entries. Default is 23. +.IP "\-\-nofqdn" 4 +.IX Item "--nofqdn" +Don't display the FQDNs +.IP "\-\-help" 4 +.IX Item "--help" +Shows the help .IP "\-\-indir=s" 4 .IX Item "--indir=s" Read all the *.records files from dir s. Default is ./ +.IP "\-\-total" 4 +.IX Item "--total" +Aggregates a total uptime for every single host. .SS "Quick getting started" .IX Subsection "Quick getting started" \fIUptimed\fR diff --git a/docs/guprecords.txt b/docs/guprecords.txt index 3a92e54..dac01a6 100644 --- a/docs/guprecords.txt +++ b/docs/guprecords.txt @@ -7,21 +7,24 @@ NAME guprecords [--help] [--total|--all] [--count=i] [--indir=s] Parameters - --help - Shows the help - - --total - Aggregates a total uptime for every single host. - --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 |
