aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: return operator prevents us from seeing a graphyoung-druid2014-04-081-1/+1
|
* plugin/aggregation: cpu: allow 4 digitsThomas Harold2014-03-231-1/+1
|
* plugin: add aggregation pluginPim van den Berg2014-03-231-0/+48
|
* plugin: add ipmi pluginThomas Harold2014-03-231-0/+45
|
* Create dbi.phpbobonlog2014-03-031-0/+18
|
* Plugin/nut: Add support for power graphsVincent Brillault2014-02-101-0/+7
|
* Plugin/df: Add support for inode graphsVincent Brillault2014-02-101-3/+12
|
* Merge pull request #41 from oohlaf/nginxPim van den Berg2014-01-021-0/+15
|\ | | | | Nginx plugin changed DS types
| * Nginx plugin changed DS typesOlaf Conradi2014-01-021-0/+15
| | | | | | | | See https://github.com/collectd/collectd/pull/227
* | Time left is in seconds (plugin apcupsd)Olaf Conradi2014-01-021-1/+1
|/
* plugin/tail: collectd < 5 backwards compatibilityPim van den Berg2013-12-291-0/+15
| | | | Closes: https://github.com/pommi/CGP/issues/36
* plugin/ping: improve descriptionsPim van den Berg2013-07-031-3/+2
|
* plugin/snmp: add missing instantiation of Type_GenericIO classPim van den Berg2013-06-261-1/+3
| | | | | This bug was introduced in commit: v0.3-64-gb5f789c [plugin/snmp: add support for if_octets]
* plugin/nut: collectd 5 compatibility for frequency graphPim van den Berg2013-06-161-1/+5
|
* plugin/openvpn: add datasize supportPim van den Berg2013-06-161-1/+2
|
* plugin/openvpn: fix traffic graphPim van den Berg2013-06-161-0/+1
|
* plugin: add openvpn pluginConrad Kostecki2013-06-161-0/+42
| | | | Source: http://pastebin.com/5vNDuKaZ
* Changed name of value to Temperaturekostecki2013-06-011-1/+1
|
* Thermal Plugin addedConrad Kostecki2013-06-011-0/+26
|
* Merge pull request #8 from mce35/nutPim van den Berg2013-05-291-1/+5
|\ | | | | plugin/nut: collectd 5 compatibility for timeleft graph
| * plugin/nut: collectd 5 compatibility for timeleft graphManuel CISSÉ2013-05-291-1/+5
| |
* | move width/heigth from plugins to type __constructPim van den Berg2013-05-1345-96/+0
|/
* plugin/nut: collectd 5 compatibility + Add frequency graphManuel CISSÉ2013-04-261-3/+15
|
* plugin: Add MD pluginManuel CISSÉ2013-04-061-0/+24
|
* plugin: remove php close tagsPim van den Berg2013-02-092-4/+0
|
* plugin: add iptables/ip6tables plugincisse@yahoo.fr2013-02-092-0/+64
| | | | Signed-off-by: Manuel CISSÉ <manuel_cisse@yahoo.fr>
* plugin/mysql: add support for cache_result, cache_size, threads, total_threadsPim van den Berg2012-12-161-0/+47
| | | | Requested-by: Philipp Hellmich <Philipp.Hellmich@Bertelsmann.de>
* plugin/ntpd: collectd 5 compatibilityPim van den Berg2012-12-161-4/+8
|
* 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-071-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>
* 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-0514-51/+33
| | | | 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-1014-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>
* 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>
* 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.
* 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-041-6/+16
|
* plugin: add libvirt pluginPim van den Berg2011-07-041-0/+137
|
* type/Default: dont use t as ti when no ti is setPim van den Berg2011-06-265-29/+48
| | | | 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
|