6626 Commits

Author SHA1 Message Date
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
Gunnar Beutner
c39846167a Fix some mistakes in the documentation
fixes #8767
2015-03-17 09:02:17 +01:00
Gunnar Beutner
dae206e899 Move the base command templates into libmethods
fixes #8775
2015-03-17 08:19:31 +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
Louis Sautier
1eef0243c6 Remove prompt to create a TicketSalt from the wizard
fixes #8766

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-16 15:24:58 +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
e3e83ae163 Ignore file name extension in 'flex --version' output
refs #8750
2015-03-16 13:37:11 +01:00
Gunnar Beutner
1fcb012976 Improve Flex version detection on Windows
refs #8750
2015-03-16 13:33:01 +01:00
Gunnar Beutner
0d7a382b82 Add OS details in 'icinga2 --version'
fixes #8761
2015-03-16 13:32:13 +01:00
Gunnar Beutner
4a8920b1d4 Improve Flex version detection on Windows
refs #8750
2015-03-16 13:32:02 +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
Jean Flach
d490b0f15c Remove http_vhosts config from Windows
There is no check_http planed for Windows

fixes #8762
2015-03-16 13:15:54 +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
Gunnar Beutner
cb26028844 Add missing keywords in the syntax highlighting files
fixes #8757
2015-03-16 10:07:43 +01:00
Markus Frosch
0091394f2f Fix VIM syntax highlighting for comments
fixes #8755
2015-03-16 09:20:05 +01:00
Markus Frosch
90568e798f Fix VIM syntax highlighting for comments
fixes #8755
2015-03-16 09:19:13 +01:00
Louis Sautier
e3d379aa5c 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-15 21:10:52 +01:00
Gunnar Beutner
8072ca31d9 Ensure that flex meets the version requirements
fixes #8750
2015-03-15 21:08:06 +01:00
Gunnar Beutner
7877292685 Don't ignore extraneous arguments for functions
fixes #8748
2015-03-15 11:24:09 +01:00
Gunnar Beutner
316eee799e Merge COMMIT and BEGIN into the previous MySQL query
refs #8738
2015-03-14 07:58:55 +01:00
Gunnar Beutner
c7c49d7219 Implement support for CLIENT_MULTI_STATEMENTS
fixes #8738
2015-03-13 20:23:14 +01:00
Gunnar Beutner
100eb0cf8a Don't update custom vars for each status update
fixes #8736
2015-03-13 13:46:00 +01:00