Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.23 KB

readme.markdown

File metadata and controls

49 lines (29 loc) · 1.23 KB

Glidein monitoring

This is the glidein monitoring used at the University of Nebraska - Lincoln.

There are three components to the monitoring:

Dependencies

Glidestats

graphtool from the repo: http://t2.unl.edu/store/repos/nebraska/5/nebraska/x86_64/

mod_python for the image generating. Configuration for the mod_python should be something like: <Directory "/var/www/html/glidestats"> <Files *.html> SetHandler default-handler # AddHandler mod_python .py

    SetHandler mod_python
    PythonHandler mod_python.publisher
    PythonDebug On
    DirectoryIndex index.py
</Directory>

Sites

Installation

Glidestats

Needs to be moved into a web accessable directory. The example above uses /var/www/html/glidestats. Image generation should then work.

Sites

Web accessable. The javascriptrrd libraries should be in lib directory.