Code

collectd.git
18 years agoMerged revisions 317 and 318 from trunk to the branches
octo [Fri, 16 Dec 2005 12:46:43 +0000 (12:46 +0000)]
Merged revisions 317 and 318 from trunk to the branches

18 years agoFixed type (forgotten semicolon) from the previous merges
octo [Fri, 16 Dec 2005 10:36:36 +0000 (10:36 +0000)]
Fixed type (forgotten semicolon) from the previous merges

18 years agoMerged changes from trunk@315 to branches/collectd-quota
octo [Fri, 16 Dec 2005 10:33:59 +0000 (10:33 +0000)]
Merged changes from trunk@315 to branches/collectd-quota

18 years agoadd comments and added/changed options that can be passed to collectd.
niki [Thu, 15 Dec 2005 12:11:40 +0000 (12:11 +0000)]
add comments and added/changed options that can be passed to collectd.

18 years agousers module compile now always.
niki [Thu, 15 Dec 2005 12:10:12 +0000 (12:10 +0000)]
users module compile now always.

18 years agocleanup
niki [Thu, 15 Dec 2005 12:09:25 +0000 (12:09 +0000)]
cleanup

18 years agocleanup style
niki [Thu, 15 Dec 2005 09:53:31 +0000 (09:53 +0000)]
cleanup style

18 years agoMerged revision 304 (removal of all `extern time_t curtime' in all plugins) to the...
octo [Thu, 15 Dec 2005 07:06:17 +0000 (07:06 +0000)]
Merged revision 304 (removal of all `extern time_t curtime' in all plugins) to the branches

18 years agoadd info in output of configure
niki [Wed, 14 Dec 2005 18:35:12 +0000 (18:35 +0000)]
add info in output of configure

18 years agoMerged the fix of Revision 302 to the branches
octo [Wed, 14 Dec 2005 18:00:25 +0000 (18:00 +0000)]
Merged the fix of Revision 302 to the branches

18 years agoforgot to change comment...
niki [Wed, 14 Dec 2005 13:50:52 +0000 (13:50 +0000)]
forgot to change comment...

18 years agointroduced AC_COLLECTD macro in configure.in.
niki [Wed, 14 Dec 2005 13:42:43 +0000 (13:42 +0000)]
introduced AC_COLLECTD macro in configure.in.
it makes things much more readable and reduces making mistakes in the enable/disable options.
some predefined tests are not done anymore, only the parameter on the configure line is checked.
i think that those dependencies should go into the module via #if/#endif...

18 years agoMerged revision 288 (addition of copyright messages to all *.[ch] files) from trunk...
octo [Tue, 13 Dec 2005 07:54:53 +0000 (07:54 +0000)]
Merged revision 288 (addition of copyright messages to all *.[ch] files) from trunk to quota-branch

18 years agosome fixes
niki [Mon, 12 Dec 2005 06:45:38 +0000 (06:45 +0000)]
some fixes

18 years agoMerged trunk... huh...
niki [Sun, 11 Dec 2005 15:16:52 +0000 (15:16 +0000)]
Merged trunk... huh...

18 years agosetfile -> resetfile
niki [Sun, 11 Dec 2005 12:24:43 +0000 (12:24 +0000)]
setfile -> resetfile

18 years agounnecessary
niki [Sun, 11 Dec 2005 11:45:39 +0000 (11:45 +0000)]
unnecessary

18 years agoHuge changes. Segfaults at the moment, but this is the way we want to go...
niki [Sun, 11 Dec 2005 11:30:40 +0000 (11:30 +0000)]
Huge changes. Segfaults at the moment, but this is the way we want to go...

18 years agochanged quota_mnt_getlist().
niki [Sat, 10 Dec 2005 16:19:49 +0000 (16:19 +0000)]
changed quota_mnt_getlist().
it returns a pointer to the last entry now.

18 years agomade getmountopt and checkmountopt public as quota_mnt_getmountopt and quota_mnt_chec...
niki [Thu, 8 Dec 2005 22:14:24 +0000 (22:14 +0000)]
made getmountopt and checkmountopt public as quota_mnt_getmountopt and quota_mnt_checkmountopt

18 years agomissing in the repository since some time ...
niki [Thu, 8 Dec 2005 22:07:05 +0000 (22:07 +0000)]
missing in the repository since some time ...

18 years agomissing in the repository since some time ...
niki [Thu, 8 Dec 2005 21:56:41 +0000 (21:56 +0000)]
missing in the repository since some time ...

18 years agoremoval of libltdl. this is generated by the build.sh script by now.
niki [Thu, 8 Dec 2005 21:52:41 +0000 (21:52 +0000)]
removal of libltdl. this is generated by the build.sh script by now.

18 years agoa lot of updates. especially changed the dlopen-system to lt_dlopen-system (libtool...
niki [Thu, 8 Dec 2005 16:47:00 +0000 (16:47 +0000)]
a lot of updates. especially changed the dlopen-system to lt_dlopen-system (libtool dlopen)

18 years agoWe are getting somewhere. Quotas are read for the first 1000 uids / gids. It is a...
niki [Sat, 3 Dec 2005 15:40:31 +0000 (15:40 +0000)]
We are getting somewhere. Quotas are read for the first 1000 uids / gids. It is a stupid for()-loop that has to be changed somehow (Cannot/Shouldn't do that for all uids/gids! But it seems that the quota implementations have no easy way to find out which user/group id's are actually used).

18 years agoMany changes. Got rid of hasmntopt (own version is in place now), detect loop= and...
niki [Fri, 2 Dec 2005 12:47:23 +0000 (12:47 +0000)]
Many changes. Got rid of hasmntopt (own version is in place now), detect loop= and --bind mounts, added sfree (not sure if really necessary), added usrjquota/grpjquota infrastructure.

18 years agoMerged changes in configure.in and Makefile.am to the `quota' branch
octo [Thu, 1 Dec 2005 19:28:30 +0000 (19:28 +0000)]
Merged changes in configure.in and Makefile.am to the `quota' branch

18 years agoMany changes, but getting to somewhere. Plugin segfaults at the moment but i check...
niki [Thu, 1 Dec 2005 09:46:20 +0000 (09:46 +0000)]
Many changes, but getting to somewhere. Plugin segfaults at the moment but i check it in anyway.

18 years agoAdding a couple of #if HAVE_ as described in info autoconf (Default Includes).
niki [Thu, 1 Dec 2005 09:45:47 +0000 (09:45 +0000)]
Adding a couple of #if HAVE_ as described in info autoconf (Default Includes).

18 years agoStarted working on ext3/linux quotactl command.
niki [Wed, 30 Nov 2005 12:52:59 +0000 (12:52 +0000)]
Started working on ext3/linux quotactl command.

18 years agoSolaris bugfixes.
niki [Tue, 29 Nov 2005 23:31:13 +0000 (23:31 +0000)]
Solaris bugfixes.

18 years agoupdate some general information and added add checks for configure
niki [Tue, 29 Nov 2005 23:26:01 +0000 (23:26 +0000)]
update some general information and added add checks for configure

18 years agotest
niki [Tue, 29 Nov 2005 23:06:30 +0000 (23:06 +0000)]
test

18 years agotest
niki [Tue, 29 Nov 2005 23:04:39 +0000 (23:04 +0000)]
test

18 years agoUpdated `NEWS'
octo [Tue, 29 Nov 2005 14:52:31 +0000 (14:52 +0000)]
Updated `NEWS'

18 years agoAdded Niki Waibel's quota patch
octo [Tue, 29 Nov 2005 13:01:15 +0000 (13:01 +0000)]
Added Niki Waibel's quota patch

18 years agoAdded `quota' branch
octo [Tue, 29 Nov 2005 12:37:51 +0000 (12:37 +0000)]
Added `quota' branch

18 years agoMoved files into standard directory structure collectd-2.0.1
octo [Tue, 29 Nov 2005 12:09:45 +0000 (12:09 +0000)]
Moved files into standard directory structure