aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Define alternating odd/even css classes for rows in main summaryEdmondo Tommasina2010-05-292-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 dotsPim van den Berg2010-05-171-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 fileEdmondo Tommasina2010-05-132-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 statePim van den Berg2010-05-131-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_sourcesPim van den Berg2010-05-131-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 pluginPim van den Berg2010-03-211-0/+51
|
* fix: file2identifier must return identifiers (not basenames)Pim van den Berg2010-03-211-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 pagePim van den Berg2010-03-062-14/+19
|
* add conntrack pluginManuel CISSÉ2010-03-061-0/+30
|
* automatically generate colors for graphs (irq plugin)Pim van den Berg2010-03-011-0/+1
|
* add ntpd pluginManuel CISSÉ2010-03-011-0/+53
|
* add tcpconns pluginManuel CISSÉ2010-03-011-0/+24
|
* add hddtemp pluginManuel CISSÉ2010-03-011-0/+24
|
* add nut pluginManuel CISSÉ2010-03-011-0/+57
|
* add ping pluginManuel CISSÉ2010-03-011-0/+45
|
* automatically generate colors for graphs (sensor plugin)Manuel CISSÉ2010-03-011-3/+1
|
* add vmem pluginManuel CISSÉ2010-03-011-0/+66
|
* correct a bug when graphing multiple DS in multiple filesManuel CISSÉ2010-03-011-2/+2
|
* add the possibility to generate and use default colors for graphsManuel CISSÉ2010-03-012-4/+35
|
* autofill DS names when not specifiedManuel CISSÉ2010-03-011-0/+18
|
* add the ability to graph multiple DS in multiple files (used by vmem plugin)Manuel CISSÉ2010-03-011-2/+13
|
* add uptime pluginManuel CISSÉ2010-03-011-0/+29
|
* add fork rate graph to processes pluginManuel CISSÉ2010-03-011-3/+15
|
* interface traffic in bytes per second (instead of bits)Manuel CISSÉ2010-03-011-1/+1
|
* utf8 filename support for all typesPim van den Berg2010-03-012-24/+24
| | | | | Types GenenericIO and GenericStacked were not included in commit: 596dd7d414 [make rrdfiles using utf8 and spaces work]
* make rrdfiles using utf8 and spaces workJakob Haufe2010-02-162-19/+22
|
* add compatibility if rrdinfo doesn't work as expectedPim van den Berg2010-01-121-3/+17
|
* show error when no hosts are found in datadirPim van den Berg2010-01-121-1/+2
|
* make browser cache time for images configurablePim van den Berg2010-01-122-1/+7
|
* make rrdtool executable configurablePim van den Berg2010-01-1217-18/+40
|
* update changelog to v0.2Pim van den Berg2010-01-021-0/+10
|
* show all type instances in one graphPim van den Berg2010-01-012-11/+6
| | | | | | | | | | 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
* better validation of possible user input (get)Pim van den Berg2010-01-017-18/+55
|