aboutsummaryrefslogtreecommitdiff
path: root/doc/ping903.8
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-02-14 12:55:04 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-02-14 15:31:19 +0200
commita744738cb14e7d0c9cb5d4ea6d64247db5a8822c (patch)
treee8359c41040a8aa9ff338d7ba1d141da7f318f53 /doc/ping903.8
parent4263bf8b57b7d8a0b5f73a586c55e9ee2a07b6ca (diff)
downloadping903-a744738cb14e7d0c9cb5d4ea6d64247db5a8822c.tar.gz
ping903-a744738cb14e7d0c9cb5d4ea6d64247db5a8822c.tar.bz2
Version 0.2v0.2
* NEWS: Update. * README: Update. * THANKS: Update. * doc/ping903.8: Spell checking. * doc/ping903q.1: Likewise. * src/Makefile.am: Distribute ping903.conf * src/ping903.h (HOST_STAT_INIT) (HOST_STAT_VALID,HOST_STAT_PENDING) (HOST_STAT_INVALID): New constants. (host_stat): New member "status". (host_stat_is_valid): Rewrite using status. * src/ping903q.c: "status" is string now. Handle particular values. * src/pinger.c: Maintain current status of each host_stat structure in the status member. (host_stat): Mark object as valid. (host_reset): Update status. (get_host_stat): Report object validity in the "validity" member, and its current status in "status" (string). * src/json.c: Implement json_value_copy. * src/json.h (json_value_copy): New proto. * src/ping903.c (ept_config): Return particular setting, if so requested.
Diffstat (limited to 'doc/ping903.8')
-rw-r--r--doc/ping903.86
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ping903.8 b/doc/ping903.8
index b18bd54..0649aa2 100644
--- a/doc/ping903.8
+++ b/doc/ping903.8
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Ping903. If not, see <http://www.gnu.org/licenses/>.
-.TH PING903 8 "February 13, 2020" "PING903" "System Administration"
+.TH PING903 8 "February 14, 2020" "PING903" "System Administration"
.SH NAME
ping903 \- high-performance ICMP monitoring daemon
.SH SYNOPSIS
@@ -28,7 +28,7 @@ predefined number of ICMP requests sent with certain interval between
them. Probes are repeated periodically.
.PP
The round-trip statistics is collected for each host and is available
-for querying via RESTful API. A separate querying utility
+for querying via REST API. A separate querying utility
.BR ping903q (1)
is provided, which allows the user to request the information about
each particular host, or all monitored hosts at once.
@@ -44,7 +44,7 @@ The monitoring process, in turn, is responsible for periodic polling
of the configured hosts, maintaining the statistics information and
answering the REST requests.
.PP
-The progam logs its activities using syslog channel \fBdaemon\fR.
+The program logs its activities using syslog channel \fBdaemon\fR.
.PP
The list of IP addresses to monitor is supplied by an \fIip\-list\fR
file specified in the configuration. Probes for each IP from the list

Return to:

Send suggestions and report system problems to the System administrator.