Gunnar Beutner
c16dbd19c8
Merge pull request #6147 from gunnarbeutner/fix/incorrect-arg-type
...
Fix incorrect argument type for JsonRpc::SendMessage
2018-03-06 09:01:47 +01:00
Gunnar Beutner
b172a67867
Fix incorrect argument type for JsonRpc::SendMessage
2018-03-06 08:58:19 +01:00
Gunnar Beutner
9b72a6c2f3
Merge pull request #6135 from Icinga/fix/limit-api-package-size
...
Limit JSON RPC message size
2018-03-05 13:24:09 +01:00
Jean Flach
1bdd14b428
Limit anonymous connections to 25
2018-03-05 13:22:43 +01:00
Noah Hilverling
54ff60cd8c
Limit JSON-RPC message size
2018-03-05 10:29:05 +01:00
Gunnar Beutner
4a09026466
Merge pull request #6145 from gunnarbeutner/fix/incorrect-parameter-name
...
Fix incorrect parameter name in the API documentation
2018-03-05 09:00:08 +01:00
Gunnar Beutner
39e303a03b
Fix incorrect parameter name in the API documentation
...
fixes #6140
2018-03-05 08:43:13 +01:00
Gunnar Beutner
84be526b4c
Merge pull request #6139 from Icinga/itl/disk-docker-types
...
itl/disk: Ignore overlay and netfs filesystems
2018-03-05 08:38:00 +01:00
Markus Frosch
fa68c9255b
itl: Ignore overlay and netfs filesystems
...
Usually used by Docker and other containers and namespaces
2018-03-02 12:44:08 +01:00
Noah Hilverling
ac6a39b7d4
Merge pull request #6136 from Icinga/feature/counter-for-currently-running-concurrent-checks-4939
...
Add counter for current concurrent checks to Icinga check
2018-03-01 15:47:25 +01:00
Noah Hilverling
d0a97ddf64
Add counter for current concurrent checks to Icinga check
...
fixes #4939
2018-03-01 15:01:55 +01:00
Gunnar Beutner
d23c03bfa5
Merge pull request #6134 from gunnarbeutner/fix/incorrect-content-length-limits
...
Fix incorrect HTTP content length limits
2018-02-28 14:16:15 +01:00
Gunnar Beutner
a3bf8cd26e
Merge pull request #6133 from Icinga/fix/cork-socket
...
Limit the number of HTTP/JSON-RPC requests we read in parallel
2018-02-28 12:48:06 +01:00
Gunnar Beutner
45c2803f3e
Fix incorrect HTTP content length limits
2018-02-28 12:28:02 +01:00
Gunnar Beutner
a9fb714578
Merge pull request #6116 from Icinga/fix/windows-service-restart
...
Fix Windows reload
2018-02-28 12:23:53 +01:00
Gunnar Beutner
c1837ea90b
Merge pull request #6131 from Icinga/feature/log-master-ticket-invalid
...
Log which ticket was invalid on the master
2018-02-28 12:22:34 +01:00
Gunnar Beutner
30ae5154f0
Merge pull request #6132 from gunnarbeutner/fix/http-parser-crash
...
Fix HTTP parser crash/hang
2018-02-28 12:21:09 +01:00
Gunnar Beutner
6848af50ff
Add SetCorked() calls to the JsonRpcConnection class
2018-02-28 11:42:05 +01:00
Jean Flach
d0cf7c654e
Use cork in tlsstream and HTTP connection
2018-02-28 11:40:58 +01:00
Jean Flach
7d103aaf1b
Add cork
2018-02-28 11:40:58 +01:00
Gunnar Beutner
a4a73fa67c
Fix null ptr dereference in HttpServerConnection::ProcessMessageAsync
2018-02-28 11:07:19 +01:00
Gunnar Beutner
6d01808adf
Fix incorrect return value
2018-02-28 10:50:33 +01:00
Michael Friedrich
ad31e0d118
Log which ticket was invalid on the master
...
This helps debugging a lot, especially to reproduce the issue
why the ticket is invalid.
2018-02-28 10:18:29 +01:00
Gunnar Beutner
254bd108df
Merge pull request #6128 from Icinga/fix/doc-adding-global-zones
...
Adding documentation for configurable global zones during setup
2018-02-28 09:46:45 +01:00
Gunnar Beutner
5089b0dd7c
Merge pull request #6126 from Icinga/fix/require-systemd-libs
...
Require systemd headers
2018-02-28 09:45:05 +01:00
Michael Insel
ecda0691c4
Adding documentation for configurable global zones during setup
...
This adds the documentation for the configurable global zones during the node wizard/setup.
refs #5767
2018-02-27 21:28:38 +01:00
Jean Flach
01c7f20170
Require systemd headers
...
Only mandatory if using systemd
2018-02-27 15:54:58 +01:00
Jean Flach
2a255349db
Merge pull request #6125 from ekeih/fix/misleading-description-in-notification.conf-feature-file-6122
...
Fix description of the NotificationComponent in notification.conf
2018-02-27 14:54:33 +01:00
Max Rosin
b34675cae8
Fix description of the NotificationComponent in notification.conf, fix #6122
2018-02-27 14:31:00 +01:00
Gunnar Beutner
98bcca5e17
Merge pull request #6050 from gunnarbeutner/feature/remove-boost-split
...
Replace boost::algorithm::split calls with String::Split
2018-02-26 08:37:46 +01:00
Gunnar Beutner
5dd0bc8f97
Use std::vector<std::string> for command-line arguments
2018-02-26 08:36:11 +01:00
Michael
a0aa781417
Implement ability to make global zones configurable
...
This adds the ability to make global zones configurable during the node
wizard/setup. The implementation will add the given global zones to the default
included global zones.
2018-02-26 08:36:11 +01:00
Gunnar Beutner
91241e5f46
Merge pull request #6051 from gunnarbeutner/feature/icingaloader-cmake-folder
...
Set FOLDER cmake property for the icingaloader target
2018-02-26 08:27:41 +01:00
Gunnar Beutner
ef488a3ebc
Replace boost::algorithm::split calls with String::Split
2018-02-26 08:27:18 +01:00
Gunnar Beutner
e952302e08
Merge pull request #6107 from MichalMMac/master
...
Allow MYSQL_LIB to be specified by ENV variable
2018-02-26 08:09:35 +01:00
Jean Flach
691e3cfd57
Fix Windows reload
2018-02-23 17:01:46 +01:00
Jean Flach
3caf480252
Merge pull request #6115 from Icinga/ineedmorebranches
...
Fix incorrect size of request limits
2018-02-23 14:42:25 +01:00
Jean Flach
ec24554336
Merge pull request #6114 from Icinga/whycantipushintomasteragain
...
Fix typo in prepare-dirs
2018-02-23 14:42:15 +01:00
Jean Flach
ef5e7e8510
Fix incorrect size of request limits
...
refs #6103
2018-02-23 14:29:18 +01:00
Jean Flach
f7ec97abd8
Fix typo in prepare-dirs
...
refs #5850
2018-02-23 14:22:02 +01:00
Jean Flach
6d45efab66
Merge pull request #6111 from Icinga/upgrading-icinga2-docs
...
Add Upgrading to Icinga 2.8.2 chapter
2018-02-22 15:10:28 +01:00
Gunnar Beutner
464e829fe1
Merge pull request #6113 from Icinga/testing/appveyor
...
appveyor: Disable artifacts until we use them
2018-02-22 14:38:55 +01:00
Markus Frosch
ee9ba18c24
appveyor: Disable artifacts until we use them
...
fixes #6106
2018-02-22 14:25:53 +01:00
Jean Flach
95b3818d23
Add clarification on sysconfig location
2018-02-22 12:31:36 +01:00
Jean Flach
8d237e10c5
Add Upgrading to Icinga 2.8.2 chapter
2018-02-22 11:29:12 +01:00
Jean Flach
6bb2ed4258
Merge branch 'feature/security-features'
2018-02-21 16:19:54 +01:00
Jean Flach
68f0291a39
Merge pull request #6109 from Icinga/feature/used-memory
...
Add 'used' feature to check_memory
2018-02-21 15:48:37 +01:00
Noah Hilverling
e9643467a0
Fix code style
2018-02-21 15:13:50 +01:00
Jean Flach
de9adb2687
Add 'used' feature to check_memory
...
Analogous to check_disk -U can now be used to check against and print the
used memory instead of the default available memory.
fixes #6108
2018-02-21 15:10:26 +01:00
Jean Flach
184580f705
Merge pull request #6103 from Icinga/fix/http-security-fixes
...
HTTP Security fixes
2018-02-21 15:04:02 +01:00