logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

smokeinfo - poll smokeping site for numeric information

Author

       Tobi Oetiker <tobi@oetiker.ch>

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/smokeping/config

       Only show nodes directly under /Customers

        smokeinfo --filter=/Customers/ /etc/smokeping/config

       Show all nodes under /Customers

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

       Show all nodes with '_wlan_' in the name

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

History

        2009-01-05 to Initial Version

2.8.2                                              2024-02-04                                       SMOKEINFO(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.

Name

       smokeinfo - poll smokeping site for numeric information

See Also

smokeping(1)

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

See Also