Update comments
This commit is contained in:
parent
43fc733929
commit
1e315eedeb
|
@ -1,18 +1,20 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# SGE: Sun Grid Engine check - BB external script test
|
||||
# SGE: Sun Grid Engine check - Xymon external script test
|
||||
#
|
||||
##### Purpose is to report back to a central server, all Sun
|
||||
##### Grid Engine software faults.
|
||||
#####
|
||||
#
|
||||
# version 0.3
|
||||
# version 0.4
|
||||
#
|
||||
# BIG BROTHER / XXXXXXXXXXXXXXXX status
|
||||
#
|
||||
# Written by Butch Deal <butchdeal@yahoo.com>
|
||||
# Daniel Gomez <dgomez@tigr.org,daniel@ixplosive.com>
|
||||
# Jérémy Gardais <jeremy.gardais@univ-rennes1.fr>
|
||||
#
|
||||
# v0.4 09/06/20 clean, correction,… for Xymon 4.3.28
|
||||
# v0.3e 10/14/08 cut down on the number of qhost runs
|
||||
# v0.3d 03/31/06 added alarm/suspend state identification
|
||||
# v0.3c 03/01/06 propogated yellow state upon UNAVAILABLE queue intances
|
||||
|
@ -24,20 +26,21 @@
|
|||
|
||||
########################################
|
||||
# NOTE
|
||||
# This has been tested with BB 1.9e and Xymon 4.2.x
|
||||
# The version v0.4 has only been tested with Xymon (server and client) 4.2.x.
|
||||
#
|
||||
# The color status with respects to queue status is arbitrary and should be
|
||||
# reviewed for your particular environment.
|
||||
#
|
||||
# Tested on :
|
||||
# Solaris & Linux
|
||||
# Linux only (for v0.4)
|
||||
########################################
|
||||
|
||||
########################################
|
||||
# INSTALLATION
|
||||
# step 1 - update bb-bbexttab to include this script
|
||||
#
|
||||
# step 4 - restart Big Brother
|
||||
# step 1 - copy to Xymon client's ext dir
|
||||
# step 2 - New clientlaunch.d/sge.cfg file
|
||||
# step 3 - restart Xymon client
|
||||
#
|
||||
# NOTE - the TEST variable in the configuration section, this is the name used
|
||||
# as the column header.
|
||||
|
|
Loading…
Reference in New Issue