Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ganglia GPU Monitoring Enhancements #243

Open
wants to merge 35 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2014

  1. Source1 not needed. apache.conf already in current directory.

    No need to %__cp %SOURCE1 as well.
    More over, using more than one source prevent a build from tarball using
    rpmbuild -tb ganglia-web-3.5.12.tar.gz for instance.
    olahaye74 committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    68b0fff View commit details
    Browse the repository at this point in the history
  2. [build & packaging] Reworked the install and packaging so it results …

    …in the same
    
      installation whatever the build is (manual, deb pkg or rpm pkg)
    - Use Makefile to make install for deb and rpm as well including config files.
    - Include specfile in the dist-gzip so a rpmbuild -tb (tarbuild) can be used
    - Added customization for rpmbuild using --with tags (see spec file for
      usage and more details).
    - Use adequate default values for rpm. The apache_user is not www-data. it's apache...
    - Use /etc/ganglia-webfrontend to store conf.php what ever the distro is.
      Make sure that a link is set to apache config dir using triggers or postinstall.
    - Use /etc/ganglia-webfrontend to store conf.php what ever the distro is.
      Use a generic conf.php in /usr/share/ganglia-webfrontend to load the file from
      /etc/ganglia-webfrontend.
    - Replaced vargwebstatedir with vargwebdir in conf_default.php.in and Makefile.
    - filters dir was not created under debian pkg or manual make install
    - Added possibility to have a httpd_group different from user. For instance you
      can choose to install files under apache.daemon identity. If not specified,
      a group with the same name as the user is used.
    - Added comment in the install section of the Makefile so it's clear.
    - Reworked dist-gzip target so version.php  and spec file are generated while other
      .in files remain so they can be tuned by make or make install.
    - Make sure that sharedstatedir is not owned by rpm package (conflict on fc-18+),
      and updated %file section accordingly.
    - Removed the manual install and specific config files in debian packaging. Using
      standard make install DESTDIR=...
    olahaye74 committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    c20d878 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Configuration menu
    Copy the full SHA
    b0140cf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2014

  1. Configuration menu
    Copy the full SHA
    3e6bbc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5766642 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2014

  1. No need to fold since gmetad returns upper-case

    Chris Dessonville committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    c01651b View commit details
    Browse the repository at this point in the history
  2. Lock the cache file while writing to prevent partial reads

    Chris Dessonville committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    15ec29c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Merge remote-tracking branch 'upstream/master'

    Get upstream changes.
    olahaye74 committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    7fff792 View commit details
    Browse the repository at this point in the history
  2. [Makefile + rpm spec file] Make Makefile more smart and more verbose,…

    … adapted specfile for this.
    
    Now Makefile has a rule that install files without setting ownership. this permit to build an rpm without being root.
    using --define magro for specfile tunning.
    olahaye74 committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    316e2e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. * graph.php changes to support no of GPU generalization.

    rana_cse_ruet@yahoo.com authored and rana_cse_ruet@yahoo.com committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    cb74646 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2014

  1. Added the capability to control the timezone used to display rrd metr…

    …ic graphs and reports. This is accomplished by specifying a tz query parameter to the ganaglia-web url. The timezone parameter takes the standard Linux form, e.g. tz=UTC, tz=America/New_York
    pcpiela committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    08beb2b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2014

  1. Merge pull request ganglia#231 from olahaye74/master

    Reworked the install and packaging so it results in the same installation whatever the build is (manual, deb pkg or rpm pkg)
    vvuksan committed Aug 23, 2014
    Configuration menu
    Copy the full SHA
    65a6674 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2014

  1. Use moment for date/time manipulation in Javascript

    Use jstz to determine browser timezone. In the future my hope is that we can do this with the moment library.
    pcpiela committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    dd378f0 View commit details
    Browse the repository at this point in the history
  2. Add a timezone-picker to the time manipulation toolbar.

    Some cleanup work in the area of date/time manipulation.
    pcpiela committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    118a94b View commit details
    Browse the repository at this point in the history
  3. Fixed issue in overlay event logic. Expanded rrd variable regular exp…

    …ression to allow for hyphens.
    pcpiela committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    a521cbb View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. Configuration menu
    Copy the full SHA
    8b9512b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Upgraded to jQueryUI 1.11.1

    pcpiela committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    cd84ec3 View commit details
    Browse the repository at this point in the history
  2. Upgraded to jQueryUI 1.11.1

    pcpiela committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    629dcf6 View commit details
    Browse the repository at this point in the history
  3. Upgraded to jQuery/UI 1.11.1

    pcpiela committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    06e2982 View commit details
    Browse the repository at this point in the history
  4. Upgraded to jQuery/UI 1.11.1

    pcpiela committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    0cef828 View commit details
    Browse the repository at this point in the history
  5. Merge remote branch 'upstream/master'

    pcpiela committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    8c58e71 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2014

  1. Configuration menu
    Copy the full SHA
    a3fd5b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2014

  1. When selecting a custom date-time range using the date-time picker on…

    …ly display the "now" button if the gweb timezone is set to "browser"
    pcpiela committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    e60a91f View commit details
    Browse the repository at this point in the history
  2. Merge pull request ganglia#245 from pcpiela/master

    Added the capability to control the timezone used to display rrd metric graphs
    vvuksan committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    91a9f3c View commit details
    Browse the repository at this point in the history
  3. Merge pull request ganglia#246 from cddude229/lock-cache-file

    Lock the cache file while writing to prevent partial reads
    vvuksan committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    1bbffef View commit details
    Browse the repository at this point in the history
  4. Merge pull request ganglia#247 from cddude229/xml-folding

    No need to fold since gmetad returns upper-case
    vvuksan committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    88cdaa9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2014

  1. Configuration menu
    Copy the full SHA
    3d8294e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2014

  1. Merge pull request ganglia#1 from ganglia/master

    Update ganglia master
    Chris Dessonville committed Oct 2, 2014
    Configuration menu
    Copy the full SHA
    13cae47 View commit details
    Browse the repository at this point in the history
  2. Don't global unused variables.

    Chris Dessonville committed Oct 2, 2014
    Configuration menu
    Copy the full SHA
    f51f0ac View commit details
    Browse the repository at this point in the history
  3. Get rid of global debug call to save time in production.

    Chris Dessonville committed Oct 2, 2014
    Configuration menu
    Copy the full SHA
    c206ceb View commit details
    Browse the repository at this point in the history
  4. Micro-optimize globals inside the XML parsing functions

    Chris Dessonville committed Oct 2, 2014
    Configuration menu
    Copy the full SHA
    52a02b3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ganglia#252 from cddude229/microoptimize-xml-2

    Micro-optimize XML calls
    vvuksan committed Oct 2, 2014
    Configuration menu
    Copy the full SHA
    c989e6d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2014

  1. Configuration menu
    Copy the full SHA
    c7ece58 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2014

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	ganglia.php
    ranacseruet committed Nov 30, 2014
    Configuration menu
    Copy the full SHA
    1e84f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5014cc View commit details
    Browse the repository at this point in the history