Added option not to use configured logging in SMSD inject and monitor (bug #1539).
[gammu.git] / docs / man / gammu-smsd-monitor.1
blobce51efc0457ccf5ba091c618badececaaa35641d
1 .TH "GAMMU-SMSD-MONITOR" "1" "November 09, 2011" "1.30.91" "Gammu"
2 .SH NAME
3 gammu-smsd-monitor \- Monitor state of SMS daemon for Gammu
5 .nr rst2man-indent-level 0
7 .de1 rstReportMargin
8 \\$1 \\n[an-margin]
9 level \\n[rst2man-indent-level]
10 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
12 \\n[rst2man-indent0]
13 \\n[rst2man-indent1]
14 \\n[rst2man-indent2]
16 .de1 INDENT
17 .\" .rstReportMargin pre:
18 . RS \\$1
19 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
20 . nr rst2man-indent-level +1
21 .\" .rstReportMargin post:
23 .de UNINDENT
24 . RE
25 .\" indent \\n[an-margin]
26 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
27 .nr rst2man-indent-level -1
28 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
29 .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
31 .\" Man page generated from reStructeredText.
33 .SH SYNOPSIS
34 .sp
35 .nf
36 .ft C
37 gammu\-smsd\-monitor [OPTION]...
38 .ft P
39 .fi
40 .SH DESCRIPTION
41 .sp
42 This manual page documents briefly the \fBgammu\-smsd\-monitor\fP command.
43 .sp
44 \fBgammu\-smsd\-monitor\fP is a program that monitors state of Gammu SMS
45 Daemon. It periodically displays information about phone and number of
46 processed messages.
47 .sp
48 Program accepts following options (please note that long options might be not
49 accepted on some platforms):
50 .INDENT 0.0
51 .TP
52 .B \-h, \-\-help
53 Shows help.
54 .UNINDENT
55 .INDENT 0.0
56 .TP
57 .B \-v, \-\-version
58 Shows version information and compiled in features.
59 .UNINDENT
60 .INDENT 0.0
61 .TP
62 .B \-c, \-\-config=file
63 Configuration file to use, default is /etc/gammu\-smsdrc, on Windows there
64 is no default and configuration file path has to be always specified.
65 .UNINDENT
66 .INDENT 0.0
67 .TP
68 .B \-n, \-\-loops=count
69 Number of loops, by default monitor loops infinitely.
70 .UNINDENT
71 .INDENT 0.0
72 .TP
73 .B \-d, \-\-delay=seconds
74 Delay betwen polling SMSD state, default is 20 seconds.
75 .UNINDENT
76 .INDENT 0.0
77 .TP
78 .B \-C, \-\-csv
79 Print output in comma separated values format:
80 .sp
81 .nf
82 .ft C
83 client;phone ID;IMEI;sent;received;failed;battery;signal
84 .ft P
85 .fi
86 .UNINDENT
87 .INDENT 0.0
88 .TP
89 .B \-l, \-\-use\-log
90 Use logging as configured in config file.
91 .UNINDENT
92 .INDENT 0.0
93 .TP
94 .B \-L, \-\-no\-use\-log
95 Do not use logging as configured in config file (default).
96 .UNINDENT
97 .SH AUTHOR
98 Michal Čihař <michal@cihar.com>
99 .SH COPYRIGHT
100 2009-2011, Michal Čihař <michal@cihar.com>
101 .\" Generated by docutils manpage writer.
102 .\"