tokkee.org
Code
projects
/
collection4.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
share/collection.conf: Make the disk graphs more generic.
2010-06-23
Florian Forster
src/graph_list.[ch]: Implement "gl_foreach_host".
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
src/graph_ident.[ch]: Mark the inst argument to the...
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
"list graphs" action: Support searching for plugin...
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
share/collection.conf: Add graphs for "fork_rate",...
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
share/collection.conf: Add graph for "swap_io".
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
Fix missing #includes.
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
Merge branch 'master' of verplant.org:/var/lib/git...
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
src/graph.c: graph_inst_search_field: Only call "inst_matche...
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
"show graph" action: Create exact field searches in...
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
"list graphs" action: Create exact host-search in ...
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
"list graphs" action: Support searching for exact host...
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
src/graph_instance.h: Document the behavior of "inst_matches...
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
src/graph_list.[ch]: Implement "gl_search_field".
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
src/graph.[ch]: Implement "graph_inst_search_field...
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
src/graph_instance.[ch]: Implement "inst_matches_field".
commit
|
commitdiff
|
tree
2010-06-23
Florian Forster
src/graph_ident.[ch]: Implement "ident_get_field".
commit
|
commitdiff
|
tree
2010-06-22
Florian Forster
share/collection.conf: Add sensors/temperature graphs.
commit
|
commitdiff
|
tree
2010-06-22
Florian Forster
src/graph{,_instance}.[ch]: Implement graph instances...
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
README: Explain "graphs" and "instances" a little.
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
src/action_list_graphs.c: Add heading to list of hosts.
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
share/collection.conf: Add interface graphs.
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
share/collection.js: Add a timeout to the hide() call.
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
share/collection.js: Improve the search suggestion...
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
src/graph_list.c: Use the "graph_inst_foreach" function.
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
Rename the "search" parameter to "q".
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
src/common.c: Fix a very stupid bug in "strtolower_copy".
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
"list graphs" action: Limit the number of graphs and...
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
"show graph" action: Implement displaying _graphs_...
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
src/graph.[ch]: Implement "graph_get_params".
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
src/graph.[ch]: Implement "graph_inst_foreach".
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
"show graph" action: Add page showing one instance...
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
"search json" action: Move the JSON callback method...
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
src/utils_cgi.[ch]: Move "html_print_search_box" to...
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
share/style.css: Add some basic styles for the table...
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
"list graphs" action: Move the overall HTML structure...
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
src/utils_cgi.c: Fix minor problems with the HTML escape...
commit
|
commitdiff
|
tree
2010-06-21
Florian Forster
src/utils_array.[ch]: Implement "array_sort".
commit
|
commitdiff
|
tree
2010-06-20
Florian Forster
"list graph" action: Search case-independent.
commit
|
commitdiff
|
tree
2010-06-20
Florian Forster
src/common.[ch]: Implement "strtolower" and "strtolower_copy".
commit
|
commitdiff
|
tree
2010-06-20
Florian Forster
.gitignore: Add a couple more automatically generated...
commit
|
commitdiff
|
tree
2010-06-20
Florian Forster
share/collection.conf: Add "Load" graph.
commit
|
commitdiff
|
tree
2010-06-20
Florian Forster
share/collection.js: Add links to dynamically created...
commit
|
commitdiff
|
tree
2010-06-20
Florian Forster
Add JavaScript code for AJAX-based "real time" searching.
commit
|
commitdiff
|
tree
2010-06-20
Florian Forster
share/jquery-1.4.2.min.js: Downloaded "jQuery JavaScript...
commit
|
commitdiff
|
tree
2010-06-19
Florian Forster
Add a CSS file.
commit
|
commitdiff
|
tree
2010-06-19
Florian Forster
src/action_list_graphs.c: Properly escape HTML.
commit
|
commitdiff
|
tree
2010-06-19
Florian Forster
src/utils_cgi.[ch]: Implement more variants of "html_escape".
commit
|
commitdiff
|
tree
2010-06-19
Florian Forster
src/utils_cgi.[ch]: Implement "html_escape".
commit
|
commitdiff
|
tree
2010-06-19
Florian Forster
Rename: src/utils_params.[ch] → src/utils_cgi.[ch]
commit
|
commitdiff
|
tree
2010-06-19
Florian Forster
src/action_list_graphs.c: Implement a limit of instances...
commit
|
commitdiff
|
tree
2010-06-19
Florian Forster
src/graph_config.c: Use the correct config file …
commit
|
commitdiff
|
tree
2010-06-19
Florian Forster
Build system: Install the config file.
commit
|
commitdiff
|
tree
2010-06-19
Florian Forster
src/action_list_graphs.c: Add a simple search box.
commit
|
commitdiff
|
tree
2010-06-19
Florian Forster
Merge branch 'search'
commit
|
commitdiff
|
tree
2010-06-18
Florian Forster
src/action_graph.c: Remove debugging output.
commit
|
commitdiff
|
tree
2010-06-18
Florian Forster
src/utils_params.c: Actually, "gmtime_r" is required...
commit
|
commitdiff
|
tree
2010-06-18
Florian Forster
src/action_graph.c: Send an "Expires" header.
commit
|
commitdiff
|
tree
2010-06-18
Florian Forster
src/utils_params.c: Use "gmtime_r" rather than "localtime_r" …
commit
|
commitdiff
|
tree
2010-06-18
Florian Forster
src/utils_params.c: Fix some compiler warnings.
commit
|
commitdiff
|
tree
2010-06-18
Florian Forster
src/graph_def.c: Fix an annoying "error" message.
commit
|
commitdiff
|
tree
2010-06-18
Florian Forster
src/action_graph.c: Send a "Last-Modified" header.
commit
|
commitdiff
|
tree
2010-06-18
Florian Forster
src/utils_params.[ch]: Implement "time_to_rfc1123".
commit
|
commitdiff
|
tree
2010-06-18
Florian Forster
src/graph_{ident,instance}.[ch]: Implement getting...
commit
|
commitdiff
|
tree
2010-06-18
Florian Forster
src/utils_params.[ch]: Implement and use "script_name()".
commit
|
commitdiff
|
tree
2010-06-18
Florian Forster
action "graph": Implement handling of arbitrary begin...
commit
|
commitdiff
|
tree
2010-06-16
Florian Forster
Autotoolization.
commit
|
commitdiff
|
tree
2010-06-16
Florian Forster
oconfig.c: Fix compiler warning.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
collection.conf: Add "ShowZero" options to some graphs.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
First attempt at a search infrastructure.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
graph.c: Implement the "ShowZero" config option.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
graph_def.c: Make default number format easier to read.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
collection.conf: Configure the "memory" graph.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
graph_def.c: Implement the "Format" config option.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
graph.[ch]: Implement "graph_get_rrdargs".
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
collection.conf: Add some more graphs.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
action "list_graphs": Fix indentation.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
graph_instance.[ch]: Implement "inst_describe".
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
Add example configuration file.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
Fix compiler warnings.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
graph.[ch]: Remove the "gl_" prefix.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
graph_list.c: Removed unused stuff.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
Move the graph class into an own module.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
filesystem.[ch]: Move filesystem accessing functions...
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
graph_instance.[ch]: Move the graph_instance_t code...
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
Add .gitignore file.
commit
|
commitdiff
|
tree
2010-06-15
Florian Forster
Add forgotten files.
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
graph_def.c: Implement the "Stack" and "Area" options.
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
graph_config.[ch]: Add forgotten files.
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
graph_def.c: Split the config handling into two functions.
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
graph_def.c: Implement color config option.
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
Implement "DEF" configuration.
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
graph_ident.[ch]: Add ident_get_* methods.
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
graph_list.c: Clear instances before re-scanning the...
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
graph_list.[ch]: Implement some (very simple) config...
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
Import liboconfig from collectd.
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
graph_def.[ch]: Implemented DEF-based graph generation.
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
graph_list.c: Improve error handling in one little...
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
graph_ident.c: Fix a logic error in "part_copy_with_selector".
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
graph_list.c: Allocate graph_def_ts on the fly.
commit
|
commitdiff
|
tree
2010-06-14
Florian Forster
graph_def.c: Add the "color" member.
commit
|
commitdiff
|
tree
next