Skip to content

Releases: Poil/CGraphz

v2.46.3

06 Feb 07:16
Compare
Choose a tag to compare

Fix some notice and make it compatible with PHP 7.0.7.1

v2.46.2

29 Dec 09:10
Compare
Choose a tag to compare
  • Changes :
    • Improved the zoom popup code
    • Added : curl_json-apc definition
    • Added : filled type
    • Updated : typesdb
    • Added : the "Disk IO Time"
    • Allowed : libvirt-vm/ASgrp type in "server add", the hostname must be in format "HypervisorName:VMName" or "ASGroup:Hostname"
  • Fixes :
    • Fixed : the graph title width when using text title
    • Fixed : order of opcache max
    • Fixed : removed duplicate entries in "server add"
    • Fixed : notices on flush_path (when not used)

v2.46.1

03 Sep 06:32
Compare
Choose a tag to compare

Fix graph zoom size

2.46

02 Sep 14:57
Compare
Choose a tag to compare
  • Changes :
    • Add a media=print stylesheet
    • Add a graph size selector
  • Fixes :
    • Some admin view titles
    • Missing navbar title on dynamic dashboard when using a wildcard filters and ordering by P-PI-T
    • Some locales
    • Submit button became blank after form submission

2.45

26 Aug 05:55
Compare
Choose a tag to compare

Fix dynamic dashboard when using multiple datadir

v2.44

01 May 07:47
Compare
Choose a tag to compare

Fix admin server cleaning

v2.43

30 Apr 09:48
Compare
Choose a tag to compare

This release adds support for multiple datadir.

  • You can now have N collectd collectors.
    • These collectors export their "/var/lib/collectd/" dir via NFS
    • The server which are hosting CGraphz mounts these NFS shared
    • In the CGraphz configuration file, you need to declare each folder and if needed the associated socket to flush RRDs files.

Please check the config.php.tpl file to see the configuration changes.

PS: Thanks to Glenn for a big part in this improvement.

v2.42

26 Jan 21:23
Compare
Choose a tag to compare

Fix

  • Dynamic dashboard with SNMP plugins
  • NavMenu : Perms check for the search input box - not displayed for a non admin user

Improvement :

  • Scroll wheel zoom center position
  • Allow graph title to be display in html
  • Graph title is now on alt and title tags img

2.41 (not released but included in 2.42)
Fix :

  • img refresh

Improvement :

  • code improvement to module (Thanks Glenn)
  • allow graph title to be display in html
  • Better screensize detection (Thanks Glenn)
  • Some MS plugins and fix on Linux plugins
  • Allow ordering on P-T on dynamic dashboard (plugin and type)

v2.40

02 Nov 17:11
Compare
Choose a tag to compare
  • Bootstraped
  • New admin
  • New navigation bars
  • and more ...

v2.30

02 Nov 17:13
Compare
Choose a tag to compare
  • Plugin definition are now in JSON (backport all changes from CGP)
  • Support for SSC Serv and Collectd 4/5, now really better than how I made it in 2.20
  • Add dynamic datetime refresh on zooming graph
  • Fixes ...