Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a more secure command line building method | Peter Wu | 2014-07-20 | 1 | -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 plugin | Vincent Brillault | 2014-06-23 | 1 | -0/+15 |
| | |||||
* | plugin/tcpconns: fix missing port number in rrd title | Pim van den Berg | 2014-06-04 | 1 | -1/+1 |
| | | | | Closes #78 | ||||
* | plugin: fix typo in temperature type | Nicolas Iooss | 2014-05-21 | 2 | -2/+2 |
| | |||||
* | Add base on all df plugins | Poil | 2014-05-18 | 3 | -3/+6 |
| | |||||
* | Add base option (1GB=1024Mo) | Poil | 2014-05-18 | 1 | -1/+2 |
| | |||||
* | plugin/libvirt: show (v)CPU time in milliseconds | Pim van den Berg | 2014-05-17 | 1 | -4/+6 |
| | |||||
* | plugin/uptime: fix legend format (.1lf -> %.1lf) | Pim van den Berg | 2014-05-14 | 1 | -1/+1 |
| | | | | Closes: #72 | ||||
* | plugin/memory: add cache | Pim van den Berg | 2014-05-14 | 1 | -0/+4 |
| | | | | Closes: https://github.com/pommi/CGP/issues/71 | ||||
* | plugin/processes: add wait, idle | Pim van den Berg | 2014-05-12 | 1 | -0/+8 |
| | | | | Closes: https://github.com/pommi/CGP/issues/69 | ||||
* | graph.php: use JSON plugins instead of including PHP plugin files | Pim van den Berg | 2014-05-12 | 92 | -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 legend | Pim van den Berg | 2014-05-03 | 40 | -129/+129 |
| | | | | This had nothing to do with an RRD data source. | ||||
* | move collectd_flush function to base class | Pim van den Berg | 2014-05-03 | 50 | -103/+0 |
| | |||||
* | type/Default: don't depend on external function GET | Pim van den Berg | 2014-05-03 | 50 | -66/+66 |
| | |||||
* | plugin/memory: add osx/bsd ds_names to order, set color of active to ff00ff | Pim van den Berg | 2014-05-01 | 1 | -2/+2 |
| | | | | Closes: https://github.com/pommi/CGP/issues/67 | ||||
* | plugin/memory: add support for osx/bsd | Pim van den Berg | 2014-04-28 | 1 | -0/+8 |
| | | | | Closes: https://github.com/pommi/CGP/issues/67 | ||||
* | plugin/df: fix support for collectd 4 | Pim van den Berg | 2014-04-15 | 1 | -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 graph | young-druid | 2014-04-08 | 1 | -1/+1 |
| | |||||
* | plugin/aggregation: cpu: allow 4 digits | Thomas Harold | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | plugin: add aggregation plugin | Pim van den Berg | 2014-03-23 | 1 | -0/+48 |
| | |||||
* | plugin: add ipmi plugin | Thomas Harold | 2014-03-23 | 1 | -0/+45 |
| | |||||
* | Create dbi.php | bobonlog | 2014-03-03 | 1 | -0/+18 |
| | |||||
* | Plugin/nut: Add support for power graphs | Vincent Brillault | 2014-02-10 | 1 | -0/+7 |
| | |||||
* | Plugin/df: Add support for inode graphs | Vincent Brillault | 2014-02-10 | 1 | -3/+12 |
| | |||||
* | Merge pull request #41 from oohlaf/nginx | Pim van den Berg | 2014-01-02 | 1 | -0/+15 |
|\ | | | | | Nginx plugin changed DS types | ||||
| * | Nginx plugin changed DS types | Olaf Conradi | 2014-01-02 | 1 | -0/+15 |
| | | | | | | | | See https://github.com/collectd/collectd/pull/227 | ||||
* | | Time left is in seconds (plugin apcupsd) | Olaf Conradi | 2014-01-02 | 1 | -1/+1 |
|/ | |||||
* | plugin/tail: collectd < 5 backwards compatibility | Pim van den Berg | 2013-12-29 | 1 | -0/+15 |
| | | | | Closes: https://github.com/pommi/CGP/issues/36 | ||||
* | plugin/ping: improve descriptions | Pim van den Berg | 2013-07-03 | 1 | -3/+2 |
| | |||||
* | plugin/snmp: add missing instantiation of Type_GenericIO class | Pim van den Berg | 2013-06-26 | 1 | -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 graph | Pim van den Berg | 2013-06-16 | 1 | -1/+5 |
| | |||||
* | plugin/openvpn: add datasize support | Pim van den Berg | 2013-06-16 | 1 | -1/+2 |
| | |||||
* | plugin/openvpn: fix traffic graph | Pim van den Berg | 2013-06-16 | 1 | -0/+1 |
| | |||||
* | plugin: add openvpn plugin | Conrad Kostecki | 2013-06-16 | 1 | -0/+42 |
| | | | | Source: http://pastebin.com/5vNDuKaZ | ||||
* | Changed name of value to Temperature | kostecki | 2013-06-01 | 1 | -1/+1 |
| | |||||
* | Thermal Plugin added | Conrad Kostecki | 2013-06-01 | 1 | -0/+26 |
| | |||||
* | Merge pull request #8 from mce35/nut | Pim van den Berg | 2013-05-29 | 1 | -1/+5 |
|\ | | | | | plugin/nut: collectd 5 compatibility for timeleft graph | ||||
| * | plugin/nut: collectd 5 compatibility for timeleft graph | Manuel CISSÉ | 2013-05-29 | 1 | -1/+5 |
| | | |||||
* | | move width/heigth from plugins to type __construct | Pim van den Berg | 2013-05-13 | 45 | -96/+0 |
|/ | |||||
* | plugin/nut: collectd 5 compatibility + Add frequency graph | Manuel CISSÉ | 2013-04-26 | 1 | -3/+15 |
| | |||||
* | plugin: Add MD plugin | Manuel CISSÉ | 2013-04-06 | 1 | -0/+24 |
| | |||||
* | plugin: remove php close tags | Pim van den Berg | 2013-02-09 | 2 | -4/+0 |
| | |||||
* | plugin: add iptables/ip6tables plugin | cisse@yahoo.fr | 2013-02-09 | 2 | -0/+64 |
| | | | | Signed-off-by: Manuel CISSÉ <manuel_cisse@yahoo.fr> | ||||
* | plugin/mysql: add support for cache_result, cache_size, threads, total_threads | Pim van den Berg | 2012-12-16 | 1 | -0/+47 |
| | | | | Requested-by: Philipp Hellmich <Philipp.Hellmich@Bertelsmann.de> | ||||
* | plugin/ntpd: collectd 5 compatibility | Pim van den Berg | 2012-12-16 | 1 | -4/+8 |
| | |||||
* | plugin: add powerdns plugin | Pim van den Berg | 2012-09-07 | 1 | -0/+18 |
| | | | | This is a very basic PowerDNS plugin. | ||||
* | add support for varnish plugin categories | Pim van den Berg | 2012-09-07 | 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> | ||||
* | plugin/snmp: add support for if_octets | Pim van den Berg | 2012-09-05 | 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> | ||||
* | apply datasize (bytes/bits) only to network related data | Pim van den Berg | 2012-09-05 | 14 | -51/+33 |
| | | | | As discussed in https://github.com/pommi/CGP/pull/1. | ||||
* | plugin: add snmp plugin | Pim van den Berg | 2012-08-12 | 1 | -0/+19 |
| | | | | This is a very basic SNMP plugin. |