Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-04 | Make it the default to. | onefang | 1 | -0/+1 | |
2020-01-04 | Work with CGI PHP. | onefang | 1 | -0/+4 | |
2019-12-27 | Rejig the graphs. | onefang | 1 | -1/+1 | |
2019-12-10 | Point to the apt-panopticon maintaned RRD database. | onefang | 1 | -1/+1 | |
2019-12-10 | Make it suitable for apt-panopticon. | onefang | 1 | -4/+5 | |
2019-12-10 | I want hybrid async graphs by default. | onefang | 1 | -2/+2 | |
2019-12-10 | Tweak the time spans. | onefang | 1 | -8/+10 | |
2019-12-10 | New config for "allowed" graphs, so people can hide some of them. | onefang | 1 | -0/+3 | |
2019-12-10 | A few style tweaks, mostly to a dark theme. | onefang | 1 | -2/+14 | |
2015-08-26 | Support for host categories bases on regular expression matching against ↵ | Mark Nellemann | 1 | -0/+3 | |
host names | |||||
2014-12-13 | Adding option to show time since last update on dashboard. | David Severwright | 1 | -0/+1 | |
Closes #110 | |||||
2014-08-10 | Support customized RRD URLs | Peter Wu | 1 | -0/+5 | |
Use case: I would like to bypass PHP for serving the RRD files and allow the webserver (nginx) to compress it to reduce load on the Raspberry Pi. I could go through all kinds of URL rewriting, but it is much easier to set `$CONFIG['rrd_url'] = 'rrd/{file}';` instead and add a corresponding location + alias directive to the nginx configuration. This depends on https://github.com/manuelluis/jsrrdgraph/pull/17 to avoid breaking on '='. | |||||
2014-07-23 | Remove from all files the ending php tag | François LASSERRE | 1 | -2/+0 | |
2014-07-22 | conf: replace [] by array() to support PHP < 5.4 | Pim van den Berg | 1 | -1/+1 | |
2014-07-20 | Use a more secure command line building method | Peter Wu | 1 | -2/+2 | |
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-07-05 | type/default: optionally draw min/max spikes in a lighter color in graphs | Pim van den Berg | 1 | -0/+3 | |
Closes #73 | |||||
2014-06-24 | add percentile support to network traffic graphs | Pim van den Berg | 1 | -0/+4 | |
Set $CONFIG['percentile'] to a number and a XXth percentile line + legend will be added to all network traffic (if_octets) graphs. Closes #81 | |||||
2014-06-11 | Add support for multiple types db | Dao-hui Chen | 1 | -1/+1 | |
2014-05-12 | graph.php: use JSON plugins instead of including PHP plugin files | Pim van den Berg | 1 | -0/+3 | |
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-04-15 | overview: disable showmem by default, add percent sign | Pim van den Berg | 1 | -1/+1 | |
And change all spaces to tabs. | |||||
2014-04-14 | overview: show used memory percentage | Bogdan Rădulescu | 1 | -1/+2 | |
2014-03-23 | add SVG graph support | Pim van den Berg | 1 | -1/+1 | |
2014-03-22 | add rrdcached flush support | Pim van den Berg | 1 | -0/+5 | |
2014-01-12 | add graph_type "hybrid" to show canvas on detail page, png on the others | Pim van den Berg | 1 | -1/+1 | |
2014-01-12 | Add a configuration option for sync/async choice for the canvas graphs | Vincent Brillault | 1 | -0/+3 | |
2013-12-29 | graph: add configurable limit to graph width/height | Pim van den Berg | 1 | -0/+3 | |
Closes: https://github.com/pommi/CGP/pull/34 | |||||
2013-12-29 | fix heigth -> height typo | Pim van den Berg | 1 | -2/+2 | |
2013-12-29 | automatic page refresh support + config setting | Pim van den Berg | 1 | -0/+3 | |
Closes: https://github.com/pommi/CGP/pull/35 | |||||
2013-12-28 | Add default timezone when system one is missing | Olaf Conradi | 1 | -0/+3 | |
Suppresses all the PHP warnings in the error logging. | |||||
2013-05-20 | conf: set default collectd version to 5 | Pim van den Berg | 1 | -1/+1 | |
2013-05-18 | add config option for showing smooth (curved) graphs | Pim van den Berg | 1 | -0/+3 | |
2013-05-18 | add support for graphing I/O using the negative X-axis | Pim van den Berg | 1 | -0/+3 | |
2013-05-18 | integrate jsrrdgraph in CGP | Pim van den Berg | 1 | -0/+3 | |
2013-03-30 | conf: disable overview_filter by default | Pim van den Berg | 1 | -1/+3 | |
It's good to have an example, but it's a bit confusing having it enabled by default. | |||||
2013-03-30 | add feature to show a subset of graphs from a plugin on overview page | Rohit Bhute | 1 | -0/+2 | |
2013-02-09 | detail.php: make terms configurable | Pim van den Berg | 1 | -0/+10 | |
2012-09-05 | apply datasize (bytes/bits) only to network related data | Pim van den Berg | 1 | -1/+1 | |
As discussed in https://github.com/pommi/CGP/pull/1. | |||||
2012-08-10 | introduce config option datasize to show graphs in bits or bytes | Pim van den Berg | 1 | -0/+3 | |
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> | |||||
2011-02-07 | include local configuration file once | Pim van den Berg | 1 | -1/+1 | |
When config.php was copied to config.inc.php it would result in a infinite include loop. | |||||
2010-06-26 | default graph time range is now configurable (not only for uptime) | Pim van den Berg | 1 | -1/+2 | |
2010-06-22 | Default time range on the summary page is now configurable | Manuel CISSÉ | 1 | -0/+3 | |
2010-05-13 | Allow to define alternate options for rrdtool in config file | Edmondo Tommasina | 1 | -0/+3 | |
Since I'm using a non standard installation of rrdtool, I always have to define the --font options when colling the rrdtool binary. I tried to implement this change in a general way to define locally rrdtool options in the config.local.php. Signed-off-by: Edmondo Tommasina <edmondo@eriadon.com> | |||||
2010-03-06 | configuration option to show load averages on overview page | Pim van den Berg | 1 | -0/+3 | |
2010-01-12 | make browser cache time for images configurable | Pim van den Berg | 1 | -0/+3 | |
2010-01-12 | make rrdtool executable configurable | Pim van den Berg | 1 | -0/+3 | |
2010-01-01 | show all type instances in one graph | Pim van den Berg | 1 | -10/+3 | |
Planned for collectd version 5.0 is to move the type instance of plugins df and interface to the plugin instance (see source). From version 5.0 the default is to group data from a type instance OR data source in one graph. In case of version 4 there are only 2 plugins to exclude from this: df and interface. Source: http://collectd.org/wiki/index.php/Plans_for_5.0 | |||||
2009-11-04 | add descriptions to configuration settings | Pim van den Berg | 1 | -6/+13 | |
2009-11-04 | add unixsock flush support | Pim van den Berg | 1 | -0/+5 | |
Via the UnixSock plugin of Collectd it is possible to send commands to the Collectd daemon. One of the commands is the FLUSH command, which you can use to let the daemon write cached data to the rrd files. CGP uses the FLUSH command before generating a graph and before showing the load information on the main page. In this case the information shown via CGP is always up-to-date. Also when you have configured the RRDTool plugin of Collectd with a CacheTimeout setting. This commit includes code based on functions collectd_identifier and collectd_flush from php-collection by Bruno Prémont. | |||||
2009-09-29 | make width and heigth of graphs configurable | Pim van den Berg | 1 | -0/+7 | |
These configuration options have been added: - width - heigth - detail-width - detail-heigth | |||||
2009-09-23 | include local config if it exists | Pim van den Berg | 1 | -1/+2 | |
CPG is designed to run out-of-the box. The local config is optional. |