GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SMOKEINFO(1) SmokePing SMOKEINFO(1)

smokeinfo - poll smokeping site for numeric information

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

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.

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

smokeping(1)

Copyright (c) 2009 by OETIKER+PARTNER AG. All rights reserved.

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.

Tobi Oetiker <tobi@oetiker.ch>

 2009-01-05 to Initial Version
2025-02-19 2.9.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.