6652 Commits

Author SHA1 Message Date
Louis Sautier
2d455efcd8 Make default notifications include users from host.vars.notification.mail.users
fixes #8830

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-20 15:58:19 +01:00
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
e8cee8d5e2 Allow using more than one %validator rule for the same type
fixes #8829
2015-03-20 15:49:55 +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
ae204092cc Move release info in INSTALL.md into a separate file
fixes #8827
2015-03-20 13:30:55 +01:00
Gunnar Beutner
4e680e6d58 Flush stderr in Application::Exit
fixes #8734
2015-03-20 12:28:52 +01:00
Gunnar Beutner
76b0c6d89d Flush stderr in Application::Exit
fixes #8734
2015-03-20 12:28:43 +01:00
Michael Friedrich
fd3536489b Documentation: Fix missing url 2015-03-20 09:33:45 +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
Gunnar Beutner
275b488309 Use container-based builders for Travis CI 2015-03-20 09:02:16 +01:00
Gunnar Beutner
5588b8ed75 Don't allow users to instantiate the StreamLogger class
fixes #8823
2015-03-20 08:16:10 +01:00
Gunnar Beutner
16ef84fd35 Use TypeInstance field instead of looking up types by name
fixes #8817
2015-03-20 08:15:07 +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
0c0bae220b Documentation: Revamp migration/object accessors, fix several items
fixes #8764
fixes #8771
fixes #8765
fixes #8686
fixes #8740
2015-03-19 18:03:01 +01:00
Gunnar Beutner
e22386e63f Make load order for objects more reliable
fixes #8770
2015-03-19 15:58:38 +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
55017c81bd Documentation: Re-order the object types in alphabetical order
fixes #8677
2015-03-19 15:19:09 +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
41d0c3f3d7 Add "random" CheckCommand for test and demo purposes
fixes #8816
2015-03-19 14:36:53 +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
Michael Friedrich
88f16abb3c Use Utility::NaturalJoin for notification filter formatting
refs #8685
2015-03-19 14:08:06 +01:00
Gunnar Beutner
6812e2668c Improve error message for invalid field access
fixes #8769
2015-03-19 13:48:51 +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
Jean-Marcel Flach
0b02330409 Update AUTHORS 2015-03-19 13:30:59 +01:00
Gunnar Beutner
0884265180 Fix leak in ConfigCompiler::CompileStream
refs #8791
2015-03-19 08:17:57 +01:00
Gunnar Beutner
91b8a9fc4e Add rudimentary support for Travis-CI 2015-03-19 07:11:21 +01:00
Gunnar Beutner
2aa65f3f4c Don't use the thread pool to compile Livestatus scripts
refs #8791
2015-03-18 14:36:46 +01:00
Gunnar Beutner
2c4f913a90 Fix crash in ConsoleCommand::Run
refs #8791
2015-03-18 14:29:02 +01:00
Gunnar Beutner
05e55ab79d Fix initialization order for type objects
refs #8791
2015-03-18 14:24:55 +01:00
Gunnar Beutner
3e08f2e0b5 Make order for deferred initializers deterministic
refs #8791
2015-03-18 13:24:31 +01:00
Gunnar Beutner
ec2ae7101e Update documentation for --app
refs #8791
2015-03-18 12:32:55 +01:00
Gunnar Beutner
cfbda617c8 Fix incorrect type for the --app argument
refs #8791
2015-03-18 12:30:07 +01:00
Gunnar Beutner
50b1e1cf6b Fix livestatus unit tests
refs #8791
2015-03-18 12:11:42 +01:00
Gunnar Beutner
6c96d5bc98 Clean up the start-up process a bit
fixes #8791
2015-03-18 11:14:51 +01:00
Gunnar Beutner
fec1266b1b Add auto-completion suggestions for built-in attributes
refs #8776
2015-03-18 08:19:36 +01:00
Gunnar Beutner
a2b701ad44 Improve auto-completion for the 'icinga2 console' command
refs #8776
2015-03-18 08:10:32 +01:00
Gunnar Beutner
cd9dfd5744 Implement auto-completion support for 'icinga2 console'
refs #8776
2015-03-18 07:17:15 +01:00
Gunnar Beutner
d0ac1bdebf Fix libreadline detection for Debian
refs #8776
2015-03-17 18:03:31 +01:00
Gunnar Beutner
37736caa5c Implement support for libedit
fixes #8776
2015-03-17 15:05:47 +01:00
Reto Zeder
70cbb5a624 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:52:22 +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
1fe24cd417 Fix incorrect variable use in BoostTestTargets.cmake
fixes #8749
2015-03-17 09:06:06 +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