tokkee.org
Code
projects
/
collectd.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
collectd.git
2010-11-06
Florian Forster
amqp plugin: Document the lock required to hold when...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-06
Florian Forster
amqp plugin: Rename the "shutdown" function to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-06
Florian Forster
amqp plugin: Fix order of includes.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-10
Florian Forster
amqp plugin: Warn about incorrectly used "ExchangeType...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Florian Forster
amqp plugin: Enable the "ExchangeType" option in Publis...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Florian Forster
collectd.conf(5): Add missing blank line.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Florian Forster
collectd.conf(5): Finish documenting the AMQP plugin.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Florian Forster
collectd.conf(5): Started documenting the AMQP plugin.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Florian Forster
amqp plugin: Use the content type to determine how...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Florian Forster
amqp plugin: Improve handling of the "routing key".
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Florian Forster
amqp plugin: Implement parsing of "PUTVAL" data.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Florian Forster
amqp plugin: Implement the "Format" config option.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Florian Forster
Merge branch 'master' into sp/amqp
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Florian Forster
src/utils_cmd_putval.[ch]: Implement "create_putval".
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Florian Forster
write_http plugin: Move "wh_value_list_to_string" to...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Florian Forster
amqp plugin: Only accept the "Persistent" option in...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Florian Forster
amqp plugin: Add a debug message.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Florian Forster
amqp plugin: Enable the "StoreRates" option only when...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Florian Forster
collectd-flush: Minor coding style changes.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Florian Forster
collectd-flush: Add a missing "break" in a "switch...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Hakon-Dugstad...
Update Makefile.am to build collectd-flush
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Hakon-Dugstad...
Add collectd-flush command line utility.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-05
Florian Forster
amqp plugin: First step towards subscribing to data...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-05
Florian Forster
amqp plugin: Use the "camqp" prefix for all functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-05
Florian Forster
amqp plugin: Implement publishing to multiple brokers.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-05
Florian Forster
amqp plugin: Chose (hopefully sane) default values...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-05
Florian Forster
src/collectd.conf.in: Add missing config options of...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
amqp plugin: Added some comments. Rewrapped lines of...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
amqp plugin: Implement the "StoreRates" option.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
amqp plugin: Put the connecting code into a separate...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
amqp plugin: Initialize the port number to 5672.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
amqp plugin: Let the user chose the delivery method.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
amqp plugin: Implement persistent connection handling.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
amqp plugin: Add error messages and give saner example...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
src/collectd.conf.in: Add the AMQP plugin.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
amqp plugin: Adapt to the new syntax of "format_json_va...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
README: Add the amqp plugin and the librabbitmq dependency.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
configure.in: Move the checks for librabbitmq …
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
amqp plugin: Use the global (and widely used) "sfree...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
amqp plugin: Use "service_name_to_port_number" to parse...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
amqp plugin: Explain numeric arguments to "amqp_login...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
amqp plugin: Fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Florian Forster
src/Makefile.am: Fix librabbitmq CPP- and LD-flags.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Sebastien Pahl
First implentation of an amqp output plugin
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Garret Heaton
Fix incorrect error logging.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-13
Florian Forster
README: Add the "varnish" plugin.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-13
Florian Forster
varnish plugin: Update the copyright and author informa...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Florian Forster
Merge branch 'collectd-4.10'
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Florian Forster
Bumped version to 4.10.1; Updated ChangeLog.
collectd-4.10.1
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Florian Forster
swap plugin: Multiply swap sizes by 1024.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Florian Forster
Merge branch 'collectd-4.9' into collectd-4.10
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Florian Forster
ChangeLog: Fix the release date for 4.9.3.
collectd-4.9.3
commit
|
commitdiff
|
tree
|
snapshot
2010-07-09
Florian Forster
Bumped version to 4.9.3; Updated ChangeLog.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-06
Florian Forster
src/plugin.c: Check "read_loop" when returning from...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
network plugin: Remove the "CacheFlush" config option.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
df plugin: Remove the "ReportReserved" config option.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
hddtemp plugin: Remove the "TranslateDevicename" config...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
v5upgrade target: Implement handling of the "mysql_qcac...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
v5upgrade target: Don't use "memcpy" to copy static...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
mysql plugin: Remove the "mysql_threads" type.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
mysql plugin: Remove the "mysql_qcache" type.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
mysql plugin: Remove legacy config handling code.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
contrib/exec-smartctl: Use the environment variables...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
contrib/exec-smartctl: Print the "PUTVAL" command.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
contrib/exec-nagios.px: Use the environment variables...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
contrib/exec-nagios.px: Escape the hostname.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
contrib/exec-munin.px: Use the environment variables...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
contrib/exec-munin.px: Use the "PUTVAL" command explicitly.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
collectd-exec(5): Document the removed backwards compat...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-05
Florian Forster
exec plugin: Remove backwards compatibility code.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-03
Florian Forster
Merge remote branch 'mfournier/varnish-data-reorg'
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Marc Fournier
Varnish plugin: renamed values to match configuration...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-30
Florian Forster
collectd-nagios: Implement the "-m" option (treat NaNs...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-28
Florian Forster
Remove usage of obsoleted XSI extensions wrt. the ...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-28
Alexander Wuerstlein
Fix usage of Solaris /usr/bin/echo
commit
|
commitdiff
|
tree
|
snapshot
2010-06-28
Florian Forster
df plugin: Remove the complaint code again.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-28
Florian Forster
df plugin: Report an error if "cu_mount_getlist" fails.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Florian Forster
collection3: df_complex graph: Add "reserved" space.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Florian Forster
collection3: Add Windows data sources to the "memory...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Florian Forster
collection3: Add graphs for "bitrate", "signal_power...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-22
Marc Fournier
Varnish plugin: coding style consistency
commit
|
commitdiff
|
tree
|
snapshot
2010-06-22
Marc Fournier
Varnish plugin: more concise formatting of plugin instance.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-20
Florian Forster
Merge remote branch 'trenkel/collectd-4.10' into collec...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-16
Marc Fournier
Varnish plugin: add a default instance name if none...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-16
Marc Fournier
Varnish plugin: better rrd files layout
commit
|
commitdiff
|
tree
|
snapshot
2010-06-16
Marc Fournier
Varnish plugin: fixed missing dataset error.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-16
Florian Forster
src/common.h: Add some documentation for "strtoderive".
commit
|
commitdiff
|
tree
|
snapshot
2010-06-16
Florian Forster
swap plugin: Use "strtoderive" to parse strings.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-16
Florian Forster
bindings/java/Makefile.am: Fix rebuilding of Java plugins.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-16
Florian Forster
GenericJMX plugin: Implement the "InstancePrefix" optio...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-16
Florian Forster
Merge remote branch 'jeromer/master'
commit
|
commitdiff
|
tree
|
snapshot
2010-06-16
Florian Forster
dns plugin: Improve / remove error and debug messages.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-16
Florian Forster
src/utils_dns.c: Import "rfc1035NameUnpack" from dnstop...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-16
Sven Trenkel
python plugin: Switch back to calling the type object...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-14
Jérôme Renard
- Varnish plugin : added pod documentation
commit
|
commitdiff
|
tree
|
snapshot
2010-06-13
Florian Forster
Merge branch 'collectd-4.10'
commit
|
commitdiff
|
tree
|
snapshot
2010-06-13
Florian Forster
Merge branch 'collectd-4.9' into collectd-4.10
commit
|
commitdiff
|
tree
|
snapshot
2010-06-13
Florian Forster
configure.in: Update to POSIX 2008 standard.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-13
Florian Forster
bind plugin: Fix building with --enable-standards.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-13
Florian Forster
Merge branch 'jr/varnish'
commit
|
commitdiff
|
tree
|
snapshot
next