Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | plugin/apache: pinstance was not shown in title | Pim van den Berg | 2010-12-17 | 1 | -5/+5 | |
| | ||||||
* | plugin/apache: bytes, connections, idle_workers, requests support | Pim van den Berg | 2010-12-17 | 1 | -34/+94 | |
| | | | | | | | | Support has been added for the following types: - apache_bytes - apache_connections - apache_idle_workers - apache_requests | |||||
* | plugin: add vserver plugin | Rex Tsai | 2010-11-05 | 1 | -0/+135 | |
| | | | | Signed-off-by: Pim van den Berg <pim@nethuis.nl> | |||||
* | plugin: add nginx plugin | Pim van den Berg | 2010-10-17 | 1 | -0/+55 | |
| | ||||||
* | plugin: add mysql plugin | Pim van den Berg | 2010-10-12 | 1 | -0/+103 | |
| | ||||||
* | plugin/sensors: fix layout example | Pim van den Berg | 2010-10-12 | 1 | -4/+4 | |
| | ||||||
* | plugin: add battery plugin | Pim van den Berg | 2010-10-12 | 1 | -0/+42 | |
| | ||||||
* | plugin: remove php close tags | Pim van den Berg | 2010-10-10 | 26 | -51/+0 | |
| | ||||||
* | plugin: add cpufreq plugin | Pim van den Berg | 2010-10-10 | 1 | -0/+22 | |
| | ||||||
* | update changelog to v0.3 | Pim van den Berg | 2010-10-04 | 1 | -0/+39 | |
| | ||||||
* | plugin: add bind plugin | Pim van den Berg | 2010-10-04 | 1 | -0/+20 | |
| | | | | Very basic support for bind. | |||||
* | plugin/processes: support for monitoring specific processes | Pim van den Berg | 2010-10-04 | 1 | -20/+163 | |
| | ||||||
* | inc/collectd: improve determining which files to group in 1 graph | Pim van den Berg | 2010-10-04 | 1 | -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 data | Pim van den Berg | 2010-09-19 | 1 | -23/+10 | |
| | | | | A couple of preg_replaces are replaced by one simple but effective preg_match. | |||||
* | automatic alignment of graph legend | Pim van den Berg | 2010-09-17 | 12 | -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 code | Pim van den Berg | 2010-09-15 | 1 | -5/+2 | |
| | ||||||
* | plugin/nfs: remove ds_names to keep it simple | Julien Rottenberg | 2010-09-15 | 1 | -44/+0 | |
| | ||||||
* | plugin: add nfs plugin | Julien Rottenberg | 2010-09-15 | 1 | -0/+85 | |
| | ||||||
* | plugin/swap: better alignment of graph legend | Pim van den Berg | 2010-09-14 | 1 | -7/+7 | |
| | ||||||
* | plugin/memcached: better alignment of graph legend | Pim van den Berg | 2010-09-14 | 1 | -22/+16 | |
| | ||||||
* | plugin: add memcached plugin | Julien Rottenberg | 2010-09-14 | 1 | -0/+190 | |
| | | | | Support all types of the memcached plugin | |||||
* | plugin: add netlink plugin | Pim van den Berg | 2010-09-12 | 1 | -0/+128 | |
| | ||||||
* | type/default: dont strip 1st char from instance name when there is no type ↵ | Pim van den Berg | 2010-09-11 | 1 | -1/+3 | |
| | | | | instance | |||||
* | plugin/wireless: better labels and deduplicate code | Pim van den Berg | 2010-07-19 | 1 | -18/+11 | |
| | | | | | | | Wireless tools for Linux uses these labels: - signal_noice: Noice level - signal_power: Signal level - signal_quality: Link quality | |||||
* | plugin: add wireless plugin | Tom Gallacher | 2010-07-19 | 1 | -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 Berg | 2010-06-26 | 2 | -4/+7 | |
| | ||||||
* | Fix typo: Celsius instead of Celius | Michael Stapelberg | 2010-06-24 | 1 | -1/+1 | |
| | | | | Signed-off-by: Pim van den Berg <pim@nethuis.nl> | |||||
* | use the same time range for the link to the detail page | Pim van den Berg | 2010-06-22 | 1 | -4/+7 | |
| | ||||||
* | Default time range on the summary page is now configurable | Manuel CISSÉ | 2010-06-22 | 2 | -1/+6 | |
| | ||||||
* | Uptime plugin now display current/max/avg values in days instead of seconds | Manuel CISSÉ | 2010-06-22 | 2 | -5/+69 | |
| | ||||||
* | remove php gd dependency | Pim van den Berg | 2010-06-05 | 4 | -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. | |||||
* | Define alternating odd/even css classes for rows in main summary | Edmondo Tommasina | 2010-05-29 | 2 | -1/+15 | |
| | | | | | | To select different background colors for the rows in the main summary page, just uncomment the tr.odd/tr.even background definition in layout/style.css and set the color. | |||||
* | a source (type instance or data source) may contain dots | Pim van den Berg | 2010-05-17 | 1 | -1/+0 | |
| | | | | | | | Like mentioned in the comment on the website below, I think there is no problem a source contains dots. For now, this line is removed. http://pommi.nethuis.nl/2010/01/collectd-graph-panel-v0-2/#comment-177 | |||||
* | Allow to define alternate options for rrdtool in config file | Edmondo Tommasina | 2010-05-13 | 2 | -0/+7 | |
| | | | | | | | | | 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> | |||||
* | plugin/memory: add locked state | Pim van den Berg | 2010-05-13 | 1 | -4/+6 | |
| | | | | | | Solaris uses 3 memory states: free, locked and used. Reported by: Edmondo Tommasina | |||||
* | fix: renumber keys of intersected array in function rrd_get_sources | Pim van den Berg | 2010-05-13 | 1 | -1/+1 | |
| | | | | | | Since commit 95c70c919 [rewrite of type classes] cpu graphs of hosts running a 2.4 Linux kernel or Solaris were not displayed. Function rrd_get_sources must return an array with a consecutive index of numbers. | |||||
* | add apache plugin | Pim van den Berg | 2010-03-21 | 1 | -0/+51 | |
| | ||||||
* | fix: file2identifier must return identifiers (not basenames) | Pim van den Berg | 2010-03-21 | 1 | -1/+2 | |
| | | | | | | | The identifier is needed to send the FLUSH command to the UnixSock plugin. Partly revert of commit: 596dd7d41 [make rrdfiles using utf8 and spaces work] | |||||
* | configuration option to show load averages on overview page | Pim van den Berg | 2010-03-06 | 2 | -14/+19 | |
| | ||||||
* | add conntrack plugin | Manuel CISSÉ | 2010-03-06 | 1 | -0/+30 | |
| | ||||||
* | automatically generate colors for graphs (irq plugin) | Pim van den Berg | 2010-03-01 | 1 | -0/+1 | |
| | ||||||
* | add ntpd plugin | Manuel CISSÉ | 2010-03-01 | 1 | -0/+53 | |
| | ||||||
* | add tcpconns plugin | Manuel CISSÉ | 2010-03-01 | 1 | -0/+24 | |
| | ||||||
* | add hddtemp plugin | Manuel CISSÉ | 2010-03-01 | 1 | -0/+24 | |
| | ||||||
* | add nut plugin | Manuel CISSÉ | 2010-03-01 | 1 | -0/+57 | |
| | ||||||
* | add ping plugin | Manuel CISSÉ | 2010-03-01 | 1 | -0/+45 | |
| | ||||||
* | automatically generate colors for graphs (sensor plugin) | Manuel CISSÉ | 2010-03-01 | 1 | -3/+1 | |
| | ||||||
* | add vmem plugin | Manuel CISSÉ | 2010-03-01 | 1 | -0/+66 | |
| | ||||||
* | correct a bug when graphing multiple DS in multiple files | Manuel CISSÉ | 2010-03-01 | 1 | -2/+2 | |
| | ||||||
* | add the possibility to generate and use default colors for graphs | Manuel CISSÉ | 2010-03-01 | 2 | -4/+35 | |
| |