Commit Graph

5529 Commits

Author SHA1 Message Date
Gunnar Beutner 86a1bbf468 Allow using more than one %validator rule for the same type
fixes #8829
2015-03-20 15:55:13 +01:00
Gunnar Beutner 8bbab2b00c Move release info in INSTALL.md into a separate file
fixes #8827
2015-03-20 13:33:44 +01:00
Gunnar Beutner 4e680e6d58 Flush stderr in Application::Exit
fixes #8734
2015-03-20 12:28:52 +01:00
Michael Friedrich bcc6b8258c Documentation: Fix missing url 2015-03-20 09:33:24 +01:00
Gunnar Beutner 2d150bda63 Use container-based builders for Travis CI 2015-03-20 09:02:29 +01:00
Michael Friedrich df99eabbf0 Documentation: Revamp migration/object accessors, fix several items
fixes #8764
fixes #8771
fixes #8765
fixes #8686
fixes #8740
2015-03-19 18:03:48 +01:00
Michael Friedrich db25c66852 Documentation: Re-order the object types in alphabetical order
fixes #8677
2015-03-19 15:19:36 +01:00
Michael Friedrich 454a8c9a49 Add "random" CheckCommand for test and demo purposes
fixes #8816
2015-03-19 14:45:57 +01:00
Michael Friedrich 6c8bc20369 Use Utility::NaturalJoin for notification filter formatting
refs #8685
2015-03-19 14:09:14 +01:00
Michael Friedrich 6e778c4947 Show notification state/type filter names in notice/debug log
fixes #8685
2015-03-19 14:09:07 +01:00
Gunnar Beutner ab36912ccd Improve error message for invalid field access
fixes #8769
2015-03-19 13:48:31 +01:00
Gunnar Beutner 1ccc68e098 Add rudimentary support for Travis-CI 2015-03-19 13:43:58 +01:00
Gunnar Beutner 2826ef7647 Implement the parse_performance_data function
fixes #8693
2015-03-19 13:38:24 +01:00
Gunnar Beutner 1756859125 Don't ignore extraneous arguments for functions
fixes #8748
2015-03-19 13:37:36 +01:00
Jean-Marcel Flach 9983bbe845 Update AUTHORS 2015-03-19 13:32:00 +01:00
Reto Zeder 8867618d19 Fix typo in documentation: Library reference get_host
fixes #8763

Signed-off-by: Jean-Marcel Flach <jean-marcel.flach@netways.de>
2015-03-17 13:50:59 +01:00
Gunnar Beutner a15740cd41 Fix incorrect variable use in BoostTestTargets.cmake
fixes #8749
2015-03-17 09:05:40 +01:00
Gunnar Beutner 5276763d18 Fix some mistakes in the documentation
fixes #8767
2015-03-17 09:02:42 +01:00
Louis Sautier 113a90dd7f Remove prompt to create a TicketSalt from the wizard
fixes #8766

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-16 15:25:23 +01:00
Gunnar Beutner ea7d1ee77d Add OS details in 'icinga2 --version'
fixes #8761
2015-03-16 13:52:59 +01:00
Gunnar Beutner f70cebca0c Build fix for 2.3.x 2015-03-16 13:45:18 +01:00
Gunnar Beutner 1756bc69a3 Ignore file name extension in 'flex --version' output
refs #8750
2015-03-16 13:38:20 +01:00
Gunnar Beutner 1fcb012976 Improve Flex version detection on Windows
refs #8750
2015-03-16 13:33:01 +01:00
Jean Flach ae05c1ac13 Remove http_vhosts config from Windows
There is no check_http planed for Windows

fixes #8762
2015-03-16 13:24:41 +01:00
Gunnar Beutner 9bcbc8f4f8 Don't update custom vars for each status update
fixes #8736
2015-03-16 10:23:56 +01:00
Gunnar Beutner 6155dd2e7d Ensure that flex meets the version requirements
fixes #8750
2015-03-16 10:23:13 +01:00
Louis Sautier 427196e591 Fix a typo in the documentation of ICINGA2_WITH_MYSQL and ICINGA2_WITH_PGSQL
fixes #8753

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-16 10:22:38 +01:00
Gunnar Beutner 3b18e1b674 Add missing keywords in the syntax highlighting files
fixes #8757
2015-03-16 10:07:58 +01:00
Markus Frosch 0091394f2f Fix VIM syntax highlighting for comments
fixes #8755
2015-03-16 09:20:05 +01:00
Carlos Cesario 76d5b751f4 Update syntax highlighting (nano/vim) for 2.3 features
fixes #8660
2015-03-12 17:15:52 +01:00
Gunnar Beutner 2fc40398c2 Release version 2.3.2 2015-03-12 16:00:33 +01:00
Michael Friedrich 6a6662644e Fix log message for cli commands breaks the init script
fixes #8721
2015-03-12 15:57:52 +01:00
Gunnar Beutner 2083eec43d Release version 2.3.1 2015-03-12 13:27:11 +01:00
Michael Friedrich 64214bd853 Fix crash in Dependency::Stop()
This partially reverts the fix in #8436

fixes #8687
refs #8436

Conflicts:
	lib/db_ido_pgsql/idopgsqlconnection.cpp
2015-03-12 11:56:20 +01:00
Michael Friedrich e1a07ad129 Fix formatting for the GDB stacktrace
fixes #8684
2015-03-11 16:31:52 +01:00
Michael Friedrich 9db3d42135 Make sure that the /var/log/icinga2/crash directory exists
fixes #8683
2015-03-11 16:08:37 +01:00
Michael Friedrich cc698d1ae2 Update documentation for DB IDO HA Run-Once
fixes #8680
2015-03-11 14:06:38 +01:00
Gunnar Beutner cef5191d44 Fix timeout problem with API heartbeat messages
fixes #8672
2015-03-11 12:56:22 +01:00
Gunnar Beutner 21522f9ed6 Fix line continuation support for parentheses
fixes #8679
2015-03-11 09:55:38 +01:00
Gunnar Beutner 8516e78b92 Kill entire process group after plugin timeout
fixes #8540
2015-03-11 07:38:07 +01:00
Gunnar Beutner 73629172b4 Fix argument type for the StringContains function
refs #8659
2015-03-11 06:44:32 +01:00
Michael Friedrich 059cda9e37 Implement String#contains
fixes #8659
2015-03-11 06:44:23 +01:00
Louis Sautier 47b3ed948d Fix check_disk default thresholds and document the change of unit
fixes #8673

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-03-11 06:44:15 +01:00
Louis Sautier a93cea04a4 Fix documentation for -DICINGA2_GIT_VERSION_INFO
fixes #8667

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-10 14:29: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