aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-31Add redirects graphs.onefang1-0/+12
2019-12-27Rejig the graphs.onefang4-37/+61
2019-12-23Speed RRD is now it's own thing, not a separate one per protocol.onefang2-18/+20
2019-12-10Add apt-panopticon plugins.onefang4-0/+55
2017-08-03Missing parentheses for LVM item nameIvan Kurnosov1-1/+1
2017-06-29plugins: rename libvirt -> virtPim van den Berg1-0/+0
The plugin was renamed in collectd 5.5.0.
2017-03-04plugin/interface: add if_droppedPim van den Berg1-0/+16
2017-03-04plugin/disk: add pending_operations, disk_io_timePim van den Berg1-0/+27
2017-03-04plugin/memory: add slab_recl, slab_unreclPim van den Berg1-0/+8
2015-06-22Add slab to memory pluginVincent Brillault1-0/+4
2015-06-22Added haproxy template.Erik Grinaker1-0/+106
2015-06-22plugin: move local plugins from conf/plugin to plugin/localPim van den Berg1-0/+1
2015-06-05added percen types to swap and dfMichael Salmon2-0/+40
2014-12-14plugin/apache: don't use network_datasize for apache_bytesPim van den Berg1-1/+1
network_datasize expects the source to be in bits. Closes #107
2014-12-14plugin/mysql: remove defined colors from mysql_handler but rollbackPim van den Berg1-30/+0
I'd like rollback to be black. I don't care about the rest.
2014-12-14plugin/mysql: replace TI by PI in titlePim van den Berg1-1/+1
Closes #112
2014-12-14plugin/vmem: improve vmpage_ioPim van den Berg1-1/+11
2014-12-09plugins/ping: show ping_droprate in percentagePim van den Berg1-1/+3
Closes #109
2014-08-25move " on <HOSTNAME>" suffix in graph title to JSONƁukasz Kostka43-137/+137
Closes #101
2014-07-20Use a more secure command line building methodPeter Wu1-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.
2014-06-23Add LVM pluginVincent Brillault1-0/+15
2014-06-04plugin/tcpconns: fix missing port number in rrd titlePim van den Berg1-1/+1
Closes #78
2014-05-21plugin: fix typo in temperature typeNicolas Iooss2-2/+2
2014-05-18Add base on all df pluginsPoil3-3/+6
2014-05-18Add base option (1GB=1024Mo)Poil1-1/+2
2014-05-17plugin/libvirt: show (v)CPU time in millisecondsPim van den Berg1-4/+6
2014-05-14plugin/uptime: fix legend format (.1lf -> %.1lf)Pim van den Berg1-1/+1
Closes: #72
2014-05-14plugin/memory: add cachePim van den Berg1-0/+4
Closes: https://github.com/pommi/CGP/issues/71
2014-05-12plugin/processes: add wait, idlePim van den Berg1-0/+8
Closes: https://github.com/pommi/CGP/issues/69
2014-05-12graph.php: use JSON plugins instead of including PHP plugin filesPim van den Berg92-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.
2014-05-03rename ds_names and dsname to legendPim van den Berg40-129/+129
This had nothing to do with an RRD data source.
2014-05-03move collectd_flush function to base classPim van den Berg50-103/+0
2014-05-03type/Default: don't depend on external function GETPim van den Berg50-66/+66
2014-05-01plugin/memory: add osx/bsd ds_names to order, set color of active to ff00ffPim van den Berg1-2/+2
Closes: https://github.com/pommi/CGP/issues/67
2014-04-28plugin/memory: add support for osx/bsdPim van den Berg1-0/+8
Closes: https://github.com/pommi/CGP/issues/67
2014-04-15plugin/df: fix support for collectd 4Pim van den Berg1-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
2014-04-08fix: return operator prevents us from seeing a graphyoung-druid1-1/+1
2014-03-23plugin/aggregation: cpu: allow 4 digitsThomas Harold1-1/+1
2014-03-23plugin: add aggregation pluginPim van den Berg1-0/+48
2014-03-23plugin: add ipmi pluginThomas Harold1-0/+45
2014-03-03Create dbi.phpbobonlog1-0/+18
2014-02-10Plugin/nut: Add support for power graphsVincent Brillault1-0/+7
2014-02-10Plugin/df: Add support for inode graphsVincent Brillault1-3/+12
2014-01-02Nginx plugin changed DS typesOlaf Conradi1-0/+15
See https://github.com/collectd/collectd/pull/227
2014-01-02Time left is in seconds (plugin apcupsd)Olaf Conradi1-1/+1
2013-12-29plugin/tail: collectd < 5 backwards compatibilityPim van den Berg1-0/+15
Closes: https://github.com/pommi/CGP/issues/36
2013-07-03plugin/ping: improve descriptionsPim van den Berg1-3/+2
2013-06-26plugin/snmp: add missing instantiation of Type_GenericIO classPim van den Berg1-1/+3
This bug was introduced in commit: v0.3-64-gb5f789c [plugin/snmp: add support for if_octets]
2013-06-16plugin/nut: collectd 5 compatibility for frequency graphPim van den Berg1-1/+5
2013-06-16plugin/openvpn: add datasize supportPim van den Berg1-1/+2