2007-03-31 |
Florian Forster | nut plugin: Fix building without the `upsclient' library. |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Florian Forster | Merge branch 'master' into collectd-4 |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Florian Forster | Merge branch 'collectd-3.11' |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Florian Forster | Bumped version to 3.11.3; Updated ChangeLog. collectd-3.11.3 |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Florian Forster | Merge branch 'pull/collectd-4' into collectd-4 |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Florian Forster | exec plugin: Updated the documentation and sample confi... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Florian Forster | exec plugin: Send SIGTERM to all running child-processe... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Florian Forster | nut plugin: Added a plugin to query the `upsd' from... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Florian Forster | Merge branch 'pull/collectd-4' into collectd-4 |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Florian Forster | Implemented `LoadDS' which tells plugins to only regist... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Florian Forster | configure.in: Define `HAVE_LIBKSTAT' when the `kstat... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Florian Forster | {csv,network} plugin: Improved debug messages. |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Florian Forster | plugin.c: Implemented parallel reading of values. |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Florian Forster | network plugin: Implemented cache flush. |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | rrdtool plugin: Serialise access to the cache and to... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | logfile plugin: Don't use `access' when adding a logfil... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | network plugin: Don't loop multicast-pakets back to... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | network plugin: Implemented duplicate detection and... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | unixsock plugin: Use `format_name' rather than the... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | common.[ch]: Provide a function `format_name' to turn... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | {processes,unixsock} plugin: Remove annoying debug... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | network plugin: Fix shutdown code. |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | plugin.[ch]: Implemented `plugin_unregister_config'. |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | sensors plugin: Fix programming mistakes. |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | syslog plugin: Fixed typo. s/sevetiry/severity/g; |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | collectd.conf(5): Documented the `iptables', `logfile... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | collectd.conf.in: Added the `df' and `email' plugins. |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Florian Forster | logfile plugin: Don't call `access' with `stdout' and... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Florian Forster | Removed the `LOGFILE' and `COLLECT_{STEP,HEARTBEAT... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Florian Forster | network plugin: Fixed quite some bugs. |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Florian Forster | Added Perl-module `Collectd::Unixsock' to contrib/ |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Florian Forster | unixsock plugin: Fixed many issues. `GETVAL' and `PUTVA... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Florian Forster | collectd.conf.in: Updated and sorted the example config... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Florian Forster | interface plugin: Renamed the `traffic' plugin to ... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Florian Forster | logfile plugin: Renamed functions and changed error... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Florian Forster | Removed `utils_debug.[ch]' since debugging output is... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Florian Forster | logfile plugin: Renamed the `stderr' to `logfile'. |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Florian Forster | stderr plugin: Add `File' config option to log to a... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Sebastian Harl | stderr plugin: Added "stderr" plugin to log to stderr. |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Sebastian Harl | plugin.c: Check if `list_log' is not NULL. |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Florian Forster | Replace all calls to `strerror' with `sstrerror' |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Florian Forster | iptables plugin: Remove `iptables_init' because it... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Florian Forster | src/collectd.h: Don't load `syslog.h'. |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Florian Forster | Replace all syslog-calls with one of the new logging... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Florian Forster | iptables plugin: Converted to the new plugin interface. |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Florian Forster | Merge branch 'master' into collectd-4 |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Florian Forster | Merge branch 'sb/iptables' |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Florian Forster | src/collectd.conf.in: Added the iptables plugin. |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Florian Forster | iptables plugin: Implemented selection by rule-numbers. |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Florian Forster | syslog plugin: Added a `syslog' plugin which logs to... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Florian Forster | src/plugin.[ch]: Add `log' callbacks. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Florian Forster | collectd-nagios, rrdtool plugin, unixsock plugin: Use... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Florian Forster | src/collectd.h: Define a useable `NAN', based on `confi... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Florian Forster | configure.in: Added checks that find out how to include... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Florian Forster | email plugin: Converted to the new plugin interface. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Florian Forster | Merge branch 'pull/collectd-4' into collectd-4 |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Florian Forster | unixsock plugin: Replace `getgrnam' with `getgrnam_r'. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Florian Forster | exec plugin: Replace `getpwnam' with `getpwnam_r'. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Florian Forster | csv plugin: Replace `localtime' with `localtime_r'. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Florian Forster | Replace all occurrences of `strtok' with `strtok_r'. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Florian Forster | iptables plugin: Fix building under non-Linux systems. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Florian Forster | iptables plugin: Use a global `libiptc' if it exists. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Sjoerd van... | iptables plugin: Adds a plugin to collect iptables... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Florian Forster | irq plugin: Fix for non-Linux systems. |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Florian Forster | src/common.c: Allow `check_create_dir' to create absolu... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Florian Forster | src/collectd.conf.in: Added default entries for the... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Florian Forster | csv plugin: Add a `DataDir' option. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Florian Forster | Merge branch 'ff/vserver' into collectd-4 |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Florian Forster | users plugin: Remove old `DBG' statement. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Florian Forster | load plugin: Use `gauge_t' rather than `double'. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Florian Forster | vserver plugin: Converted to the new plugin interface. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Florian Forster | users plugin: Converted to the new plugin interface. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Florian Forster | rrdtool plugin: Implemented the settings `StepSize... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Florian Forster | Introduce two global variables: `hostname_g' and `inter... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Florian Forster | Documented the lighttpd-support in `collectd(1)' and... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Florian Forster | irq plugin: Converted to the new plugin interface. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Florian Forster | Merge branch 'master' into merge/collectd-4 |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Florian Forster | Merge branch 'ph/irq' |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Florian Forster | irq plugin: Fixed some issues, renamed RRD-files. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Florian Forster | rrdtool plugin: Updated the documentation in `collectd... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Florian Forster | src/configfile.c: Actually set the `BaseDir' option. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Peter Holik | irq plugin: Added plugin to collect interrupt counters. |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Florian Forster | exec plugin: Implemented a first version. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Florian Forster | liboconfig: Import version 0.1.1. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Florian Forster | rrdtool plugin: Fix another memory leak.. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Florian Forster | rrdtool plugin: Fix a memory leak. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Florian Forster | rrdtool plugin: Use the AVL-tree to implement the cache. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Florian Forster | src/utils_avltree.[ch]: Fix the iterator, since it... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Florian Forster | src/utils_avltree.[ch]: Documented the interface of... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Florian Forster | src/utils_avltree.c: Fix `avl_pick'. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Florian Forster | Merge branch 'ff/avl-tree' |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Florian Forster | src/utils_avltree.c: Added `avl_pick'. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Florian Forster | src/utils_avltree.c: Removal works, too. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Florian Forster | src/utils_avltree.c: Insertion works correktly. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Florent EppO... | apache plugin: Support for lighttpd's `BusyServers... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Florian Forster | src/collectd.conf.pod: Removed the part about the ... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Florian Forster | rrdtool plugin: Implemented a `DataDir' config option... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Florian Forster | src/collectd.conf.{in,pod}: Update the sample config... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Florian Forster | Removed `src/libconfig/*'. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Florian Forster | src/collectd.conf.in: Added the `network' plugin. |
commit | commitdiff | tree | snapshot |
next |