Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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] | ||||
* | order graphs by pi, t, ti | Pim van den Berg | 2011-12-03 | 1 | -0/+13 |
| | |||||
* | include trailing slash in config weburl variable | Pim van den Berg | 2011-10-08 | 4 | -12/+10 |
| | | | | | | | When running CGP in the root, the header didn't link to the overview page because the href was empty. Reported-by: Nikoli <Nikoli@lavabit.com> | ||||
* | plugin/interface: fix empty instance descr. for collectd 5 | Pim van den Berg | 2011-09-25 | 1 | -4/+10 |
| | | | | Reported-by: Nikoli <Nikoli@lavabit.com> | ||||
* | plugin/cpu: default scale to 100% | Erik Grinaker | 2011-09-10 | 1 | -0/+1 |
| | | | | To be able to easily compare graphs with different max values. | ||||
* | type: escape colons in filenames used in rrd commandline | Pim van den Berg | 2011-08-27 | 4 | -11/+15 |
| | | | | | | | A colon ':' in a legend argument will mark the end of the legend: http://oss.oetiker.ch/rrdtool/doc/rrdgraph_graph.en.html#INOTES_on_legend_arguments Reported-by: Benjamin Dupuis <poil@quake.fr> | ||||
* | plugin/apcups: collectd 5 compatibility | Pim van den Berg | 2011-08-01 | 1 | -9/+22 |
| | |||||
* | plugin: add apcups plugin | Peter Chiochetti | 2011-08-01 | 1 | -0/+80 |
| | |||||
* | plugin/libvirt: collectd 5 compatibility | Pim van den Berg | 2011-07-04 | 2 | -8/+19 |
| | |||||
* | plugin: add libvirt plugin | Pim van den Berg | 2011-07-04 | 2 | -1/+138 |
| | |||||
* | type/Default: dont use t as ti when no ti is set | Pim van den Berg | 2011-06-26 | 6 | -30/+49 |
| | | | | Use 'value' instead. | ||||
* | plugin/dns: add dns reply code | Pim van den Berg | 2011-06-26 | 1 | -0/+5 |
| | |||||
* | plugin/users: collectd 5 compatibility | Pim van den Berg | 2011-06-15 | 1 | -1/+5 |
| | |||||
* | plugin/ping: collectd 5 compatibility | Pim van den Berg | 2011-06-15 | 1 | -1/+2 |
| |