- Feb 07, 2011
-
-
Pim van den Berg authored
When config.php was copied to config.inc.php it would result in a infinite include loop.
-
- Feb 05, 2011
-
-
Pim van den Berg authored
When no colors are defined they will be generated by function rainbow_colors.
-
- Feb 04, 2011
-
-
Pim van den Berg authored
-
- Jan 29, 2011
-
-
Pim van den Berg authored
-
- Dec 17, 2010
-
-
Pim van den Berg authored
States are ordered by the order of handling a request, connect on top. Reference: http://redmine.lighttpd.net/wiki/1/Docs:InternalHTTPStates
-
Pim van den Berg authored
-
Pim van den Berg authored
Support has been added for the following types: - apache_bytes - apache_connections - apache_idle_workers - apache_requests
-
- Nov 05, 2010
-
-
Rex Tsai authored
Signed-off-by:
Pim van den Berg <pim@nethuis.nl>
-
- Oct 17, 2010
-
-
Pim van den Berg authored
-
- Oct 12, 2010
-
-
Pim van den Berg authored
-
Pim van den Berg authored
-
Pim van den Berg authored
-
- Oct 10, 2010
-
-
Pim van den Berg authored
-
Pim van den Berg authored
-
- Oct 04, 2010
-
-
Pim van den Berg authored
-
Pim van den Berg authored
Very basic support for bind.
-
Pim van den Berg authored
-
Pim van den Berg authored
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
-
- Sep 19, 2010
-
-
Pim van den Berg authored
A couple of preg_replaces are replaced by one simple but effective preg_match.
-
- Sep 17, 2010
-
-
Pim van den Berg authored
Function fill_ds_names is renamed to parse_ds_names and now also appends spaces to ds_names to make them equal of lenght.
-
- Sep 15, 2010
-
-
Pim van den Berg authored
-
Julien Rottenberg authored
-
Julien Rottenberg authored
-
- Sep 14, 2010
-
-
Pim van den Berg authored
-
Pim van den Berg authored
-
Julien Rottenberg authored
Support all types of the memcached plugin
-
- Sep 12, 2010
-
-
Pim van den Berg authored
-
- Sep 11, 2010
-
-
Pim van den Berg authored
-
- Jul 19, 2010
-
-
Pim van den Berg authored
Wireless tools for Linux uses these labels: - signal_noice: Noice level - signal_power: Signal level - signal_quality: Link quality
-
Tom Gallacher authored
Signed-off-by:
Pim van den Berg <pim@nethuis.nl>
-
- Jun 26, 2010
-
-
Pim van den Berg authored
-
- Jun 23, 2010
-
-
Michael Stapelberg authored
Signed-off-by:
Pim van den Berg <pim@nethuis.nl>
-
- Jun 22, 2010
-
-
Pim van den Berg authored
-
Manuel CISSÉ authored
-
Manuel CISSÉ authored
-
- Jun 05, 2010
-
-
Pim van den Berg authored
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.
-
- May 29, 2010
-
-
Edmondo Tommasina authored
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.
-
- May 17, 2010
-
-
Pim van den Berg authored
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
-
- May 13, 2010
-
-
Edmondo Tommasina authored
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>
-
Pim van den Berg authored
Solaris uses 3 memory states: free, locked and used. Reported by: Edmondo Tommasina
-