Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-02-05 | replace function generate_colors by rainbow_colors | Pim van den Berg | 13 | -14/+0 | |
When no colors are defined they will be generated by function rainbow_colors. | |||||
2011-02-04 | plugin/dns: generate colors in type dns_opcode | Pim van den Berg | 1 | -6/+1 | |
2011-01-29 | plugin: add dns plugin | Pim van den Berg | 1 | -0/+58 | |
2010-12-17 | plugin/apache: add support for lighttpd | Pim van den Berg | 1 | -1/+49 | |
States are ordered by the order of handling a request, connect on top. Reference: http://redmine.lighttpd.net/wiki/1/Docs:InternalHTTPStates | |||||
2010-12-17 | plugin/apache: pinstance was not shown in title | Pim van den Berg | 1 | -5/+5 | |
2010-12-17 | plugin/apache: bytes, connections, idle_workers, requests support | Pim van den Berg | 1 | -34/+94 | |
Support has been added for the following types: - apache_bytes - apache_connections - apache_idle_workers - apache_requests | |||||
2010-11-05 | plugin: add vserver plugin | Rex Tsai | 1 | -0/+135 | |
Signed-off-by: Pim van den Berg <pim@nethuis.nl> | |||||
2010-10-17 | plugin: add nginx plugin | Pim van den Berg | 1 | -0/+55 | |
2010-10-12 | plugin: add mysql plugin | Pim van den Berg | 1 | -0/+103 | |
2010-10-12 | plugin/sensors: fix layout example | Pim van den Berg | 1 | -4/+4 | |
2010-10-12 | plugin: add battery plugin | Pim van den Berg | 1 | -0/+42 | |
2010-10-10 | plugin: remove php close tags | Pim van den Berg | 26 | -51/+0 | |
2010-10-10 | plugin: add cpufreq plugin | Pim van den Berg | 1 | -0/+22 | |
2010-10-04 | plugin: add bind plugin | Pim van den Berg | 1 | -0/+20 | |
Very basic support for bind. | |||||
2010-10-04 | plugin/processes: support for monitoring specific processes | Pim van den Berg | 1 | -20/+163 | |
2010-09-17 | automatic alignment of graph legend | Pim van den Berg | 11 | -53/+52 | |
Function fill_ds_names is renamed to parse_ds_names and now also appends spaces to ds_names to make them equal of lenght. | |||||
2010-09-15 | plugin/nfs: clean up some duplicate code | Pim van den Berg | 1 | -5/+2 | |
2010-09-15 | plugin/nfs: remove ds_names to keep it simple | Julien Rottenberg | 1 | -44/+0 | |
2010-09-15 | plugin: add nfs plugin | Julien Rottenberg | 1 | -0/+85 | |
2010-09-14 | plugin/swap: better alignment of graph legend | Pim van den Berg | 1 | -7/+7 | |
2010-09-14 | plugin/memcached: better alignment of graph legend | Pim van den Berg | 1 | -22/+16 | |
2010-09-14 | plugin: add memcached plugin | Julien Rottenberg | 1 | -0/+190 | |
Support all types of the memcached plugin | |||||
2010-09-12 | plugin: add netlink plugin | Pim van den Berg | 1 | -0/+128 | |
2010-07-19 | plugin/wireless: better labels and deduplicate code | Pim van den Berg | 1 | -18/+11 | |
Wireless tools for Linux uses these labels: - signal_noice: Noice level - signal_power: Signal level - signal_quality: Link quality | |||||
2010-07-19 | plugin: add wireless plugin | Tom Gallacher | 1 | -0/+42 | |
Signed-off-by: Pim van den Berg <pim@nethuis.nl> | |||||
2010-06-24 | Fix typo: Celsius instead of Celius | Michael Stapelberg | 1 | -1/+1 | |
Signed-off-by: Pim van den Berg <pim@nethuis.nl> | |||||
2010-06-22 | Uptime plugin now display current/max/avg values in days instead of seconds | Manuel CISSÉ | 1 | -5/+5 | |
2010-05-13 | plugin/memory: add locked state | Pim van den Berg | 1 | -4/+6 | |
Solaris uses 3 memory states: free, locked and used. Reported by: Edmondo Tommasina | |||||
2010-03-21 | add apache plugin | Pim van den Berg | 1 | -0/+51 | |
2010-03-06 | add conntrack plugin | Manuel CISSÉ | 1 | -0/+30 | |
2010-03-01 | automatically generate colors for graphs (irq plugin) | Pim van den Berg | 1 | -0/+1 | |
2010-03-01 | add ntpd plugin | Manuel CISSÉ | 1 | -0/+53 | |
2010-03-01 | add tcpconns plugin | Manuel CISSÉ | 1 | -0/+24 | |
2010-03-01 | add hddtemp plugin | Manuel CISSÉ | 1 | -0/+24 | |
2010-03-01 | add nut plugin | Manuel CISSÉ | 1 | -0/+57 | |
2010-03-01 | add ping plugin | Manuel CISSÉ | 1 | -0/+45 | |
2010-03-01 | automatically generate colors for graphs (sensor plugin) | Manuel CISSÉ | 1 | -3/+1 | |
2010-03-01 | add vmem plugin | Manuel CISSÉ | 1 | -0/+66 | |
2010-03-01 | add uptime plugin | Manuel CISSÉ | 1 | -0/+29 | |
2010-03-01 | add fork rate graph to processes plugin | Manuel CISSÉ | 1 | -3/+15 | |
2010-03-01 | interface traffic in bytes per second (instead of bits) | Manuel CISSÉ | 1 | -1/+1 | |
2010-01-12 | make rrdtool executable configurable | Pim van den Berg | 12 | -13/+13 | |
2009-12-31 | add swap_io support | Pim van den Berg | 1 | -19/+33 | |
2009-12-31 | rewrite of type classes | Pim van den Berg | 12 | -192/+47 | |
A constructor is added to the Type_Default class. The constructor will parse GET values (such as host, plugin, pinstance, type, tinstance, seconds), create an array of all needed rrd files to generate a graph and substract identifiers from these rrd files. Because of the constructor (and related functions) it is not needed to define an array of tinstances to be grouped and shown in one graph. Also $obj->args don't have to be defined per plugin. This will result in smaller plugin files. The type classes are based on the fact that a plugin has multiple type instances OR multiple rrd data sources. This is called the source and is retrieved by rrd_get_sources in each rrd_gen_graph function. Also variables in function rrd_gen_graph have been renamed to better ones. | |||||
2009-12-31 | always show 'on $host' in the rrd title | Pim van den Berg | 12 | -19/+19 | |
'on $host' doesn't have to be added manually to rrd_title anymore. | |||||
2009-11-15 | temporary disable swap_io | Pim van den Berg | 1 | -1/+6 | |
2009-11-04 | add unixsock flush support | Pim van den Berg | 12 | -0/+30 | |
Via the UnixSock plugin of Collectd it is possible to send commands to the Collectd daemon. One of the commands is the FLUSH command, which you can use to let the daemon write cached data to the rrd files. CGP uses the FLUSH command before generating a graph and before showing the load information on the main page. In this case the information shown via CGP is always up-to-date. Also when you have configured the RRDTool plugin of Collectd with a CacheTimeout setting. This commit includes code based on functions collectd_identifier and collectd_flush from php-collection by Bruno Prémont. | |||||
2009-11-04 | remove path_format from plugins | Pim van den Berg | 12 | -12/+0 | |
The relative path to an rrd file can be generated based on host, plugin, plugin instance, type and type instance. In this case path_format is not needed anymore. This commit includes code based on the collectd_identifier function from php-collection by Bruno Prémont. | |||||
2009-09-28 | change webdir/weburl and include/require usage | Pim van den Berg | 12 | -30/+30 | |
- Don't depend on includes from files that are included. - Don't use webdir with includes/requires (also because webdir couldn't be available in some cases). - Use common.inc.php instead of config.php in all plugins to have all configuration settings available. |