Added option not to use configured logging in SMSD inject and monitor (bug #1539).
[gammu.git] / docs / manual / smsd / monitor.rst
blob9047e50b7e92d14a29ab997ac1bc9dba407921b3
1 .. _gammu-smsd-monitor:
3 gammu-smsd-monitor
4 ==================
6 .. program:: gammu-smsd-monitor
8 Synopsis
9 --------
11 .. code-block:: text
13     gammu-smsd-monitor [OPTION]...
15 Description
16 -----------
18 This manual page documents briefly the :program:`gammu-smsd-monitor` command.
20 :program:`gammu-smsd-monitor` is a program that monitors state of Gammu SMS
21 Daemon. It periodically displays information about phone and number of
22 processed messages.
24 Program accepts following options (please note that long options might be not
25 accepted on some platforms):
27 .. option:: -h, --help
29     Shows help.
31 .. option:: -v, --version
33     Shows version information and compiled in features.
35 .. option:: -c, --config=file
37     Configuration file to use, default is /etc/gammu-smsdrc, on Windows there
38     is no default and configuration file path has to be always specified.
40 .. option:: -n, --loops=count
42     Number of loops, by default monitor loops infinitely.
44 .. option:: -d, --delay=seconds
46     Delay betwen polling SMSD state, default is 20 seconds.
48 .. option:: -C, --csv
50     Print output in comma separated values format:
52     .. code-block:: text
54         client;phone ID;IMEI;sent;received;failed;battery;signal
56 .. option:: -l, --use-log
58     Use logging as configured in config file.
60 .. option:: -L, --no-use-log
62     Do not use logging as configured in config file (default).