Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Sun Grid Engine

Rating
1 vote
Favoured:
0
Hits
148486
Files:
FileDescription
check_sge.pysge python
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
check_sge - plugin for nagios to check the status of a host and its queues with SGE.
Reviews (1)
bygustavoberman, May 5, 2010
It's what I needed.
The only problem was that it didn't take the environment variables when used by nagios. If used at command line it worked ok.
So I had to manually add the SGE environment variables like this:
os.environ['SGE_ROOT'] = '/opt/gridengine'
os.environ['SGE_QMASTER_PORT'] = '536'
os.environ['SGE_CELL'] = 'default'
os.environ['SGE_EXECD_PORT'] = '537'