Michael Friedrich
|
442078f5ac
|
Update documentation for DB IDO HA Run-Once
fixes #8680
|
2015-03-11 14:06:01 +01:00 |
Gunnar Beutner
|
44114232d3
|
Fix timeout problem with API heartbeat messages
fixes #8672
|
2015-03-11 12:53:43 +01:00 |
Gunnar Beutner
|
8682c530af
|
Fix line continuation support for parentheses
fixes #8679
|
2015-03-11 10:01:03 +01:00 |
Gunnar Beutner
|
ca27c8769e
|
Kill entire process group after plugin timeout
fixes #8540
|
2015-03-11 07:12:59 +01:00 |
Gunnar Beutner
|
bf6d19c50b
|
Fix argument type for the StringContains function
refs #8659
|
2015-03-11 06:42:45 +01:00 |
Michael Friedrich
|
330c93fa77
|
Implement String#contains
fixes #8659
|
2015-03-11 00:11:18 +01:00 |
Louis Sautier
|
afc38762ef
|
Fix check_disk default thresholds and document the change of unit
fixes #8673
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
|
2015-03-10 23:49:23 +01:00 |
Gunnar Beutner
|
977ca844c7
|
Remove an unnecessary temporary variable
|
2015-03-10 15:23:27 +01:00 |
Louis Sautier
|
5e79cb8048
|
Fix documentation for -DICINGA2_GIT_VERSION_INFO
fixes #8667
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
|
2015-03-10 14:29:02 +01:00 |
Gunnar Beutner
|
37aa3413d8
|
Allow some of the Array and Dictionary methods to be inlined by the compiler
fixes #8666
|
2015-03-10 13:46:24 +01:00 |
Gunnar Beutner
|
54b5cd33e5
|
Fix path for the icinga2 binary in the documentation
|
2015-03-10 09:53:33 +01:00 |
Louis Sautier
|
3adc605bef
|
Fix check_disk thresholds: make sure partitions are the last arguments
fixes #8658
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
|
2015-03-09 15:32:24 +01:00 |
Gunnar Beutner
|
bcf4c46079
|
Fix missing program name in 'icinga2 --version'
fixes #8657
|
2015-03-09 15:02:53 +01:00 |
Gunnar Beutner
|
6176d3bc8c
|
Release version 2.3.0
|
2015-03-09 12:53:15 +01:00 |
Gunnar Beutner
|
f4bf4578c0
|
changelog.py: Convert Windows new-lines to UNIX new-lines
|
2015-03-09 12:47:01 +01:00 |
Gunnar Beutner
|
98b89b1d27
|
Document closures
fixes #8648
|
2015-03-09 11:18:18 +01:00 |
Gunnar Beutner
|
b687902e3d
|
Replace tabs with spaces in the documentation examples
|
2015-03-09 11:18:05 +01:00 |
Gunnar Beutner
|
f485424f7f
|
Add -fvisibility-inlines-hidden to the C/CXX flags when available
|
2015-03-09 09:49:55 +01:00 |
Gunnar Beutner
|
4e16f48255
|
Don't accept config updates for zones for which we have an authoritative copy of the config
fixes #8555
|
2015-03-09 08:46:01 +01:00 |
Gunnar Beutner
|
3046ad5d5e
|
Fix incorrect value for the process_performance_data column in the icinga_hosts table
fixes #8544
|
2015-03-09 08:12:05 +01:00 |
Gunnar Beutner
|
e50d3e6e5a
|
Fix validator for dependencies
fixes #8596
|
2015-03-09 08:04:18 +01:00 |
Gunnar Beutner
|
22f3c5082d
|
Add validator for time ranges in ScheduledDowntime objects
fixes #8600
|
2015-03-09 08:02:12 +01:00 |
Gunnar Beutner
|
60d5959ba4
|
Remove incorrect VERIFY
fixes #8628
|
2015-03-09 06:51:22 +01:00 |
Gunnar Beutner
|
d7890d542c
|
Update AUTHORS
|
2015-03-09 06:41:56 +01:00 |
Louis Sautier
|
33e60f97ab
|
Fix a spelling error
fixes #8638
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
|
2015-03-09 06:41:23 +01:00 |
Gunnar Beutner
|
fb6cc2f6ed
|
Improve support for the Value class in the natvis extension
|
2015-03-08 20:35:15 +01:00 |
Gunnar Beutner
|
3ed85aea31
|
Update documentation links
|
2015-03-08 11:34:59 +01:00 |
Gunnar Beutner
|
e3b338848e
|
Remove duplicate chapter and fix chapter headings
|
2015-03-08 11:32:49 +01:00 |
Michael Friedrich
|
4bb695fb9d
|
Documentation: Add wiki howto url for help updating the docs
|
2015-03-07 17:13:36 +01:00 |
Michael Friedrich
|
22a2661821
|
Documentation: Remove obsolete info
refs #8318
|
2015-03-07 16:26:09 +01:00 |
Michael Friedrich
|
a93b565868
|
Documentation: Refactor RemoteClient/Cluster/etc from community&training feedback
fixes #8318
fixes #8522
fixes #6858
|
2015-03-07 16:23:53 +01:00 |
Gunnar Beutner
|
77fc213d6d
|
Remove unnecessary dynamic_casts
|
2015-03-07 14:47:54 +01:00 |
Gunnar Beutner
|
4f41c79a4c
|
Add check commands for NSClient++
fixes #8621
|
2015-03-06 13:08:42 +01:00 |
Gunnar Beutner
|
274c0d1f12
|
Move webinject documentation to the right chapter
|
2015-03-06 12:47:14 +01:00 |
Jean Flach
|
62b2bae6b6
|
Update Window plugins' usage strings
|
2015-03-06 12:14:09 +01:00 |
Gunnar Beutner
|
52102d815d
|
Fix second Deserialize() call in ApiEvents::ExecuteCommandAPIHandler
refs #8117
|
2015-03-06 01:45:43 +01:00 |
Gunnar Beutner
|
139540b570
|
Make sure we don't evaluate apply rules for fake hosts used in agent checks
fixes #8117
|
2015-03-05 21:19:04 +01:00 |
Gunnar Beutner
|
9181d7ae05
|
Add missing service name in check results
refs #8257
|
2015-03-05 20:50:27 +01:00 |
Carlos Cesario
|
d0ca16cdde
|
Add check command definitions for the check_vmware_esx plugin
fixes #6697
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
|
2015-03-05 18:10:44 +01:00 |
Gunnar Beutner
|
bb4beefca9
|
Add missing "return"s in Ido*Connection::Reconnect
|
2015-03-05 15:57:46 +01:00 |
Gunnar Beutner
|
fd9dc32a3d
|
Implement SNI support for the TlsStream class
fixes #8610
|
2015-03-05 14:15:42 +01:00 |
Gunnar Beutner
|
4a2a6d999a
|
Fix incorrect debug hints for nested attributes
fixes #8604
|
2015-03-05 13:18:15 +01:00 |
Gunnar Beutner
|
4b15ec7774
|
Remove the macro argument for IMPL_TYPE_LOOKUP
fixes #8599
|
2015-03-05 07:42:13 +01:00 |
Gunnar Beutner
|
767ddbdec7
|
Fix compiler warning in Process::Run
|
2015-03-04 16:41:53 +01:00 |
Gunnar Beutner
|
f41f9b085d
|
Implement support for the 'Limit' column in Livestatus
fixes #8529
|
2015-03-04 12:18:04 +01:00 |
Gunnar Beutner
|
afd1927a98
|
Improve Livestatus query performance
fixes #8594
|
2015-03-04 10:58:22 +01:00 |
Gunnar Beutner
|
24db685806
|
Add -fno-fat-lto-objects to the compiler flags when ICINGA2_LTO_BUILD is enabled
|
2015-03-04 10:58:06 +01:00 |
Gunnar Beutner
|
c33e78aa04
|
Don't discard config validators
|
2015-03-04 09:12:57 +01:00 |
Gunnar Beutner
|
47842e2797
|
Add a CMake variable for -flto
|
2015-03-04 08:57:20 +01:00 |
Gunnar Beutner
|
4d63351561
|
Fix some compile warnings
|
2015-03-04 08:26:15 +01:00 |