]>
granicus.if.org Git - icinga2/log
Gunnar Beutner [Fri, 5 Oct 2012 09:34:01 +0000 (11:34 +0200)]
Fixed build problems on FreeBSD.
Fixes #3247
Gunnar Beutner [Fri, 5 Oct 2012 09:30:43 +0000 (11:30 +0200)]
Merge branch 'master' of git.icinga.org:icinga2
Michael Friedrich [Thu, 4 Oct 2012 14:00:36 +0000 (16:00 +0200)]
Configuration: add windows based sample config file #3233
the first sample, with files in the same dir where icinga-app.exe will
be started. furthermore, this requires winping.exe to be put into
C:\Plugins (from https://www.itefix.no/i2/check_winping)
fixes #3233
Gunnar Beutner [Thu, 4 Oct 2012 06:55:05 +0000 (08:55 +0200)]
configure.ac: Use $PACKAGE instead of $PACKAGE_NAME.
Gunnar Beutner [Thu, 4 Oct 2012 06:54:47 +0000 (08:54 +0200)]
Moved GPLHeader file to the contrib dir.
Michael Friedrich [Tue, 2 Oct 2012 23:25:44 +0000 (01:25 +0200)]
CompatIDO: implement first draft of {en,dis}able objects supported in ido2db 1.8 refs #3157
Michael Friedrich [Tue, 2 Oct 2012 15:57:28 +0000 (17:57 +0200)]
do not include created runtime dirs in make dist*
Michael Friedrich [Tue, 2 Oct 2012 15:47:13 +0000 (17:47 +0200)]
Documentation: add modeline for vim syntax highlighting to icinga2-config.txt
Michael Friedrich [Tue, 2 Oct 2012 13:36:59 +0000 (15:36 +0200)]
Documentation: remove icinga2-config.odt
Michael Friedrich [Tue, 2 Oct 2012 13:04:17 +0000 (15:04 +0200)]
Configuration: add _path suffix to IcingaApplication attributes "ca" and "cert"
refs #3222
Michael Friedrich [Tue, 2 Oct 2012 12:44:57 +0000 (14:44 +0200)]
Configuration: use underscore in attributes, document all using new locations
... from #3228
fixes #3222
Michael Friedrich [Tue, 2 Oct 2012 12:44:22 +0000 (14:44 +0200)]
install: create all dirs needed by automake install
refs #3228
Michael Friedrich [Tue, 2 Oct 2012 11:23:35 +0000 (13:23 +0200)]
Compat: default localstatedir mkdir will be $prefix/var/icinga2
Michael Friedrich [Tue, 2 Oct 2012 09:27:14 +0000 (11:27 +0200)]
s/component/Component/ in docs
Michael Friedrich [Tue, 2 Oct 2012 09:23:11 +0000 (11:23 +0200)]
Configuration: update type components, add compat(ido) examples and attributes
refs #3158
refs #2796
Gunnar Beutner [Tue, 2 Oct 2012 09:17:08 +0000 (11:17 +0200)]
Fixed detection of flex/bison on FreeBSD.
Gunnar Beutner [Tue, 2 Oct 2012 07:26:17 +0000 (09:26 +0200)]
Fixed loading components when using a custom --libdir.
Gunnar Beutner [Fri, 28 Sep 2012 13:30:42 +0000 (15:30 +0200)]
Fixed linking against compatido when using --disable-shared.
Michael Friedrich [Fri, 28 Sep 2012 12:26:01 +0000 (14:26 +0200)]
compat: add config options: {status,objects}path
requires automake target for localstatedir as default, if not set.
refs #2796
Michael Friedrich [Fri, 28 Sep 2012 11:15:33 +0000 (13:15 +0200)]
Merge branch 'master' of git.icinga.org:icinga2
Gunnar Beutner [Fri, 28 Sep 2012 11:17:40 +0000 (13:17 +0200)]
Merge branch 'master' of git.icinga.org:icinga2
Gunnar Beutner [Fri, 28 Sep 2012 11:16:08 +0000 (13:16 +0200)]
Added methods for retrieving the installation prefix and local state dir.
Michael Friedrich [Fri, 28 Sep 2012 11:14:03 +0000 (13:14 +0200)]
compatido: now REALLY make those default config options static
refs #3158
Gunnar Beutner [Fri, 28 Sep 2012 10:37:18 +0000 (12:37 +0200)]
Removed obsolete config files.
Michael Friedrich [Fri, 28 Sep 2012 10:33:40 +0000 (12:33 +0200)]
compatido: fix namespace for default config options
refs #3158
Michael Friedrich [Fri, 28 Sep 2012 10:15:23 +0000 (12:15 +0200)]
Merge branch 'mfriedrich/compatido'
Gunnar Beutner [Fri, 28 Sep 2012 10:16:19 +0000 (12:16 +0200)]
Added README file for the contrib dir.
Fixes #3197
Michael Friedrich [Fri, 28 Sep 2012 10:13:50 +0000 (12:13 +0200)]
compatido: add config options: socket_{address, port}, instance_name
fixes #3158
Gunnar Beutner [Fri, 28 Sep 2012 10:08:14 +0000 (12:08 +0200)]
Fixed Windows build dependencies for compatido.
Michael Friedrich [Fri, 28 Sep 2012 08:37:58 +0000 (10:37 +0200)]
Merge branch 'master' of git.icinga.org:icinga2
Gunnar Beutner [Fri, 28 Sep 2012 08:39:28 +0000 (10:39 +0200)]
Made IComponent::GetConfig() usable in IComponent::Start().
Fixes #3200
Michael Friedrich [Fri, 28 Sep 2012 08:35:42 +0000 (10:35 +0200)]
compatido: remove CompatIdoComponent::GetName()
fixes #3205
Michael Friedrich [Thu, 27 Sep 2012 20:12:59 +0000 (22:12 +0200)]
compatido: replace gettimeofday with Utility::GetTime()
* fixes build on windows
* only timestamp (4) of idomod requires seconds.useconds as output,
which needs proper formatting within a stringstream -
std::precision(17) is required.
* all other timestamps are just unix seconds, so we require static casts
to integer here
Michael Friedrich [Thu, 27 Sep 2012 17:57:36 +0000 (19:57 +0200)]
compatido: fix for Win32 and Win64 builds
Michael Friedrich [Thu, 27 Sep 2012 16:54:09 +0000 (18:54 +0200)]
compatido: add a note about ourselves to the config
Michael Friedrich [Thu, 27 Sep 2012 16:39:13 +0000 (18:39 +0200)]
compatido: general cleanup
Michael Friedrich [Thu, 27 Sep 2012 13:10:04 +0000 (15:10 +0200)]
Merge branch 'master' into mfriedrich/compatido
Gunnar Beutner [Thu, 27 Sep 2012 08:14:45 +0000 (10:14 +0200)]
Build fix for Windows.
Gunnar Beutner [Thu, 27 Sep 2012 08:05:54 +0000 (10:05 +0200)]
Fixed Utility::Sleep on Windows.
Gunnar Beutner [Thu, 27 Sep 2012 07:58:16 +0000 (09:58 +0200)]
Handle some exceptions that previously caused crashes.
Gunnar Beutner [Thu, 27 Sep 2012 07:38:28 +0000 (09:38 +0200)]
Make exception messages more verbose.
Gunnar Beutner [Thu, 27 Sep 2012 06:21:07 +0000 (08:21 +0200)]
Fixed crash in Utility::Daemonize().
Fixes #3194
Gunnar Beutner [Wed, 26 Sep 2012 10:08:07 +0000 (12:08 +0200)]
Add right lib dir to the search path.
Gunnar Beutner [Wed, 26 Sep 2012 08:48:34 +0000 (10:48 +0200)]
Removed example certificates.
Fixes #3180
Gunnar Beutner [Wed, 26 Sep 2012 08:29:55 +0000 (10:29 +0200)]
Unset ax_lib when we're done (as this would cause the next AC_BOOST_* call to fail).
Gunnar Beutner [Wed, 26 Sep 2012 08:20:22 +0000 (10:20 +0200)]
Fixed detection of the Boost Unit Test Framework.
Gunnar Beutner [Wed, 26 Sep 2012 07:56:28 +0000 (09:56 +0200)]
Install icinga2 binary in $PREFIX/sbin rather than $PREFIX/bin.
Gunnar Beutner [Wed, 26 Sep 2012 07:54:11 +0000 (09:54 +0200)]
Use AC_PROG_LEX instead of AM_PROG_LEX.
Gunnar Beutner [Wed, 26 Sep 2012 07:51:40 +0000 (09:51 +0200)]
Updated autogen.sh to detect lex/yacc.
Gunnar Beutner [Tue, 25 Sep 2012 13:46:24 +0000 (15:46 +0200)]
Added missing GPL header in scripttask.cpp.
Gunnar Beutner [Tue, 25 Sep 2012 13:45:19 +0000 (15:45 +0200)]
Removed win32.cpp / unix.cpp files as they were no longer needed.
Gunnar Beutner [Tue, 25 Sep 2012 13:41:43 +0000 (15:41 +0200)]
Removed ::Sleep and implemented Utility::Sleep.
Gunnar Beutner [Tue, 25 Sep 2012 13:35:46 +0000 (15:35 +0200)]
Sleep for 5 seconds rather than 5 milliseconds.
Gunnar Beutner [Tue, 25 Sep 2012 13:33:51 +0000 (15:33 +0200)]
Fixed grammar mistakes.
Gunnar Beutner [Tue, 25 Sep 2012 13:31:19 +0000 (15:31 +0200)]
Rephrased the description for check_command.
Michael Friedrich [Tue, 25 Sep 2012 13:29:49 +0000 (15:29 +0200)]
Merge branch 'master' into mfriedrich/compatido
Michael Friedrich [Tue, 25 Sep 2012 13:27:14 +0000 (15:27 +0200)]
Merge branch 'master' into mfriedrich/compatido
Gunnar Beutner [Tue, 25 Sep 2012 13:26:06 +0000 (15:26 +0200)]
Removed references to Nagios from the example config.
Gunnar Beutner [Tue, 25 Sep 2012 13:24:14 +0000 (15:24 +0200)]
Properly deal with time changes (2nd attempt).
Michael Friedrich [Tue, 25 Sep 2012 13:21:33 +0000 (15:21 +0200)]
compatidio: add a comment sample component to icinga2.conf.dist
Michael Friedrich [Tue, 25 Sep 2012 13:18:15 +0000 (15:18 +0200)]
Merge branch 'master' into mfriedrich/compatido
Gunnar Beutner [Tue, 25 Sep 2012 12:03:41 +0000 (14:03 +0200)]
Detect local time changes.
Gunnar Beutner [Tue, 25 Sep 2012 11:46:28 +0000 (13:46 +0200)]
Added documentation for the example config file.
Gunnar Beutner [Tue, 25 Sep 2012 09:38:40 +0000 (11:38 +0200)]
Changed header for the status.dat file.
Gunnar Beutner [Tue, 25 Sep 2012 09:17:04 +0000 (11:17 +0200)]
Implemented lexer rules for time durations.
Fixes #3073
Michael Friedrich [Tue, 25 Sep 2012 09:07:17 +0000 (11:07 +0200)]
Merge branch 'master' into mfriedrich/compatido
Gunnar Beutner [Tue, 25 Sep 2012 07:42:57 +0000 (09:42 +0200)]
Documentation: renamed native::NagiosCheck to native::PluginCheck
Gunnar Beutner [Tue, 25 Sep 2012 07:06:21 +0000 (09:06 +0200)]
Renamed NagiosCheckTask to PluginCheckTask.
Fixes #3146
Gunnar Beutner [Tue, 25 Sep 2012 07:01:24 +0000 (09:01 +0200)]
Changed timestamp format (again).
Fixes #3153
Michael Friedrich [Mon, 24 Sep 2012 16:01:42 +0000 (18:01 +0200)]
compatido: apply x64 fixes, and renaming stuff to included vs files - tests required
Michael Friedrich [Mon, 24 Sep 2012 15:48:46 +0000 (17:48 +0200)]
Merge branch 'master' into mfriedrich/compatido
Conflicts:
components/Makefile.am
configure.ac
icinga2.sln
Michael Friedrich [Mon, 24 Sep 2012 15:41:05 +0000 (17:41 +0200)]
compatido: dump RETAINED config types only, quickfix, now icinga web shows some stuff
Gunnar Beutner [Mon, 24 Sep 2012 06:29:39 +0000 (08:29 +0200)]
Changed shutdown message.
Fixes #3160
Michael Friedrich [Sat, 22 Sep 2012 16:17:37 +0000 (18:17 +0200)]
compatido: add commented component example to icinga-standalone.conf
Michael Friedrich [Sat, 22 Sep 2012 16:05:43 +0000 (18:05 +0200)]
compatido: drop idoprotoapi.h, put hardcoded values with desc instead
Michael Friedrich [Sat, 22 Sep 2012 13:58:42 +0000 (15:58 +0200)]
compatido: make status update intervals some constants
Michael Friedrich [Sat, 22 Sep 2012 13:07:43 +0000 (15:07 +0200)]
Merge branch 'master' into compatido
Michael Friedrich [Sat, 22 Sep 2012 13:07:30 +0000 (15:07 +0200)]
Revert "drop broken example config install"
This reverts commit
a4df0209d9fd33ebc622293c8703829136ac79d7 .
Michael Friedrich [Sat, 22 Sep 2012 13:07:22 +0000 (15:07 +0200)]
Revert "s/cibsync/replication/g in icingaapplication lib, loading the right component"
This reverts commit
159e5c79662bacd6ae4c5e0a29c358b1c833149c .
Michael Friedrich [Sat, 22 Sep 2012 13:07:13 +0000 (15:07 +0200)]
Revert "set boost required to 1.42"
This reverts commit
a55c35cd658bb82481709e2ae3c764f0b01a4f6a .
Gunnar Beutner [Fri, 21 Sep 2012 14:28:14 +0000 (16:28 +0200)]
Build fix for Windows.
Gunnar Beutner [Fri, 21 Sep 2012 14:15:36 +0000 (16:15 +0200)]
Added Win64 build support.
Gunnar Beutner [Fri, 21 Sep 2012 13:14:26 +0000 (15:14 +0200)]
Fixed module path for 64-bit RHEL.
Fixes #3150
Gunnar Beutner [Fri, 21 Sep 2012 12:13:13 +0000 (14:13 +0200)]
Removed Debian package files.
Gunnar Beutner [Fri, 21 Sep 2012 12:03:43 +0000 (14:03 +0200)]
Removed git-buildpackage config and instead added code to invoke autogensh in debian/rules
Gunnar Beutner [Fri, 21 Sep 2012 11:49:14 +0000 (13:49 +0200)]
Merged convenience component into libicinga.
Gunnar Beutner [Fri, 21 Sep 2012 07:43:06 +0000 (09:43 +0200)]
Cleaned up the code a bit.
Gunnar Beutner [Thu, 20 Sep 2012 09:10:11 +0000 (11:10 +0200)]
Updated git-buildpackage options to not run ./configure twice.
Gunnar Beutner [Thu, 20 Sep 2012 09:10:00 +0000 (11:10 +0200)]
Updated .gitignore file.
Gunnar Beutner [Thu, 20 Sep 2012 08:39:55 +0000 (10:39 +0200)]
Removed git-buildpackage note. Added gbp.conf file.
Gunnar Beutner [Thu, 20 Sep 2012 08:36:58 +0000 (10:36 +0200)]
Added note about git-buildpackage.
Gunnar Beutner [Wed, 19 Sep 2012 12:10:34 +0000 (14:10 +0200)]
Report PID in the status.dat file.
Gunnar Beutner [Wed, 19 Sep 2012 11:03:17 +0000 (13:03 +0200)]
Build fix.
Gunnar Beutner [Wed, 19 Sep 2012 11:00:48 +0000 (13:00 +0200)]
Added Utility::GetPid() helper function.
Gunnar Beutner [Wed, 19 Sep 2012 10:55:07 +0000 (12:55 +0200)]
Renamed default PID/state filenames.
Gunnar Beutner [Wed, 19 Sep 2012 10:32:39 +0000 (12:32 +0200)]
Updated documentation.
Gunnar Beutner [Tue, 18 Sep 2012 13:37:49 +0000 (15:37 +0200)]
Fixed detection of libboost_system on Solaris.
Gunnar Beutner [Tue, 18 Sep 2012 11:19:27 +0000 (13:19 +0200)]
Fix: missing files in the dist tarball
Gunnar Beutner [Tue, 18 Sep 2012 11:06:31 +0000 (13:06 +0200)]
Updated paths in ax_boost_base.m4 to auto-detect boost on OpenIndiana.
Gunnar Beutner [Tue, 18 Sep 2012 10:38:08 +0000 (12:38 +0200)]
Updated boost version (1.42 -> 1.41).