Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-04-26 | plugin/nut: collectd 5 compatibility + Add frequency graph | Manuel CISSÉ | 1 | -3/+15 | |
2013-04-06 | plugin: Add MD plugin | Manuel CISSÉ | 1 | -0/+24 | |
2013-02-09 | plugin: remove php close tags | Pim van den Berg | 2 | -4/+0 | |
2013-02-09 | plugin: add iptables/ip6tables plugin | cisse@yahoo.fr | 2 | -0/+64 | |
Signed-off-by: Manuel CISSÉ <manuel_cisse@yahoo.fr> | |||||
2012-12-16 | plugin/mysql: add support for cache_result, cache_size, threads, total_threads | Pim van den Berg | 1 | -0/+47 | |
Requested-by: Philipp Hellmich <Philipp.Hellmich@Bertelsmann.de> | |||||
2012-12-16 | plugin/ntpd: collectd 5 compatibility | Pim van den Berg | 1 | -4/+8 | |
2012-09-07 | plugin: add powerdns plugin | Pim van den Berg | 1 | -0/+18 | |
This is a very basic PowerDNS plugin. | |||||
2012-09-07 | add support for varnish plugin categories | Pim van den Berg | 1 | -14/+3 | |
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> | |||||
2012-09-05 | plugin/snmp: add support for if_octets | Pim van den Berg | 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> | |||||
2012-09-05 | apply datasize (bytes/bits) only to network related data | Pim van den Berg | 14 | -51/+33 | |
As discussed in https://github.com/pommi/CGP/pull/1. | |||||
2012-08-12 | plugin: add snmp plugin | Pim van den Berg | 1 | -0/+19 | |
This is a very basic SNMP plugin. | |||||
2012-08-10 | plugin: convert spaces to tabs | Pim van den Berg | 4 | -148/+147 | |
2012-08-10 | introduce config option datasize to show graphs in bits or bytes | Pim van den Berg | 14 | -27/+51 | |
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> | |||||
2012-08-10 | plugin/tail: change to default graph type | Pim van den Berg | 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> | |||||
2011-09-25 | plugin/interface: fix empty instance descr. for collectd 5 | Pim van den Berg | 1 | -4/+10 | |
Reported-by: Nikoli <Nikoli@lavabit.com> | |||||
2011-09-10 | plugin/cpu: default scale to 100% | Erik Grinaker | 1 | -0/+1 | |
To be able to easily compare graphs with different max values. | |||||
2011-08-01 | plugin/apcups: collectd 5 compatibility | Pim van den Berg | 1 | -9/+22 | |
2011-08-01 | plugin: add apcups plugin | Peter Chiochetti | 1 | -0/+80 | |
2011-07-04 | plugin/libvirt: collectd 5 compatibility | Pim van den Berg | 1 | -6/+16 | |
2011-07-04 | plugin: add libvirt plugin | Pim van den Berg | 1 | -0/+137 | |
2011-06-26 | type/Default: dont use t as ti when no ti is set | Pim van den Berg | 5 | -29/+48 | |
Use 'value' instead. | |||||
2011-06-26 | plugin/dns: add dns reply code | Pim van den Berg | 1 | -0/+5 | |
2011-06-15 | plugin/users: collectd 5 compatibility | Pim van den Berg | 1 | -1/+5 | |
2011-06-15 | plugin/ping: collectd 5 compatibility | Pim van den Berg | 1 | -1/+2 | |
2011-06-15 | plugin/entropy: collectd 5 compatibility | Pim van den Berg | 1 | -1/+5 | |
2011-06-15 | plugin/contextswitch: collectd 5 compatibility | Pim van den Berg | 1 | -1/+5 | |
2011-06-15 | plugin/conntrack: collectd 5 compatibility | Pim van den Berg | 1 | -4/+17 | |
2011-06-15 | plugin/apache: collectd 5 compatibility | Pim van den Berg | 1 | -13/+26 | |
2011-06-15 | plugin/df: collectd 5 compatibility | Pim van den Berg | 1 | -4/+14 | |
2011-04-21 | resolve php notices | Karol Nowacki | 2 | -2/+2 | |
Including a lot of undefined $_GET values. | |||||
2011-04-18 | plugin/varnish: deduplicate rrd_format values | Pim van den Berg | 1 | -3/+1 | |
2011-04-18 | plugin: add varnish plugin | Aurélien ROUGEMONT | 1 | -0/+46 | |
2011-04-18 | plugin/zfs_arc: code cosmetics | Pim van den Berg | 1 | -19/+17 | |
2011-04-18 | plugin: add zfs_arc plugin | Aurélien ROUGEMONT | 1 | -0/+103 | |
2011-04-18 | plugin/contextswitch: correct plugin name | Pim van den Berg | 1 | -1/+1 | |
2011-04-18 | plugin: add contextswitch plugin | Aurélien ROUGEMONT | 1 | -0/+27 | |
2011-04-10 | plugin: deduplicate rrd_format code | Pim van den Berg | 6 | -31/+10 | |
2011-04-10 | plugin: add tail plugin | Pim van den Berg | 1 | -0/+18 | |
2011-04-05 | plugin/disk: SI magnitude units in legend for disk_merged and disk_ops | Pim van den Berg | 1 | -2/+2 | |
2011-03-15 | plugin/postgresql: support for all predefined queries | Pim van den Berg | 1 | -3/+89 | |
- pg_blks - pg_n_tup_c - pg_n_tup_g - pg_numbackends - pg_scan - pg_xact | |||||
2011-03-10 | plugin/postgresql: create fallback for unknown types | Pim van den Berg | 1 | -2/+1 | |
2011-03-10 | plugin/postgresql: make postgresql plugin compatible with cgp | Pim van den Berg | 1 | -56/+40 | |
2011-03-10 | plugin: add postgresql plugin | Benjamin Dupuis | 1 | -0/+65 | |
Source: http://www.quake.fr/tmp/plugin_bdu.tar.gz | |||||
2011-03-09 | plugin/filecount: change color of files graph | Pim van den Berg | 1 | -1/+1 | |
2011-03-08 | plugin: add filecount plugin | Pim van den Berg | 1 | -0/+37 | |
2011-03-08 | plugin/cpufreq: Y-axis is in hertz | Pim van den Berg | 1 | -1/+1 | |
2011-02-05 | replace function generate_colors by rainbow_colors | Pim van den Berg | 13 | -14/+0 | |
When no colors are defined they will be generated by function rainbow_colors. | |||||
2011-02-04 | plugin/dns: generate colors in type dns_opcode | Pim van den Berg | 1 | -6/+1 | |
2011-01-29 | plugin: add dns plugin | Pim van den Berg | 1 | -0/+58 | |
2010-12-17 | plugin/apache: add support for lighttpd | Pim van den Berg | 1 | -1/+49 | |
States are ordered by the order of handling a request, connect on top. Reference: http://redmine.lighttpd.net/wiki/1/Docs:InternalHTTPStates |