aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* resolve php noticesKarol Nowacki2011-04-219-40/+47
| | | | Including a lot of undefined $_GET values.
* plugin/varnish: deduplicate rrd_format valuesPim van den Berg2011-04-181-3/+1
|
* plugin: add varnish pluginAurélien ROUGEMONT2011-04-181-0/+46
|
* plugin/zfs_arc: code cosmeticsPim van den Berg2011-04-181-19/+17
|
* plugin: add zfs_arc pluginAurélien ROUGEMONT2011-04-181-0/+103
|
* plugin/contextswitch: correct plugin namePim van den Berg2011-04-181-1/+1
|
* plugin: add contextswitch pluginAurélien ROUGEMONT2011-04-181-0/+27
|
* plugin: deduplicate rrd_format codePim van den Berg2011-04-106-31/+10
|
* plugin: add tail pluginPim van den Berg2011-04-101-0/+18
|
* use tinstance for legend label when data_sources is not set by pluginPim van den Berg2011-04-101-2/+7
|
* plugin/disk: SI magnitude units in legend for disk_merged and disk_opsPim van den Berg2011-04-051-2/+2
|
* type/GenericIO: add total calculations in IO graphsyur2011-04-051-1/+4
|
* plugin/postgresql: support for all predefined queriesPim van den Berg2011-03-151-3/+89
| | | | | | | | | - pg_blks - pg_n_tup_c - pg_n_tup_g - pg_numbackends - pg_scan - pg_xact
* plugin/postgresql: create fallback for unknown typesPim van den Berg2011-03-101-2/+1
|
* plugin/postgresql: make postgresql plugin compatible with cgpPim van den Berg2011-03-101-56/+40
|
* plugin: add postgresql pluginBenjamin Dupuis2011-03-101-0/+65
| | | | Source: http://www.quake.fr/tmp/plugin_bdu.tar.gz
* fallback to non-annotated tags in version detectionPim van den Berg2011-03-101-1/+1
|
* plugin/filecount: change color of files graphPim van den Berg2011-03-091-1/+1
|
* add version information to footerPim van den Berg2011-03-091-1/+15
|
* plugin: add filecount pluginPim van den Berg2011-03-081-0/+37
|
* plugin/cpufreq: Y-axis is in hertzPim van den Berg2011-03-081-1/+1
|
* add links to footerPim van den Berg2011-03-011-1/+2
|
* include local configuration file oncePim van den Berg2011-02-071-1/+1
| | | | | When config.php was copied to config.inc.php it would result in a infinite include loop.
* replace function generate_colors by rainbow_colorsPim van den Berg2011-02-0514-34/+21
| | | | When no colors are defined they will be generated by function rainbow_colors.
* plugin/dns: generate colors in type dns_opcodePim van den Berg2011-02-041-6/+1
|
* plugin: add dns pluginPim van den Berg2011-01-291-0/+58
|
* plugin/apache: add support for lighttpdPim van den Berg2010-12-171-1/+49
| | | | | | States are ordered by the order of handling a request, connect on top. Reference: http://redmine.lighttpd.net/wiki/1/Docs:InternalHTTPStates
* plugin/apache: pinstance was not shown in titlePim van den Berg2010-12-171-5/+5
|
* plugin/apache: bytes, connections, idle_workers, requests supportPim van den Berg2010-12-171-34/+94
| | | | | | | | Support has been added for the following types: - apache_bytes - apache_connections - apache_idle_workers - apache_requests
* plugin: add vserver pluginRex Tsai2010-11-051-0/+135
| | | | Signed-off-by: Pim van den Berg <pim@nethuis.nl>
* plugin: add nginx pluginPim van den Berg2010-10-171-0/+55
|
* plugin: add mysql pluginPim van den Berg2010-10-121-0/+103
|
* plugin/sensors: fix layout examplePim van den Berg2010-10-121-4/+4
|
* plugin: add battery pluginPim van den Berg2010-10-121-0/+42
|
* plugin: remove php close tagsPim van den Berg2010-10-1026-51/+0
|
* plugin: add cpufreq pluginPim van den Berg2010-10-101-0/+22
|
* update changelog to v0.3Pim van den Berg2010-10-041-0/+39
|
* plugin: add bind pluginPim van den Berg2010-10-041-0/+20
| | | | Very basic support for bind.
* plugin/processes: support for monitoring specific processesPim van den Berg2010-10-041-20/+163
|
* inc/collectd: improve determining which files to group in 1 graphPim van den Berg2010-10-041-33/+44
| | | | | | | | | | | | Previously graphs were created by collecting and merging all PIs, Ts and TIs separately. This went wrong when a part of a plugin had a PI and another part had not (processes plugin). It also went wrong when a P-PI combination had different Ts and TIs (bind plugin). This is solved by using grouped and deduplicated plugindata. -- P = plugin, PI = plugin instance, T = type, TI = type instance
* inc/collectd: simplify the way collectd_plugindata gathers its dataPim van den Berg2010-09-191-23/+10
| | | | A couple of preg_replaces are replaced by one simple but effective preg_match.
* automatic alignment of graph legendPim van den Berg2010-09-1712-66/+67
| | | | | Function fill_ds_names is renamed to parse_ds_names and now also appends spaces to ds_names to make them equal of lenght.
* plugin/nfs: clean up some duplicate codePim van den Berg2010-09-151-5/+2
|
* plugin/nfs: remove ds_names to keep it simpleJulien Rottenberg2010-09-151-44/+0
|
* plugin: add nfs pluginJulien Rottenberg2010-09-151-0/+85
|
* plugin/swap: better alignment of graph legendPim van den Berg2010-09-141-7/+7
|
* plugin/memcached: better alignment of graph legendPim van den Berg2010-09-141-22/+16
|
* plugin: add memcached pluginJulien Rottenberg2010-09-141-0/+190
| | | | Support all types of the memcached plugin
* plugin: add netlink pluginPim van den Berg2010-09-121-0/+128
|
* type/default: dont strip 1st char from instance name when there is no type ↵Pim van den Berg2010-09-111-1/+3
| | | | instance