Remstats Home


  About remstats
  Release Notes
  FAQ
  Conventions
  Prerequisites
  Installation
  Configuration
  Configuration Tools
  Servers
  Collectors
  Updater
  Monitors
      alerter
  pagemakers
  run-remstats2
  CGIs
  troubleshooting
  do-traceroutes
  Miscellany
      alerter
      availability-report
      convert-config-links
      files
      functions
      genindex
      genmenu
      htmlpod
      lockfile
      podhtml
      podlatex
      podpdf
      remstats-backup
      remstats-cleanup
      remstats-version
      rename-host
      rrd-report
      rt-updater
  Thank-you
  Index


Live Data

Remstats was written by Thomas Erskine at the CRC in Canada and now looking for work.

[Top] [Prev] [Next]

availability-report

Usage:

availability-report version 1.28 from remstats 1.0.13a
usage: availability-report [options]
where options are:
    -c      use colors in the output
    -d ddd  set debugging output to level 'ddd'
    -f fff  set config-dir to 'fff' [/home/groups/r/re/remstats/etc/config]
    -h      show this help
    -H HHH  show only hosts HHH (comma-separated list) [all]
    -G GGG  show only groups GGG (comma-separated list) [all]
    -R RRR  show only rrds RRR (comma-separated list) [all]
    -g      show group summary
    -t ttt  availability for time-period ttt (start,finish)

Description:

This is mainly intended to be called from availability-report.cgi. It provided a report on "availability" of specified RRD variables, by default, all that have definitions in the availability config-file. Exactly what it means for a variable to be "available" is up to you. It's intended to give some measure of when a host or service isn't useable, so, e.g. the default definition of availability for the ping RRD variable rcvd (number of ping responses received) is:

	ping rcvd MINIMUM > 0

In english, the rcvd variable is considered unavailable if:

	- it is less than or equal to zero (I.E. it didn't respond to ping)
	- there is no data available for that time period

N.B.: The interaction between rrd archive consolidation and the xff value, (see rrdcreate), can result in longer periods of unavailability or conversely, masking periods of unavailability. Choose the consolidation function carefully to make sure you're getting the best data possible.


[Top] [Remstats] [SourceWorks] [RRDtool] [SourceForge]
Last updated Fri May 30 13:50:42 PDT 2003 by <terskine@users.sourceforge.net>.