Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | layout: use the max width of the browser to show the graphs | Pim van den Berg | 2012-12-26 | 1 | -7/+9 |
| | | | | Reference: http://stackoverflow.com/questions/1260122/expand-div-to-take-remaining-width | ||||
* | layout: remove {minus,plus}.gif | Pim van den Berg | 2012-12-26 | 2 | -0/+0 |
| | | | | This isn't needed with the new navigation menu anymore. | ||||
* | remove ajax js code | Pim van den Berg | 2012-12-21 | 2 | -48/+0 |
| | | | | This isn't needed with the new navigation menu anymore. | ||||
* | remove in-html comments by xian310 | Pim van den Berg | 2012-12-21 | 3 | -3/+3 |
| | |||||
* | replace the ajax expand system by a navigation menu | xian310 | 2012-12-21 | 4 | -52/+125 |
| | | | | Signed-off-by: Pim van den Berg <pim@nethuis.nl> | ||||
* | type/default: resolve division by zero warning | Pim van den Berg | 2012-12-21 | 1 | -1/+1 |
| | | | | Reported-by: Philipp Hellmich <Philipp.Hellmich@Bertelsmann.de> | ||||
* | type: resolve undefined variable $c and $raw notices | Pim van den Berg | 2012-12-21 | 3 | -3/+3 |
| | | | | Reported-by: Philipp Hellmich <Philipp.Hellmich@Bertelsmann.de> | ||||
* | plugin/mysql: add support for cache_result, cache_size, threads, total_threads | Pim van den Berg | 2012-12-16 | 1 | -0/+47 |
| | | | | Requested-by: Philipp Hellmich <Philipp.Hellmich@Bertelsmann.de> | ||||
* | type: escape colons in legend names | Pim van den Berg | 2012-12-16 | 4 | -4/+4 |
| | | | | | | | This problem showed up with IPv6 addresses in the NTP plugin. Forgotten in commit: v0.3-51-g330c94f [type: escape colons in filenames used in rrd commandline] | ||||
* | type: add debug option "cmd" create a commandline rrdtool command | Pim van den Berg | 2012-12-16 | 1 | -0/+6 |
| | |||||
* | plugin/ntpd: collectd 5 compatibility | Pim van den Berg | 2012-12-16 | 1 | -4/+8 |
| | |||||
* | explicitely defined undefined variables | Matthias Viehweger | 2012-10-20 | 3 | -4/+10 |
| | | | | this should keep the error.log clean | ||||
* | change whitespace, indentation or line-breaks | Matthias Viehweger | 2012-10-20 | 2 | -5/+5 |
| | |||||
* | plugin: add powerdns plugin | Pim van den Berg | 2012-09-07 | 1 | -0/+18 |
| | | | | This is a very basic PowerDNS plugin. | ||||
* | add support for varnish plugin categories | Pim van den Berg | 2012-09-07 | 5 | -38/+31 |
| | | | | | | | | | | | | | | | Since commit collectd-4.10.0-88-g02e12db the varnish plugin groups collected values in categories. The collectd filestructure used for varnish is now: <plugin>-<category>-<plugin_instance>/<type>-<type_instance> Because this isn't distinguishable from a regular plugin like df, ... df-var-tmp/df_complex-free.rrd ("var" isn't the category here) ... the category is only set with the varnish plugin. Reported-by: Jonathan Huot <jonathan.huot@gmail.com> | ||||
* | plugin/snmp: add support for if_octets | Pim van den Berg | 2012-09-05 | 1 | -4/+22 |
| | | | | | | | | | | The types used in the SNMP plugin aren't user defined, but defined in types.db. Because of the assumption that they were user defined, the patch supplied by Neptune Ning wasn't accepted. His patch has now been merged with this commit. A little fallback has been added to catch types that aren't defined in our code yet. Reference: https://github.com/pommi/CGP/pull/1 Contributed-by: Neptune Ning (Plan) <frostyplanet@gmail.com> | ||||
* | apply datasize (bytes/bits) only to network related data | Pim van den Berg | 2012-09-05 | 15 | -52/+34 |
| | | | | As discussed in https://github.com/pommi/CGP/pull/1. | ||||
* | plugin: add snmp plugin | Pim van den Berg | 2012-08-12 | 1 | -0/+19 |
| | | | | This is a very basic SNMP plugin. | ||||
* | plugin: convert spaces to tabs | Pim van den Berg | 2012-08-10 | 4 | -148/+147 |
| | |||||
* | introduce config option datasize to show graphs in bits or bytes | Pim van den Berg | 2012-08-10 | 15 | -27/+54 |
| | | | | | | | Config setting $CONFIG['datasize'] can be set to bits or bytes to show graph data in bits or bytes. Inspired-by: Neptune Ning (Plan) <frostyplanet@gmail.com> | ||||
* | type: add scale support to default/generic stacked types | Pim van den Berg | 2012-08-10 | 2 | -6/+32 |
| | |||||
* | type/GenericIO: only use raw totals when no scale is set (update) | Pim van den Berg | 2012-08-10 | 1 | -1/+1 |
| | | | | | This is a correction to commit: v0.3-56-g69bea69 [only use raw totals when no scale is set] | ||||
* | plugin/tail: change to default graph type | Pim van den Berg | 2012-08-10 | 1 | -2/+2 |
| | | | | | | When measuring multiple things, they don't need to be stacked in most cases. Reported-by: Philipp Hellmich <Philipp.Hellmich@Bertelsmann.de> | ||||
* | type/GenericIO: only use raw totals when no scale is set | Pim van den Berg | 2012-07-15 | 1 | -1/+2 |
| | | | | | | | | When scale is set, the total will be set twice (also in part below), which will result in this error: "ERROR: Attempting to reuse 'tot_98574167'" Bug introduced in commit: v0.3-25-g19ed46a [type/GenericIO: add total calculations in IO graphs] |