aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
* plugin/wireless: better labels and deduplicate codePim van den Berg2010-07-191-18/+11
| | | | | | | Wireless tools for Linux uses these labels: - signal_noice: Noice level - signal_power: Signal level - signal_quality: Link quality
* plugin: add wireless pluginTom Gallacher2010-07-191-0/+42
| | | | Signed-off-by: Pim van den Berg <pim@nethuis.nl>
* default graph time range is now configurable (not only for uptime)Pim van den Berg2010-06-262-4/+7
|
* Fix typo: Celsius instead of CeliusMichael Stapelberg2010-06-241-1/+1
| | | | Signed-off-by: Pim van den Berg <pim@nethuis.nl>
* use the same time range for the link to the detail pagePim van den Berg2010-06-221-4/+7
|
* Default time range on the summary page is now configurableManuel CISSÉ2010-06-222-1/+6
|
* Uptime plugin now display current/max/avg values in days instead of secondsManuel CISSÉ2010-06-222-5/+69
|
* remove php gd dependencyPim van den Berg2010-06-054-16/+10
| | | | | | Image error messages were shown using PHP GD. People who haven't installed PHP GD don't understand what is going on when an image is not shown. It is replaced by a static image referring to the error log for more information.