Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-06-22 | Add slab to memory plugin | Vincent Brillault | 1 | -0/+4 | |
2015-06-22 | Added haproxy template. | Erik Grinaker | 1 | -0/+106 | |
2015-06-22 | plugin: move local plugins from conf/plugin to plugin/local | Pim van den Berg | 1 | -0/+1 | |
2015-06-05 | added percen types to swap and df | Michael Salmon | 2 | -0/+40 | |
2014-12-14 | plugin/apache: don't use network_datasize for apache_bytes | Pim van den Berg | 1 | -1/+1 | |
network_datasize expects the source to be in bits. Closes #107 | |||||
2014-12-14 | plugin/mysql: remove defined colors from mysql_handler but rollback | Pim van den Berg | 1 | -30/+0 | |
I'd like rollback to be black. I don't care about the rest. | |||||
2014-12-14 | plugin/mysql: replace TI by PI in title | Pim van den Berg | 1 | -1/+1 | |
Closes #112 | |||||
2014-12-14 | plugin/vmem: improve vmpage_io | Pim van den Berg | 1 | -1/+11 | |
2014-12-09 | plugins/ping: show ping_droprate in percentage | Pim van den Berg | 1 | -1/+3 | |
Closes #109 | |||||
2014-08-25 | move " on <HOSTNAME>" suffix in graph title to JSON | Łukasz Kostka | 43 | -137/+137 | |
Closes #101 | |||||
2014-07-20 | Use a more secure command line building method | Peter Wu | 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. | |||||
2014-06-23 | Add LVM plugin | Vincent Brillault | 1 | -0/+15 | |
2014-06-04 | plugin/tcpconns: fix missing port number in rrd title | Pim van den Berg | 1 | -1/+1 | |
Closes #78 | |||||
2014-05-21 | plugin: fix typo in temperature type | Nicolas Iooss | 2 | -2/+2 | |
2014-05-18 | Add base on all df plugins | Poil | 3 | -3/+6 | |
2014-05-18 | Add base option (1GB=1024Mo) | Poil | 1 | -1/+2 | |
2014-05-17 | plugin/libvirt: show (v)CPU time in milliseconds | Pim van den Berg | 1 | -4/+6 | |
2014-05-14 | plugin/uptime: fix legend format (.1lf -> %.1lf) | Pim van den Berg | 1 | -1/+1 | |
Closes: #72 | |||||
2014-05-14 | plugin/memory: add cache | Pim van den Berg | 1 | -0/+4 | |
Closes: https://github.com/pommi/CGP/issues/71 | |||||
2014-05-12 | plugin/processes: add wait, idle | Pim van den Berg | 1 | -0/+8 | |
Closes: https://github.com/pommi/CGP/issues/69 | |||||
2014-05-12 | graph.php: use JSON plugins instead of including PHP plugin files | Pim van den Berg | 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. | |||||
2014-05-03 | rename ds_names and dsname to legend | Pim van den Berg | 40 | -129/+129 | |
This had nothing to do with an RRD data source. | |||||
2014-05-03 | move collectd_flush function to base class | Pim van den Berg | 50 | -103/+0 | |
2014-05-03 | type/Default: don't depend on external function GET | Pim van den Berg | 50 | -66/+66 | |
2014-05-01 | plugin/memory: add osx/bsd ds_names to order, set color of active to ff00ff | Pim van den Berg | 1 | -2/+2 | |
Closes: https://github.com/pommi/CGP/issues/67 | |||||
2014-04-28 | plugin/memory: add support for osx/bsd | Pim van den Berg | 1 | -0/+8 | |
Closes: https://github.com/pommi/CGP/issues/67 | |||||
2014-04-15 | plugin/df: fix support for collectd 4 | Pim van den Berg | 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 | |||||
2014-04-08 | fix: return operator prevents us from seeing a graph | young-druid | 1 | -1/+1 | |
2014-03-23 | plugin/aggregation: cpu: allow 4 digits | Thomas Harold | 1 | -1/+1 | |
2014-03-23 | plugin: add aggregation plugin | Pim van den Berg | 1 | -0/+48 | |
2014-03-23 | plugin: add ipmi plugin | Thomas Harold | 1 | -0/+45 | |
2014-03-03 | Create dbi.php | bobonlog | 1 | -0/+18 | |
2014-02-10 | Plugin/nut: Add support for power graphs | Vincent Brillault | 1 | -0/+7 | |
2014-02-10 | Plugin/df: Add support for inode graphs | Vincent Brillault | 1 | -3/+12 | |
2014-01-02 | Nginx plugin changed DS types | Olaf Conradi | 1 | -0/+15 | |
See https://github.com/collectd/collectd/pull/227 | |||||
2014-01-02 | Time left is in seconds (plugin apcupsd) | Olaf Conradi | 1 | -1/+1 | |
2013-12-29 | plugin/tail: collectd < 5 backwards compatibility | Pim van den Berg | 1 | -0/+15 | |
Closes: https://github.com/pommi/CGP/issues/36 | |||||
2013-07-03 | plugin/ping: improve descriptions | Pim van den Berg | 1 | -3/+2 | |
2013-06-26 | plugin/snmp: add missing instantiation of Type_GenericIO class | Pim van den Berg | 1 | -1/+3 | |
This bug was introduced in commit: v0.3-64-gb5f789c [plugin/snmp: add support for if_octets] | |||||
2013-06-16 | plugin/nut: collectd 5 compatibility for frequency graph | Pim van den Berg | 1 | -1/+5 | |
2013-06-16 | plugin/openvpn: add datasize support | Pim van den Berg | 1 | -1/+2 | |
2013-06-16 | plugin/openvpn: fix traffic graph | Pim van den Berg | 1 | -0/+1 | |
2013-06-16 | plugin: add openvpn plugin | Conrad Kostecki | 1 | -0/+42 | |
Source: http://pastebin.com/5vNDuKaZ | |||||
2013-06-01 | Changed name of value to Temperature | kostecki | 1 | -1/+1 | |
2013-06-01 | Thermal Plugin added | Conrad Kostecki | 1 | -0/+26 | |
2013-05-29 | plugin/nut: collectd 5 compatibility for timeleft graph | Manuel CISSÉ | 1 | -1/+5 | |
2013-05-13 | move width/heigth from plugins to type __construct | Pim van den Berg | 45 | -96/+0 | |
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 | |