#######################################################################
#Copyright 2006 Sun Microsystems Inc.
#
#Licensed under the Apache License, Version 2.0 (the "License"); 
#you may not use this file except in compliance with the License.
#You may obtain a copy of the License at
#
#http://www.apache.org/licenses/LICENSE-2.0
#
#Unless required by applicable law or agreed to in writing, software distributed
#under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
#CONDITIONS OF ANY KIND, either express or implied. See the License for the specific 
#language governing permissions and limitations under the License.
#
#
## Source:  $Name $
## Application Name: Canary
## Application SIC Code:
## CVS ID: $Id: README,v 2.0 2006/09/18 22:39:27 andreash Exp $
#
## Author: $Author: andreash $
## Date Created: July 2006
#
## General Description(Purpose):  Canary is a simple yet powerful monitoring
## tool that lets you quickly identify error conditions on systems running
## Solaris (SPARC and x86) and Linux.   The Monitor is useful for locating
## and monitoring sources of unusual program load, such as runaway processes,
## memory leaks, problems with network interface traffic, etc.
#
#  Usage: 
#
## Required Parameters:
## Optional Parameters:
## Return Codes:
#
## Possible Points of Failure:
#
#
# NOTE: The .exe files are courtesy of
#	http://unxutils.sourceforge.net/UnxUtils.html 
#	Since we were not able to contact the author and there is no visible license
#	restriction we added gawk.exe, gzip.exe and tar.exe to the Windows canary.
#
##############################################################################################################

Run as:

# single invocation
cscript /nologo canary_probe_windows.vbs

# repeated invocation (every 10 minutes)
cscript /nologo canary_probe_wrapper.vbs
