Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | type: use empty to access ds_names | Benoît Monin | 2013-08-31 | 3 | -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_graph | Benoît Monin | 2013-08-31 | 1 | -1/+1 |
| | | | | | Fix php notices emitted when generating graphs of ping, sensors and hddtemp plugins. | ||||
* | inc/collectd.inc.php: typo | Pim van den Berg | 2013-08-24 | 1 | -1/+1 |
| | |||||
* | inc/collectd.inc.php: don't group type instances when snmp + if_octets | Pim van den Berg | 2013-08-24 | 1 | -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 filenames | Pim van den Berg | 2013-08-24 | 1 | -0/+3 |
| | |||||
* | type/default: urlencode filenames when using canvas | Pim van den Berg | 2013-08-04 | 1 | -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 canvas | Pim van den Berg | 2013-08-04 | 1 | -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 descriptions | Pim van den Berg | 2013-07-03 | 1 | -3/+2 |
| | |||||
* | type/default: dont include y-axis description (-v option) when not set | Pim van den Berg | 2013-07-03 | 1 | -1/+2 |
| | | | | It caused an "Unknown argument: undefined" error when using canvas. | ||||
* | plugin/snmp: add missing instantiation of Type_GenericIO class | Pim van den Berg | 2013-06-26 | 1 | -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 devices | Pim van den Berg | 2013-06-22 | 1 | -0/+1 |
| | |||||
* | overview: add color to load averages | Pim van den Berg | 2013-06-22 | 2 | -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 data | Pim van den Berg | 2013-06-22 | 6 | -16/+32 |
| | |||||
* | plugin/nut: collectd 5 compatibility for frequency graph | Pim van den Berg | 2013-06-16 | 1 | -1/+5 |
| | |||||
* | plugin/openvpn: add datasize support | Pim van den Berg | 2013-06-16 | 1 | -1/+2 |
| | |||||
* | plugin/openvpn: fix traffic graph | Pim van den Berg | 2013-06-16 | 1 | -0/+1 |
| | |||||
* | plugin: add openvpn plugin | Conrad Kostecki | 2013-06-16 | 1 | -0/+42 |
| | | | | Source: http://pastebin.com/5vNDuKaZ | ||||
* | Merge pull request #10 from ConiKost/master | Pim van den Berg | 2013-06-01 | 1 | -1/+1 |
|\ | | | | | Updated Thermal Plugin | ||||
| * | Changed name of value to Temperature | kostecki | 2013-06-01 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #9 from ConiKost/master | Pim van den Berg | 2013-06-01 | 1 | -0/+26 |
|\ \ | |/ | | | Collectd Thermal Plugin | ||||
| * | Thermal Plugin added | Conrad Kostecki | 2013-06-01 | 1 | -0/+26 |
|/ | |||||
* | Merge pull request #8 from mce35/nut | Pim van den Berg | 2013-05-29 | 1 | -1/+5 |
|\ | | | | | plugin/nut: collectd 5 compatibility for timeleft graph | ||||
| * | plugin/nut: collectd 5 compatibility for timeleft graph | Manuel CISSÉ | 2013-05-29 | 1 | -1/+5 |
| | | |||||
* | | update changelog to v0.4.1 | Pim van den Berg | 2013-05-20 | 1 | -0/+3 |
| | | |||||
* | | remove dependency on mod_rewrite for rrd.php | Pim van den Berg | 2013-05-20 | 3 | -4/+2 |
| | | | | | | | | Use $_SERVER['PATH_INFO'] instead. | ||||
* | | update changelog to v0.4 | Pim van den Berg | 2013-05-20 | 1 | -0/+45 |
| | | |||||
* | | conf: set default collectd version to 5 | Pim van den Berg | 2013-05-20 | 1 | -1/+1 |
| | | |||||
* | | add config option for showing smooth (curved) graphs | Pim van den Berg | 2013-05-18 | 2 | -0/+7 |
| | | |||||
* | | type/default: add missing initial variable definitions | Pim van den Berg | 2013-05-18 | 1 | -0/+2 |
| | | |||||
* | | jsrrdgraph: RrdGraph.js: gprint: fix check for undefined format in case of vdef | Pim van den Berg | 2013-05-18 | 1 | -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-axis | Pim van den Berg | 2013-05-18 | 3 | -5/+15 |
| | | |||||
* | | .htaccess: enable gzip on rrd files | Pim van den Berg | 2013-05-18 | 1 | -0/+6 |
| | | |||||
* | | integrate jsrrdgraph in CGP | Pim van den Berg | 2013-05-18 | 12 | -61/+298 |
| | | |||||
* | | jsrrdgraph: RrdGraph.js: fix undefined 2nd argument of RrdVdef function | Pim van den Berg | 2013-05-13 | 1 | -1/+1 |
| | | | | | | | | | | This fixes this error: > TypeError: Cannot call method 'indexOf' of undefined at new RrdVdef | ||||
* | | move width/heigth from plugins to type __construct | Pim van den Berg | 2013-05-13 | 47 | -98/+4 |
| | | |||||
* | | type: stick to the rrdgraph time specification | Pim van den Berg | 2013-05-10 | 1 | -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 rendering | Pim van den Berg | 2013-05-10 | 15 | -0/+7984 |
| | | | | | | | | Source: https://github.com/manuelluis/jsrrdgraph@276b880 | ||||
* | | Merge pull request #5 from mce35/nut | pommi | 2013-04-26 | 1 | -3/+15 |
|\ \ | |/ | | | plugin/nut: collectd 5 compatibility + Add frequency graph | ||||
| * | plugin/nut: collectd 5 compatibility + Add frequency graph | Manuel CISSÉ | 2013-04-26 | 1 | -3/+15 |
|/ | |||||
* | plugin: Add MD plugin | Manuel CISSÉ | 2013-04-06 | 1 | -0/+24 |
| | |||||
* | rewrite some code of added overview_filter feature | Pim van den Berg | 2013-03-30 | 2 | -10/+5 |
| | | | | Use less variables, less code. | ||||
* | conf: disable overview_filter by default | Pim van den Berg | 2013-03-30 | 1 | -1/+3 |
| | | | | | It's good to have an example, but it's a bit confusing having it enabled by default. | ||||
* | add feature to show a subset of graphs from a plugin on overview page | Rohit Bhute | 2013-03-30 | 3 | -2/+17 |
| | |||||
* | detail.php: make terms configurable | Pim van den Berg | 2013-02-09 | 2 | -11/+11 |
| | |||||
* | plugin: remove php close tags | Pim van den Berg | 2013-02-09 | 2 | -4/+0 |
| | |||||
* | plugin: add iptables/ip6tables plugin | cisse@yahoo.fr | 2013-02-09 | 2 | -0/+64 |
| | | | | Signed-off-by: Manuel CISSÉ <manuel_cisse@yahoo.fr> | ||||
* | inc/collectd.inc.php: remove . and .. from scandir before foreach | Pim van den Berg | 2013-02-09 | 1 | -2/+2 |
| | | | | Reported-by: Reza (http://pommi.nethuis.nl/collectd-graph-panel-v0-3/#comment-26990) | ||||
* | remove arguments overview_plugins and other_plugins from plugins_list function | Pim van den Berg | 2012-12-28 | 3 | -26/+28 |
| | | | | Those can be gathered within the function. | ||||
* | don't show plugins the host doesn't have | Pim van den Berg | 2012-12-28 | 2 | -4/+8 |
| | |||||
* | resolve php warning/notices when plugin doesn't exist | Pim van den Berg | 2012-12-28 | 2 | -0/+9 |
| | | | | | For example when a non existing plugin is defined in $CONFIG['overview'] it causes a lot of php warnings/notices. |