Skip navigation.
Home

Useful scripts

Cheapskate's web interface to SGE status:

Script: /var/www/cgi-bin/status.cgi

#!/bin/bash

echo Content-type: text/html
echo ""
echo "<html><head><title>Cluster Status</title></head><body><pre>"
source /opt/sge/CELLNAME/common/settings.sh
/opt/sge/bin/lx24-amd64/qhost
echo "</pre></body></html>"