smokeinfo - Man Page

poll smokeping site for numeric information

Synopsis

smokeinfo path/to/config.cfg [options]

  --start x                     rrd graph start time. (default now-24h)
                                
  --end y                       rrd graph end time. (default now)

  --filter pattern              search pattern for node selection

  --mode plain (default)        how to use the pattern
                                - plain
                                - recursive
                                - regexp

  --separator ; (default)

  --format %le (default)

  --no-head                      do not print a header

  --man                          show man-page and exit
  -h, --help                     display this help and exit
  --version                      output version information and exit

Description

SmokeInfo is a simple frontend to the Smokeping::Info module. It provides access to numeric data stored in the rrd files.

Note that --start and --end are passed directly to rrd graph. This means they work on the same syntax.

Examples

Get all data all nodes

 smokeinfo etc/config

Only show nodes directly under /Customers

 smokeinfo --filter=/Customers/ etc/config

Show all nodes under /Customers

 smokeinfo --mode=recursive --filter=/Customers/ etc/config

Show all nodes with '_wlan_' in the name

 smokeinfo --mode=regexp --filter=_wlan_ etc/config

See Also

smokeping(1)

License

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., 675 Mass Ave, Cambridge, MA 02139, USA.

Author

Tobi Oetiker <tobi@oetiker.ch>

History

 2009-01-05 to Initial Version

Info

2024-01-27 2.8.2 SmokePing