aboutsummaryrefslogtreecommitdiffstats
path: root/man/pinguctl.8.in
blob: dce74a6f6567f66d8a448c116cd1c28b923d5351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.Dd October 19, 2011
.Dt PINGUCTL 8 Linux
.Os

.Sh NAME
.Nm pinguctl
.Nd pingu administration client

.Sh SYNOPSIS
.Nm
.Op Fl a SOCKETPATH
.Op Ar command ...

.Sh DESCRIPTION
Connects to a running pingu daemon and query status information.
.Bl -tag -width indent
.It Fl a
Use SOCKETPATH as administration socket instead of the default @DEFAULT_ADM_SOCKET@
.El

.Sh COMMANDS
The following commands are valid:
.Bl -tag -width indent
.It Ar gateway-status
Show the status of the gateways.
.It Ar host-status
Show the status of the hosts.
.El


.Sh FILES
@DEFAULT_ADM_SOCKET@

.Sh AUTHORS
.An Natanael Copa
.Aq ncopa@alpinelinux.org