Gunnar Beutner
4bafa6ff1a
Merge pull request #6068 from ekeih/doc/fix-explanation-for-user-object
...
Fix the explanation of `types` and `states` for user objects
2018-02-05 07:50:53 +01:00
Max Rosin
2850030bd4
Fix the explanation of `types` and `states` for user objects
2018-02-05 00:55:33 +01:00
Michael Friedrich
3fcbe03b55
Merge pull request #6059 from gunnarbeutner/feature/remove-icinga-studio
...
Remove Icinga Studio
2018-02-02 11:35:41 +01:00
Michael Friedrich
adfc001be5
Merge pull request #6060 from gunnarbeutner/feature/remove-dev-docker-scripts
...
Remove Icinga development docker scripts
2018-02-02 11:27:16 +01:00
Michael Friedrich
6a8a6903de
Merge pull request #6061 from gunnarbeutner/feature/remove-jenkins-scripts
...
Remove jenkins test scripts
2018-02-02 11:26:03 +01:00
Gunnar Beutner
845ee81004
Merge pull request #6062 from gunnarbeutner/feature/remove-obsolete-script
...
Remove the obsolete 'make-agent-config.py' script
2018-02-02 07:40:57 +01:00
Gunnar Beutner
c52075eb11
Remove the obsolete 'make-agent-config.py' script
2018-02-02 07:34:39 +01:00
Gunnar Beutner
25d0e02daa
Remove jenkins test scripts
2018-02-02 07:30:20 +01:00
Gunnar Beutner
30a3e95acb
Remove Icinga development docker scripts
2018-02-02 07:26:44 +01:00
Gunnar Beutner
e8b3faec91
Remove Icinga Studio
2018-02-02 07:22:50 +01:00
Gunnar Beutner
a56320563a
Merge pull request #6055 from Icinga/feature/remove-clrchecktask
...
methods: Remove unused clrchecktask feature
2018-02-01 20:18:33 +01:00
Markus Frosch
279e9fbe6c
methods: Remove unused clrchecktask feature
...
fixes #6054
2018-02-01 15:52:12 +01:00
Markus Frosch
4a51096e65
Merge pull request #6045 from gunnarbeutner/fix/move-passive-check-command
...
Move the "passive" check command to command-icinga.conf
2018-02-01 11:22:10 +01:00
Noah Hilverling
b83aaaf1db
Merge pull request #6044 from gunnarbeutner/feature/frozen-dict-and-array
...
Implement support for frozen arrays and dictionaries
2018-01-31 09:34:17 +01:00
Gunnar Beutner
414a8ec534
Move the "passive" check command to command-icinga.conf
2018-01-30 14:58:57 +01:00
Gunnar Beutner
e361b3c427
Implement support for frozen arrays and dictionaries
2018-01-30 12:22:04 +01:00
Gunnar Beutner
b88149c455
Merge pull request #5979 from Icinga/feature/enhance-console-5595
...
Add quit, exit and help
2018-01-29 16:41:10 +01:00
Noah Hilverling
9cb7c9d7f7
Merge pull request #6020 from Icinga/fix/console-home-env
...
Fix crash when running 'icinga2 console' without HOME environment variable
2018-01-29 16:37:24 +01:00
Jean Flach
9c9d190b9c
Merge pull request #6039 from Icinga/feature/improve-error-message
...
Improve location info for some error messages
2018-01-29 13:12:35 +01:00
Gunnar Beutner
1047e5ff3d
Improve location info for some error messages
2018-01-29 10:04:58 +01:00
Gunnar Beutner
3f6b61faf8
Merge pull request #6037 from Icinga/fix/windows-build-fix
...
Fix build error on Windows
2018-01-29 08:28:18 +01:00
Gunnar Beutner
1d65c48387
Merge pull request #6038 from Icinga/fix/windows-missing-boost-split-include
...
Fix missing include for boost::split
2018-01-29 06:31:43 +01:00
Michael Insel
1321c09132
Fix missing include for boost::split
...
This adds a missing include for the function boost::split.
2018-01-28 22:21:27 +01:00
Michael Insel
12c4a1be1f
Fix build error on Windows
...
The `kill` and `SIGUSR2` statements are not available on Windows.
2018-01-28 22:00:36 +01:00
Gunnar Beutner
ae7cd01052
Merge pull request #6036 from Icinga/fix/include-sstream
...
Fix missing include
2018-01-27 13:29:42 +01:00
Jean Flach
51d5a3e457
Fix missing include
2018-01-26 14:38:55 +01:00
Jean Flach
cc73eed2af
Merge pull request #5992 from Icinga/feature/remove-includes
...
Remove unused includes
2018-01-25 09:13:02 +01:00
Gunnar Beutner
81d681efa2
Merge pull request #6034 from Icinga/fix/itl-by-ssh-option-4094
...
ITL by_ssh add -E parameter
2018-01-25 05:06:04 +01:00
Michael Insel
548027808b
ITL by_ssh add -E parameter
...
This adds the -E parameter to the by_ssh ITL CheckCommand definition.
refs #4094
2018-01-24 20:51:43 +01:00
Jean Flach
5b1f9fd257
Merge pull request #6029 from Icinga/feature/duplicate-semicolons
...
Remove duplicate semicolons
2018-01-24 12:55:57 +01:00
Gunnar Beutner
0cc9af6bee
Remove duplicate semicolons
2018-01-24 12:07:52 +01:00
Michael Friedrich
361fed8ba0
Merge pull request #6022 from Icinga/feature/library-default-config
...
Update default config and documentation for the "library" keyword
2018-01-22 09:53:32 +01:00
Gunnar Beutner
94e6be1a65
Remove unused includes
2018-01-22 09:52:29 +01:00
Gunnar Beutner
6506a89db3
Update default config and documentation for the "library" keyword
2018-01-22 08:18:05 +01:00
Gunnar Beutner
5d464a9f7e
Merge pull request #5996 from Icinga/feature/watchdog-2287
...
Add systemd watchdog and adjust reload behaviour
2018-01-21 05:18:13 +01:00
Michael Friedrich
777d85cecc
Merge pull request #5964 from fedepires/fix/opentsdbwriter-host-tag-5963
...
OpenTSDB writer - Fix function for escaping host tag chars.
2018-01-20 12:17:25 +01:00
Gunnar Beutner
3e3658b7a5
Fix crash when running 'icinga2 console' without HOME environment variable
...
fixes #6019
2018-01-20 07:46:19 +01:00
Gunnar Beutner
3122e44087
Merge pull request #6017 from Icinga/fix/socketpair-windows
...
Remove build breaking include
2018-01-19 18:53:02 +01:00
Jean Flach
c418a9611e
Add systemd watchdog and adjust reload behaviour
2018-01-19 16:52:36 +01:00
Jean Flach
ee85af2151
Remove build breaking include
...
This breaks the build for windows and does not seem to be required.
2018-01-19 15:44:52 +01:00
Michael Friedrich
627fddf12b
Merge pull request #6015 from Icinga/fix/cmakelist-whitespace
...
Fix whitespaces in CMakeLists files
2018-01-19 11:11:43 +01:00
Jean Flach
1da6b2c883
Fix whitespaces in CMakeLists files
...
Uses 2 space indentation as standard
2018-01-19 09:19:40 +01:00
Michael Friedrich
59b34846e8
Merge pull request #6014 from Icinga/feature/docs-ido-tuning
...
Docs: Add IDO DB tuning tips
2018-01-18 17:53:42 +01:00
Michael Friedrich
d4b9e4a827
Docs: Add IDO DB tuning tips
...
fixes #5622
2018-01-18 17:52:38 +01:00
Jean Flach
5ed9b063a8
Merge pull request #6010 from Icinga/feature/cluster-check-endpoints-long-output
...
Move the endpoint list into a new line for the 'cluster' check
2018-01-18 15:51:03 +01:00
Michael Friedrich
88f740b13c
Move the endpoint list into a new line for the 'cluster' check
...
If you have many satellites/clients, the list view in Icinga Web 2
will get overly long. Moving the list for connected/not connected
endpoints into a new line makes this check more beautiful.
fixes #5444
2018-01-18 15:43:01 +01:00
Gunnar Beutner
7702cb056a
Merge pull request #6009 from Icinga/fix/build-fix-gcc
...
Build fix for ancient versions of GCC
2018-01-18 15:29:50 +01:00
Jean Flach
37e890f513
Merge pull request #6008 from Icinga/fix/cmake-3-0-compat
...
Fix compatibility with CMake < 3.1
2018-01-18 15:26:10 +01:00
Gunnar Beutner
9d436605f0
Fix compatibility with CMake < 3.1
2018-01-18 15:12:46 +01:00
Gunnar Beutner
aa76ddf7f2
Build fix for ancient versions of GCC
2018-01-18 15:12:14 +01:00