14110 Commits

Author SHA1 Message Date
Gunnar Beutner
4d7d40bce0 Unset ax_lib when we're done (as this would cause the next AC_BOOST_* call to fail). 2012-09-26 10:29:55 +02:00
Gunnar Beutner
45bfe2762e Fixed detection of the Boost Unit Test Framework. 2012-09-26 10:20:22 +02:00
Gunnar Beutner
ca5593eb66 Install icinga2 binary in $PREFIX/sbin rather than $PREFIX/bin. 2012-09-26 09:56:28 +02:00
Gunnar Beutner
719f7b58be Use AC_PROG_LEX instead of AM_PROG_LEX. 2012-09-26 09:54:11 +02:00
Gunnar Beutner
e8fb5c735e Updated autogen.sh to detect lex/yacc. 2012-09-26 09:51:40 +02:00
Gunnar Beutner
426ff0b706 Added missing GPL header in scripttask.cpp. 2012-09-25 15:46:24 +02:00
Gunnar Beutner
2f0f1dcd64 Removed win32.cpp / unix.cpp files as they were no longer needed. 2012-09-25 15:45:19 +02:00
Gunnar Beutner
edf812b6b5 Removed ::Sleep and implemented Utility::Sleep. 2012-09-25 15:41:43 +02:00
Gunnar Beutner
e1fc41e735 Sleep for 5 seconds rather than 5 milliseconds. 2012-09-25 15:35:46 +02:00
Gunnar Beutner
f8aa5f67a2 Fixed grammar mistakes. 2012-09-25 15:33:51 +02:00
Gunnar Beutner
8114cb7f1c Rephrased the description for check_command. 2012-09-25 15:31:19 +02:00
Michael Friedrich
e9f8f6c768 Merge branch 'master' into mfriedrich/compatido 2012-09-25 15:29:49 +02:00
Michael Friedrich
d0ed2a4840 Merge branch 'master' into mfriedrich/compatido 2012-09-25 15:27:14 +02:00
Gunnar Beutner
0d77919057 Removed references to Nagios from the example config. 2012-09-25 15:26:06 +02:00
Gunnar Beutner
980913d980 Properly deal with time changes (2nd attempt). 2012-09-25 15:24:14 +02:00
Michael Friedrich
a96a77c87c compatidio: add a comment sample component to icinga2.conf.dist 2012-09-25 15:21:33 +02:00
Michael Friedrich
c726adb550 Merge branch 'master' into mfriedrich/compatido 2012-09-25 15:18:15 +02:00
Gunnar Beutner
c81fd071e6 Detect local time changes. 2012-09-25 14:03:41 +02:00
Gunnar Beutner
8c491cb545 Added documentation for the example config file. 2012-09-25 13:46:28 +02:00
Gunnar Beutner
b13e14d221 Changed header for the status.dat file. 2012-09-25 11:38:40 +02:00
Gunnar Beutner
a4fa8950c4 Implemented lexer rules for time durations.
Fixes #3073
2012-09-25 11:17:04 +02:00
Michael Friedrich
8886155fb0 Merge branch 'master' into mfriedrich/compatido 2012-09-25 11:07:17 +02:00
Gunnar Beutner
57ed16b4f1 Documentation: renamed native::NagiosCheck to native::PluginCheck 2012-09-25 09:42:57 +02:00
Gunnar Beutner
f53f8e64fd Renamed NagiosCheckTask to PluginCheckTask.
Fixes #3146
2012-09-25 09:08:50 +02:00
Gunnar Beutner
345ebe8061 Changed timestamp format (again).
Fixes #3153
2012-09-25 09:02:28 +02:00
Michael Friedrich
6932258b56 compatido: apply x64 fixes, and renaming stuff to included vs files - tests required 2012-09-24 18:01:42 +02:00
Michael Friedrich
f5d2924452 Merge branch 'master' into mfriedrich/compatido
Conflicts:
	components/Makefile.am
	configure.ac
	icinga2.sln
2012-09-24 17:48:46 +02:00
Michael Friedrich
35d3bbd50e compatido: dump RETAINED config types only, quickfix, now icinga web shows some stuff 2012-09-24 17:41:05 +02:00
Gunnar Beutner
e83592582a Changed shutdown message.
Fixes #3160
2012-09-24 08:36:39 +02:00
Michael Friedrich
81c3f07f13 compatido: add commented component example to icinga-standalone.conf 2012-09-22 18:17:37 +02:00
Michael Friedrich
a1e476e155 compatido: drop idoprotoapi.h, put hardcoded values with desc instead 2012-09-22 18:05:43 +02:00
Michael Friedrich
6aa01cacc6 compatido: make status update intervals some constants 2012-09-22 15:58:42 +02:00
Michael Friedrich
454adc5a90 Merge branch 'master' into compatido 2012-09-22 15:07:43 +02:00
Michael Friedrich
ca227528e5 Revert "drop broken example config install"
This reverts commit a4df0209d9fd33ebc622293c8703829136ac79d7.
2012-09-22 15:07:30 +02:00
Michael Friedrich
2361583308 Revert "s/cibsync/replication/g in icingaapplication lib, loading the right component"
This reverts commit 159e5c79662bacd6ae4c5e0a29c358b1c833149c.
2012-09-22 15:07:22 +02:00
Michael Friedrich
9ec586c16a Revert "set boost required to 1.42"
This reverts commit a55c35cd658bb82481709e2ae3c764f0b01a4f6a.
2012-09-22 15:07:13 +02:00
Gunnar Beutner
b9b009b6da Build fix for Windows. 2012-09-21 16:28:14 +02:00
Gunnar Beutner
bb8935fe9b Added Win64 build support. 2012-09-21 16:15:36 +02:00
Gunnar Beutner
de29105e43 Fixed module path for 64-bit RHEL.
Fixes #3150
2012-09-21 15:14:26 +02:00
Gunnar Beutner
257c9a8aef Removed Debian package files. 2012-09-21 14:13:13 +02:00
Gunnar Beutner
867eae7838 Removed git-buildpackage config and instead added code to invoke autogensh in debian/rules 2012-09-21 14:03:43 +02:00
Gunnar Beutner
5921337b46 Merged convenience component into libicinga. 2012-09-21 13:49:14 +02:00
Gunnar Beutner
97829fbfcd Cleaned up the code a bit. 2012-09-21 09:43:06 +02:00
Gunnar Beutner
6a15e69e88 Updated git-buildpackage options to not run ./configure twice. 2012-09-20 11:10:11 +02:00
Gunnar Beutner
88f8446305 Updated .gitignore file. 2012-09-20 11:10:00 +02:00
Gunnar Beutner
ac6c9ab7c2 Removed git-buildpackage note. Added gbp.conf file. 2012-09-20 10:39:55 +02:00
Gunnar Beutner
258210912d Added note about git-buildpackage. 2012-09-20 10:36:58 +02:00
Gunnar Beutner
fa7879776c Report PID in the status.dat file. 2012-09-19 14:10:34 +02:00
Gunnar Beutner
c9d6728869 Build fix. 2012-09-19 13:03:17 +02:00
Gunnar Beutner
852ad5d964 Added Utility::GetPid() helper function. 2012-09-19 13:00:48 +02:00