1SMOKEINFO(1) SmokePing SMOKEINFO(1)
2
3
4
6 smokeinfo - poll smokeping site for numeric information
7
9 smokeinfo path/to/config.cfg [options]
10
11 --start x rrd graph start time. (default now-24h)
12
13 --end y rrd graph end time. (default now)
14
15 --filter pattern search pattern for node selection
16
17 --mode plain (default) how to use the pattern
18 - plain
19 - recursive
20 - regexp
21
22 --separator ; (default)
23
24 --format %le (default)
25
26 --no-head do not print a header
27
28 --man show man-page and exit
29 -h, --help display this help and exit
30 --version output version information and exit
31
33 SmokeInfo is a simple frontend to the Smokeping::Info module. It
34 provides access to numeric data stored in the rrd files.
35
36 Note that --start and --end are passed directly to rrd graph. This
37 means they work on the same syntax.
38
39 Examples
40 Get all data all nodes
41
42 smokeinfo etc/config
43
44 Only show nodes directly under /Customers
45
46 smokeinfo --filter=/Customers/ etc/config
47
48 Show all nodes under /Customers
49
50 smokeinfo --mode=recursive --filter=/Customers/ etc/config
51
52 Show all nodes with '_wlan_' in the name
53
54 smokeinfo --mode=regexp --filter=_wlan_ etc/config
55
57 smokeping(1)
58
60 Copyright (c) 2009 by OETIKER+PARTNER AG. All rights reserved.
61
63 This program is free software; you can redistribute it and/or modify it
64 under the terms of the GNU General Public License as published by the
65 Free Software Foundation; either version 2 of the License, or (at your
66 option) any later version.
67
68 This program is distributed in the hope that it will be useful, but
69 WITHOUT ANY WARRANTY; without even the implied warranty of
70 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
71 General Public License for more details.
72
73 You should have received a copy of the GNU General Public License along
74 with this program; if not, write to the Free Software Foundation, Inc.,
75 675 Mass Ave, Cambridge, MA 02139, USA.
76
78 Tobi Oetiker <tobi@oetiker.ch>
79
81 2009-01-05 to Initial Version
82
83
84
852.8.2 2022-01-22 SMOKEINFO(1)