contrib/php-collection: Save/load graph list and fix HTTPS handling. collectd-4.4
authorBruno Prémont <bonbons@linux-vserver.org>
Tue, 10 Feb 2009 20:38:23 +0000 (21:38 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 10 Feb 2009 20:38:23 +0000 (21:38 +0100)
commitb2491d8cc416955fb0df16b74a28f218a2dedc01
tree41557e3c449a914420cce0151581a68536fa0484
parenta019b6c8144745db63c599680bd693ac02f11666
contrib/php-collection: Save/load graph list and fix HTTPS handling.

Hi,

An update to the graphing interface. (incremental patch attached)

This fixes security complaint by a few browsers when page is accessed
via HTTPS and also makes sure the graphs and lists will load if HTTP
and HTTPS paths differ.
Thanks to Mullet- for spotting this issue.

In addition to the fix above this patch adds support for saving
current graph list to a cookie and appending graph list read from
cookie to the currently displayed list.

A future extension would be to allow saving/loading named graph lists
so multiple list can coexist (pretty useful when monitoring multiple
servers/services)

Bruno
contrib/php-collection/browser.js
contrib/php-collection/functions.php
contrib/php-collection/index.php