aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* explicitely defined undefined variablesMatthias Viehweger2012-10-203-4/+10
| | | | this should keep the error.log clean
* change whitespace, indentation or line-breaksMatthias Viehweger2012-10-202-5/+5
|
* plugin: add powerdns pluginPim van den Berg2012-09-071-0/+18
| | | | This is a very basic PowerDNS plugin.
* add support for varnish plugin categoriesPim van den Berg2012-09-075-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_octetsPim van den Berg2012-09-051-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 dataPim van den Berg2012-09-0515-52/+34
| | | | As discussed in https://github.com/pommi/CGP/pull/1.
* plugin: add snmp pluginPim van den Berg2012-08-121-0/+19
| | | | This is a very basic SNMP plugin.
* plugin: convert spaces to tabsPim van den Berg2012-08-104-148/+147
|
* introduce config option datasize to show graphs in bits or bytesPim van den Berg2012-08-1015-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 typesPim van den Berg2012-08-102-6/+32
|
* type/GenericIO: only use raw totals when no scale is set (update)Pim van den Berg2012-08-101-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 typePim van den Berg2012-08-101-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 setPim van den Berg2012-07-151-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, tiPim van den Berg2011-12-031-0/+13
|
* include trailing slash in config weburl variablePim van den Berg2011-10-084-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 5Pim van den Berg2011-09-251-4/+10
| | | | Reported-by: Nikoli <Nikoli@lavabit.com>
* plugin/cpu: default scale to 100%Erik Grinaker2011-09-101-0/+1
| | | | To be able to easily compare graphs with different max values.
* type: escape colons in filenames used in rrd commandlinePim van den Berg2011-08-274-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 compatibilityPim van den Berg2011-08-011-9/+22
|
* plugin: add apcups pluginPeter Chiochetti2011-08-011-0/+80
|
* plugin/libvirt: collectd 5 compatibilityPim van den Berg2011-07-042-8/+19
|
* plugin: add libvirt pluginPim van den Berg2011-07-042-1/+138
|
* type/Default: dont use t as ti when no ti is setPim van den Berg2011-06-266-30/+49
| | | | Use 'value' instead.
* plugin/dns: add dns reply codePim van den Berg2011-06-261-0/+5
|
* plugin/users: collectd 5 compatibilityPim van den Berg2011-06-151-1/+5
|
* plugin/ping: collectd 5 compatibilityPim van den Berg2011-06-151-1/+2
|
* plugin/entropy: collectd 5 compatibilityPim van den Berg2011-06-151-1/+5
|
* plugin/contextswitch: collectd 5 compatibilityPim van den Berg2011-06-151-1/+5
|
* plugin/conntrack: collectd 5 compatibilityPim van den Berg2011-06-151-4/+17
|
* plugin/apache: collectd 5 compatibilityPim van den Berg2011-06-151-13/+26
|
* plugin/df: collectd 5 compatibilityPim van den Berg2011-06-151-4/+14
|
* log unixsock errors instead of printing themPim van den Berg2011-06-151-6/+6
| | | | | These errors got concatenated in front of the image, which resulted in an invalid image.
* resolve php noticesKarol Nowacki2011-04-219-40/+47
| | | | Including a lot of undefined $_GET values.
* plugin/varnish: deduplicate rrd_format valuesPim van den Berg2011-04-181-3/+1
|
* plugin: add varnish pluginAurélien ROUGEMONT2011-04-181-0/+46
|
* plugin/zfs_arc: code cosmeticsPim van den Berg2011-04-181-19/+17
|
* plugin: add zfs_arc pluginAurélien ROUGEMONT2011-04-181-0/+103
|
* plugin/contextswitch: correct plugin namePim van den Berg2011-04-181-1/+1
|
* plugin: add contextswitch pluginAurélien ROUGEMONT2011-04-181-0/+27
|
* plugin: deduplicate rrd_format codePim van den Berg2011-04-106-31/+10
|
* plugin: add tail pluginPim van den Berg2011-04-101-0/+18
|
* use tinstance for legend label when data_sources is not set by pluginPim van den Berg2011-04-101-2/+7
|
* plugin/disk: SI magnitude units in legend for disk_merged and disk_opsPim van den Berg2011-04-051-2/+2
|
* type/GenericIO: add total calculations in IO graphsyur2011-04-051-1/+4
|
* plugin/postgresql: support for all predefined queriesPim van den Berg2011-03-151-3/+89
| | | | | | | | | - pg_blks - pg_n_tup_c - pg_n_tup_g - pg_numbackends - pg_scan - pg_xact
* plugin/postgresql: create fallback for unknown typesPim van den Berg2011-03-101-2/+1
|
* plugin/postgresql: make postgresql plugin compatible with cgpPim van den Berg2011-03-101-56/+40
|
* plugin: add postgresql pluginBenjamin Dupuis2011-03-101-0/+65
| | | | Source: http://www.quake.fr/tmp/plugin_bdu.tar.gz
* fallback to non-annotated tags in version detectionPim van den Berg2011-03-101-1/+1
|
* plugin/filecount: change color of files graphPim van den Berg2011-03-091-1/+1
|