aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #38 from oohlaf/timezonePim van den Berg2013-12-292-0/+7
|\ | | | | Add default timezone when system one is missing
| * Add default timezone when system one is missingOlaf Conradi2013-12-282-0/+7
|/ | | | Suppresses all the PHP warnings in the error logging.
* Merge pull request #32 from jbergstroem/parantheses_in_namesPim van den Berg2013-11-141-2/+2
|\ | | | | Escape parentheses in filenames
| * Escape parentheses in filenamesJohan Bergström2013-11-141-2/+2
|/ | | The IPMI collectd plugin uses parentheses in filenames (`fanspeed-FAN 1 fan_cooling (29.1).rrd`), so we need to escape them before passing them to rrdtool.
* Revert "type: fix undefined index in ds_names[$source] before empty check"Pim van den Berg2013-10-094-4/+4
| | | | | | | | | | From the docs: "No warning is generated if the variable does not exist. That means empty() is essentially the concise equivalent to !isset($var) || $var == false." This reverts commit f2a4593558b3a3ec696e9cc1de93fa898b9521bb. Reported-By: Benoit Monin (https://github.com/pommi/CGP/commit/f2a4593)
* type: fix undefined index in ds_names[$source] before empty checkPim van den Berg2013-10-074-4/+4
|
* Merge pull request #21 from benoit-monin/fix_undefined_indexPim van den Berg2013-10-074-4/+4
|\ | | | | Fix undefined index for ds_names in type classes
| * type: use empty to access ds_namesBenoît Monin2013-08-313-3/+3
| | | | | | | | | | Fix some potential undefined index errors by using the empty function to access ds_names in type other than default.
| * type/default: fix 'undefined index' in rrd_gen_graphBenoît Monin2013-08-311-1/+1
| | | | | | | | | | Fix php notices emitted when generating graphs of ping, sensors and hddtemp plugins.
* | type/GenericStacked: make stack NaN-safe using ADDNAN instead of +Pim van den Berg2013-10-071-1/+1
| | | | | | | | | | Reported-By: Julien Genestoux <julien.genestoux@gmail.com> (https://github.com/pommi/CGP/issues/24)
* | rrd.php: ob_clean if ob_get_length to prevent from a php noticePim van den Berg2013-09-141-3/+3
| | | | | | | | Reported-by: tbleiker (https://github.com/pommi/CGP/issues/26)
* | solve undefined index cat in index.phpPim van den Berg2013-09-141-1/+1
|/ | | | Reported-by: tbleiker (https://github.com/pommi/CGP/issues/25)
* inc/collectd.inc.php: typoPim van den Berg2013-08-241-1/+1
|
* inc/collectd.inc.php: don't group type instances when snmp + if_octetsPim van den Berg2013-08-241-1/+4
| | | | | | | | The snmp plugin is saving if_octets this way: <host>/snmp/if_octets-<port>.rrd Where the interfaces plugin is saving if_octets with this structure: <host>/interface-<port>/if_octets.rrd
* type/default: escape spaces in filenamesPim van den Berg2013-08-241-0/+3
|
* type/default: urlencode filenames when using canvasPim van den Berg2013-08-041-0/+2
| | | | | | | | | Since commit v0.3-97-g5793a8c [integrate jsrrdgraph in CGP], double quotes have been removed around filenames and legend because it shouldn't be necessary (and jsrrdgraph didn't support it). This broke graphs rendered using jsrrdgraph with files including spaces in it's name. Hopefully this is fixed now by rawurlencoding them (but the /).
* type/default: double escape colon in legend/filename when not using canvasPim van den Berg2013-08-041-1/+7
| | | | | | | | | | | Since commit v0.3-97-g5793a8c [integrate jsrrdgraph in CGP], double quotes have been removed around filenames and legend because it shouldn't be necessary (and jsrrdgraph didn't support it). This broke graphs rendered by rrdtool with files including a colon in it's name. Hopefully this is fixed now by double escaping them. Reported-by: Poil <poil@quake.fr> (https://github.com/pommi/CGP/issues/20)
* plugin/ping: improve descriptionsPim van den Berg2013-07-031-3/+2
|
* type/default: dont include y-axis description (-v option) when not setPim van den Berg2013-07-031-1/+2
| | | | It caused an "Unknown argument: undefined" error when using canvas.
* plugin/snmp: add missing instantiation of Type_GenericIO classPim van den Berg2013-06-261-1/+3
| | | | | This bug was introduced in commit: v0.3-64-gb5f789c [plugin/snmp: add support for if_octets]
* add viewport meta tag for better experience on mobile devicesPim van den Berg2013-06-221-0/+1
|
* overview: add color to load averagesPim van den Berg2013-06-222-4/+22
| | | | | | | | | | The load average number turns: * orange When the load is higher than the number of cpu cores. * red When the load is more than twice as high as the number of cpu cores.
* start using fieldset + legend for showing dataPim van den Berg2013-06-226-16/+32
|
* plugin/nut: collectd 5 compatibility for frequency graphPim van den Berg2013-06-161-1/+5
|
* plugin/openvpn: add datasize supportPim van den Berg2013-06-161-1/+2
|
* plugin/openvpn: fix traffic graphPim van den Berg2013-06-161-0/+1
|
* plugin: add openvpn pluginConrad Kostecki2013-06-161-0/+42
| | | | Source: http://pastebin.com/5vNDuKaZ
* Merge pull request #10 from ConiKost/masterPim van den Berg2013-06-011-1/+1
|\ | | | | Updated Thermal Plugin
| * Changed name of value to Temperaturekostecki2013-06-011-1/+1
| |
* | Merge pull request #9 from ConiKost/masterPim van den Berg2013-06-011-0/+26
|\ \ | |/ | | Collectd Thermal Plugin
| * Thermal Plugin addedConrad Kostecki2013-06-011-0/+26
|/
* Merge pull request #8 from mce35/nutPim van den Berg2013-05-291-1/+5
|\ | | | | plugin/nut: collectd 5 compatibility for timeleft graph
| * plugin/nut: collectd 5 compatibility for timeleft graphManuel CISSÉ2013-05-291-1/+5
| |
* | update changelog to v0.4.1Pim van den Berg2013-05-201-0/+3
| |
* | remove dependency on mod_rewrite for rrd.phpPim van den Berg2013-05-203-4/+2
| | | | | | | | Use $_SERVER['PATH_INFO'] instead.
* | update changelog to v0.4Pim van den Berg2013-05-201-0/+45
| |
* | conf: set default collectd version to 5Pim van den Berg2013-05-201-1/+1
| |
* | add config option for showing smooth (curved) graphsPim van den Berg2013-05-182-0/+7
| |
* | type/default: add missing initial variable definitionsPim van den Berg2013-05-181-0/+2
| |
* | jsrrdgraph: RrdGraph.js: gprint: fix check for undefined format in case of vdefPim van den Berg2013-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | The GPRINT of a VDEF doesn't have a CF. For example: > "GPRINT:avg:LAST:%5.1lf%s Last" > "GPRINT:tot:%5.1lf%s Total\l" The format will be passed via the cf variable, so format is not defined. But it didn't show up in the legend. Firebug showed variable format isn't undefined, but an empty string in case of VDEF. So just check for falsy.
* | add support for graphing I/O using the negative X-axisPim van den Berg2013-05-183-5/+15
| |
* | .htaccess: enable gzip on rrd filesPim van den Berg2013-05-181-0/+6
| |
* | integrate jsrrdgraph in CGPPim van den Berg2013-05-1812-61/+298
| |
* | jsrrdgraph: RrdGraph.js: fix undefined 2nd argument of RrdVdef functionPim van den Berg2013-05-131-1/+1
| | | | | | | | | | This fixes this error: > TypeError: Cannot call method 'indexOf' of undefined at new RrdVdef
* | move width/heigth from plugins to type __constructPim van den Berg2013-05-1347-98/+4
| |
* | type: stick to the rrdgraph time specificationPim van den Berg2013-05-101-1/+1
| | | | | | | | Reference: http://rrdtool.mirror.graemef.net/doc/rrdfetch.en.html#IAT_STYLE_TIME_SPECIFICATION
* | import js directory from jsrrdgraph for client side graph renderingPim van den Berg2013-05-1015-0/+7984
| | | | | | | | Source: https://github.com/manuelluis/jsrrdgraph@276b880
* | Merge pull request #5 from mce35/nutpommi2013-04-261-3/+15
|\ \ | |/ | | plugin/nut: collectd 5 compatibility + Add frequency graph
| * plugin/nut: collectd 5 compatibility + Add frequency graphManuel CISSÉ2013-04-261-3/+15
|/
* plugin: Add MD pluginManuel CISSÉ2013-04-061-0/+24
|