Commit Graph

443 Commits

Author SHA1 Message Date
Gunnar Beutner 4402a26c3e Renamed Ringbuffer class to RingBuffer 2012-07-09 20:17:32 +02:00
Gunnar Beutner 5f32319c02 Removed unused code. 2012-07-09 17:04:39 +02:00
Gunnar Beutner 9e7ba72eb4 Clean up reachability calculation. 2012-07-09 17:03:24 +02:00
Gunnar Beutner 16e8d131fb Added GetProperty/SetTag/GetTag accessors to ConfigObjectAdapter. 2012-07-09 16:44:46 +02:00
Gunnar Beutner c7788f73c2 Verify object type in the CIB class constructors. 2012-07-09 16:38:01 +02:00
Gunnar Beutner 0032e32026 Force compat module to write status.dat/objects.cache right after program start. 2012-07-09 16:22:38 +02:00
Gunnar Beutner 777f39c1ef Renamed Dictionary::{Set,Get}Property -> Dictionary::{Set,Get} 2012-07-09 16:19:56 +02:00
Gunnar Beutner 8d27f66b83 Moved host reachability/state code into the cib library. 2012-07-09 13:27:59 +02:00
Gunnar Beutner c8261fa8f2 Auto-detect host parents. 2012-07-09 12:44:31 +02:00
Gunnar Beutner 9f56ce6c46 Fixed config parser error messages. 2012-07-09 11:39:14 +02:00
Gunnar Beutner 746d24c9a2 Distinguish between 'dependencies' (reachability) and 'hostchecks' (host status). 2012-07-09 10:28:49 +02:00
Gunnar Beutner 55ca6fd276 Implemented host dependencies 2012-07-09 10:09:53 +02:00
Gunnar Beutner 0b730a8f6e Cleaned up << operator for the DebugInfo class. 2012-07-08 23:23:48 +02:00
Gunnar Beutner c80d84f61e Add path to the DebugInfo struct. 2012-07-08 21:33:51 +02:00
Gunnar Beutner a71e5ca0d7 Build fixes for *NIX. 2012-07-08 21:24:20 +02:00
Gunnar Beutner 7fadf56ded Make sure that include paths are interpreted as relative to the config file that contains the include directive. 2012-07-08 21:19:10 +02:00
Gunnar Beutner 1c1e1ff5e2 Implemented auto-discovery script. 2012-07-08 11:37:31 +02:00
Gunnar Beutner 0f471683cd Bugfixes for the 'convenience' component. 2012-07-08 11:37:15 +02:00
Gunnar Beutner 4ad1789e33 Implemented extended service template format. 2012-07-08 10:20:54 +02:00
Gunnar Beutner 0a6cf57f57 Added convenience module to list of dependencies. 2012-07-08 09:57:33 +02:00
Gunnar Beutner 8eac0a91c2 Fixed truncated plugin output. 2012-07-07 18:25:27 +02:00
Gunnar Beutner 67789d99ce Fixed Win32 build dependencies. 2012-07-07 13:28:25 +02:00
Gunnar Beutner 28f88df37c Fixed build on Win32. 2012-07-07 13:17:50 +02:00
Gunnar Beutner e8b112689e Link convenience module into icinga app when building with --disable-shared. 2012-07-06 15:56:31 +02:00
Gunnar Beutner de55b5d0d2 Don't instantiate service objects for host templates. 2012-07-06 15:52:13 +02:00
Gunnar Beutner acf08b7a4e Bugfix for the convenience component. 2012-07-06 14:36:58 +02:00
Gunnar Beutner 37cf22aaf0 Implemented ConfigItemBuilder class. 2012-07-06 14:33:10 +02:00
Gunnar Beutner e0bf25e907 Removed ConfigVM class. 2012-07-06 11:35:20 +02:00
Gunnar Beutner 9b7251abb9 Implemented 'services' property for host definitions. 2012-07-06 11:22:38 +02:00
Gunnar Beutner a11a36154f Bugfix: Use service alias in service group definition. 2012-07-06 11:21:19 +02:00
Gunnar Beutner 8955f17c41 Undelegate services when their config objects are removed. 2012-07-04 16:50:25 +02:00
Gunnar Beutner 4bad5f11c8 Updated .gitignore file. 2012-07-04 12:28:52 +02:00
Gunnar Beutner efff45cf0b Removed obsolete code. 2012-07-03 15:26:58 +02:00
Gunnar Beutner d3b4cc7b0d Bugfixes. 2012-07-03 15:20:44 +02:00
Gunnar Beutner db05779fde Added missing state calculation. 2012-07-03 15:17:42 +02:00
Gunnar Beutner 57f0dcf460 Bugfixes. 2012-07-03 15:14:49 +02:00
Gunnar Beutner d26d8e7bb7 Re-designed reachability detection. 2012-07-03 15:11:54 +02:00
Gunnar Beutner f9139a6f97 Bugfixes. 2012-07-03 15:01:09 +02:00
Gunnar Beutner 734ec2f5fb Implemented service dependencies. 2012-07-03 14:18:46 +02:00
Gunnar Beutner d577406a66 Implemented ServiceStatusMessage class. 2012-07-03 10:41:25 +02:00
Gunnar Beutner 5dc74ecf0e Build fixes for *NIX. 2012-07-03 10:00:44 +02:00
Gunnar Beutner 02482463d3 Fixed build scripts for *NIX. 2012-07-03 08:31:30 +02:00
Gunnar Beutner a7be3a40c9 Ignore remote object updates when local object is newer. 2012-07-02 19:25:33 +02:00
Gunnar Beutner 512f46907e Compilation fixes for Windows. 2012-07-02 19:09:45 +02:00
Gunnar Beutner 4aa166ba29 Fixed compilation warnings on Windows. 2012-07-02 18:40:30 +02:00
Gunnar Beutner d00b14bac8 Removed duplicate version of the config conversion script. 2012-07-02 16:37:02 +02:00
Gunnar Beutner 705d21de60 Renamed check_random plugin.
Added script for converting Icinga configs.
2012-07-02 16:26:31 +02:00
Gunnar Beutner fb98044dcf Removed obsolete files. 2012-07-02 16:24:45 +02:00
Gunnar Beutner 40350bfce8 Make checkers configurable. 2012-07-02 16:19:43 +02:00
Gunnar Beutner 45fef3573c Disable freshness stuff in status.dat 2012-07-02 15:49:36 +02:00