-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
nxstat.1
103 lines (87 loc) · 2.79 KB
/
nxstat.1
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.TH NXSTAT 1 "09 Aug 2016"
.UC 4
.SH NAME
nxstat \- display status of NX-8/NX-8V/NX-8E Alarm Panel.
.SH SYNOPSIS
.B nxstat
[
.B options
]
.SH DESCRIPTION
.I nxstat
is a utlitiy to display "real-time" status of a alarm panel, that
is being monitored by nxgipd daemon.
By default nxstat shows detailed status of every partition configured on
the alarm panel. It can also display status of every zone and when they
were last tripped.
Additionally nxstat can be used to display the event log of the alarm
panel.
.SH OPTIONS
.PP
Options may be either the traditional POSIX one letter options, or the
GNU style long options. POSIX style options start with a single
``\-'', while GNU long options start with ``\-\^\-''.
Options offered by
.I nxstat
are the following:
.TP 0.6i
.B -c <configfile>, --conf=<configfile>
Specifies the pathname of the configuration file. If not used program
will look for
.I /etc/nxgipd.conf
.TP 0.6i
.B -C, --csv
Set output to CSV (Comma Separated Values) format. This makes it easy to parse output from this command by scripts, etc.
.TP 0.6i
.B -h, --help
Display short usage information and exit.
.TP 0.6i
.B -l, --log
Display full event log from the panel. (Assumes that nxgipd was
started with --log option).
.TP 0.6i
.B -l <n>, --log=<n>
Display last
.I n
entries of the panel event log.
.TP 0.6i
.B -p <n>, --partition=<n>
Display detaild partition status information. Valid partition numbers are 1..8.
.TP 0.6i
.B -r, --reverse
Reverse zone sort order. Useful when used with -z or -Z options.
.TP 0.6i
.B -s, --system
Display detailed alarm system status information.
.TP 0.6i
.B -v, --verbose
Enable more verbose output to stdout (when not running as daemon).
.TP 0.6i
.B -V, --version
Print program version and exit.
.TP 0.6i
.B -z, --zones
Display short (format) zone status information.
.TP 0.6i
.B -Z, --zones-long
Display long (format) zone status information. By default this displays only zones that nxgipd has detected
any fault(s) in the past. To display all zones use also option
.B -a
.SH "SEE ALSO"
nxgipd(1) nxcmd(1)
.SH AUTHOR
Timo Kokkonen <[email protected]>
.SH COPYING
Copyright (C) 2009-2016 Timo Kokkonen
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.