aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add redirects graphs.onefang2019-12-311-0/+12
|
* Rejig the graphs.onefang2019-12-274-37/+61
|
* Speed RRD is now it's own thing, not a separate one per protocol.onefang2019-12-232-18/+20
|
* Add apt-panopticon plugins.onefang2019-12-104-0/+55
|
* Missing parentheses for LVM item nameIvan Kurnosov2017-08-031-1/+1
|
* plugins: rename libvirt -> virtPim van den Berg2017-06-291-0/+0
| | | | The plugin was renamed in collectd 5.5.0.
* plugin/interface: add if_droppedPim van den Berg2017-03-041-0/+16
|
* plugin/disk: add pending_operations, disk_io_timePim van den Berg2017-03-041-0/+27
|
* plugin/memory: add slab_recl, slab_unreclPim van den Berg2017-03-041-0/+8
|
* Add slab to memory pluginVincent Brillault2015-06-221-0/+4
|
* Added haproxy template.Erik Grinaker2015-06-221-0/+106
|
* plugin: move local plugins from conf/plugin to plugin/localPim van den Berg2015-06-221-0/+1
|
* added percen types to swap and dfMichael Salmon2015-06-052-0/+40
|
* plugin/apache: don't use network_datasize for apache_bytesPim van den Berg2014-12-141-1/+1
| | | | | | network_datasize expects the source to be in bits. Closes #107
* plugin/mysql: remove defined colors from mysql_handler but rollbackPim van den Berg2014-12-141-30/+0
| | | | I'd like rollback to be black. I don't care about the rest.
* plugin/mysql: replace TI by PI in titlePim van den Berg2014-12-141-1/+1
| | | | Closes #112
* plugin/vmem: improve vmpage_ioPim van den Berg2014-12-141-1/+11
|
* plugins/ping: show ping_droprate in percentagePim van den Berg2014-12-091-1/+3
| | | | Closes #109
* move " on <HOSTNAME>" suffix in graph title to JSONƁukasz Kostka2014-08-2543-137/+137
| | | | Closes #101
* Use a more secure command line building methodPeter Wu2014-07-201-1/+1
| | | | | | | | | | | | | | | | | | | Previously, a command is built by string concatenation. Here, the distinction between a value and multiple params got lost. Solve this by using an array for shell arguments. As the escaping is now removed from the `rrd_gen_graph` function, the canvas style needs to manually add those quotes to make the JS code still work. That only supports double-quotes, so hopefully nobody creates a name with a double quote as that would break the fragile JS command line parser. Separate the rrdtool options from the rrdtool graph command to make the `$graph_type == 'canvas'` option work (it would otherwise not understand the `rrdtool graph - -a PNG` option). Merge the SVG and PNG cases as they are the same except for the Content-Type header. Fix a missing html escape in a debug style.
* Add LVM pluginVincent Brillault2014-06-231-0/+15
|
* plugin/tcpconns: fix missing port number in rrd titlePim van den Berg2014-06-041-1/+1
| | | | Closes #78
* plugin: fix typo in temperature typeNicolas Iooss2014-05-212-2/+2
|
* Add base on all df pluginsPoil2014-05-183-3/+6
|
* Add base option (1GB=1024Mo)Poil2014-05-181-1/+2
|
* plugin/libvirt: show (v)CPU time in millisecondsPim van den Berg2014-05-171-4/+6
|
* plugin/uptime: fix legend format (.1lf -> %.1lf)Pim van den Berg2014-05-141-1/+1
| | | | Closes: #72
* plugin/memory: add cachePim van den Berg2014-05-141-0/+4
| | | | Closes: https://github.com/pommi/CGP/issues/71
* plugin/processes: add wait, idlePim van den Berg2014-05-121-0/+8
| | | | Closes: https://github.com/pommi/CGP/issues/69
* graph.php: use JSON plugins instead of including PHP plugin filesPim van den Berg2014-05-1292-2784/+1957
| | | | | | | | | | | | A couple of big changes here. A lot of logic moved to graph.php. The PHP plugin files have been rewritten to JSON. In these JSON files *everything* is optional. Also *NOT* having a JSON plugin file won't block you from having a graph. The JSON will just make the graphs prettier (by having a title, y-axis title, legend, colors, etc..). The Collectd types.db file is parsed and used to determine RRD content. When things are not defined in the JSON it will fallback to a default.
* rename ds_names and dsname to legendPim van den Berg2014-05-0340-129/+129
| | | | This had nothing to do with an RRD data source.
* move collectd_flush function to base classPim van den Berg2014-05-0350-103/+0
|
* type/Default: don't depend on external function GETPim van den Berg2014-05-0350-66/+66
|
* plugin/memory: add osx/bsd ds_names to order, set color of active to ff00ffPim van den Berg2014-05-011-2/+2
| | | | Closes: https://github.com/pommi/CGP/issues/67
* plugin/memory: add support for osx/bsdPim van den Berg2014-04-281-0/+8
| | | | Closes: https://github.com/pommi/CGP/issues/67
* plugin/df: fix support for collectd 4Pim van den Berg2014-04-151-0/+1
| | | | | | | Support for collectd 4 was broken since commit: v0.4.1-52-g0c50eff [Plugin/df: Add support for inode graphs] Closes: https://github.com/pommi/CGP/issues/64
* 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
|