Commit Graph

3919 Commits

Author SHA1 Message Date
Gunnar Beutner 2d6ed4c9be Make sure that event handlers are run for hard recoveries
fixes #6686
2014-07-22 14:16:22 +02:00
Gunnar Beutner 20c16a8e93 Rename ICINGA2_PLUGIN_PATH to ICINGA2_PLUGINDIR
refs #6548
2014-07-22 13:26:42 +02:00
Gunnar Beutner a49a598eef Make location of the /run directory configurable
fixes #6627
2014-07-22 13:26:37 +02:00
Gunnar Beutner f86068d5e0 Use NULL instead of empty strings for name2 in the icinga_objects table
fixes #6646
2014-07-22 10:29:09 +02:00
Michael Friedrich f4c0600b26 Documentation: Update package repositories
refs #5796
2014-07-21 20:22:48 +02:00
Gunnar Beutner abc3869218 Fix order attribute for the ssh check command
fixes #6773
2014-07-21 15:09:01 +02:00
Gunnar Beutner 23986c9cf4 Clean up constructors in the livestatus module 2014-07-21 13:33:51 +02:00
Gunnar Beutner 5dcf1a777b Fix stack rlimit problem
fixes #6450
2014-07-21 13:33:01 +02:00
Gunnar Beutner 5436256ed7 Update AUTHORS file 2014-07-18 09:42:32 +02:00
Ildar Hizbulin 7ce61309b4 GraphiteWriter: Fix malformatted integer values
fixes #6756

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-07-18 09:26:34 +02:00
Gunnar Beutner 263f198992 Require command to be an array when the arguments attribute is used
fixes #6698
2014-07-16 13:01:55 +02:00
Gunnar Beutner ec92309349 Don't run event commands when hosts/services are OK
fixes #6686
2014-07-16 11:48:36 +02:00
Gunnar Beutner a098fe804b Fix duplicate rows in icinga_objects
fixes #6414
2014-07-16 10:20:01 +02:00
Gunnar Beutner e6dc8c21a1 Add cmake constant for PluginDir
fixes #6548
2014-07-16 09:03:51 +02:00
Jason Young fcdd5d3ea5 Update behavior of "order" attribute for command arguments
fixes #6718

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-07-16 08:43:33 +02:00
Michael Friedrich c921304dc8 Documentation: Fix localhost.conf location
fixes #6728
2014-07-15 15:19:31 +02:00
Carlos Cesario dd1646f78d Add http expect option (-e) to check_http command
fixes #6695

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-07-12 17:17:48 +02:00
Michael Friedrich af2645d7c1 sample config: add check commands location hint (itl/plugin check commands)
fixes #6713
2014-07-12 13:30:51 +02:00
Michael Friedrich 107757be3c Documentation: Fix wrong command pipe path for icinga web
fixes #6711
2014-07-12 12:43:09 +02:00
Gunnar Beutner 5fb52a4e48 Remove superfluous quotes and commas in dictionaries
fixes #6687
2014-07-11 14:38:15 +02:00
Gunnar Beutner 4cc51f990f Call setgroups() before setgid/setuid
fixes #6659
2014-07-11 14:26:21 +02:00
Gunnar Beutner b80c3b2df4 Release version 2.0.1 2014-07-10 12:08:28 +02:00
Michael Friedrich 2358d70c96 Documentation: Fix event command execution conditions
fixes #6685
2014-07-10 11:27:37 +02:00
Gunnar Beutner 7e83247508 Make "enable_notifications" a config attribute
fixes #6671
2014-07-10 10:59:22 +02:00
Michael Friedrich d56da32a16 Use CMAKE_INSTALL_FULL_SYSCONFDIR for ICINGA2_SYSCONFIGFILE variable
fixes #6657
2014-07-09 17:20:23 +02:00
Gunnar Beutner f9075a0d0e Change default value for enable_notifications
fixes #6681
2014-07-09 15:23:43 +02:00
Gunnar Beutner f6d6a82762 Fix crash in ApiClient::Disconnect
fixes #6672
2014-07-09 09:14:17 +02:00
Gunnar Beutner a5936d8eab Don't send notifications for users who have enable_notifications = false
fixes #6671
2014-07-09 08:56:16 +02:00
Michael Friedrich f19cc514b9 DB IDO: Reset reconnect timer before pausing the connection
refs #6414
2014-07-08 13:48:11 +02:00
Gunnar Beutner 4800cbb210 Check if openssl call failed
fixes #6622
2014-07-08 09:05:07 +02:00
Gunnar Beutner fa4161853d Increase command buffer to 128kB
fixes #6662
2014-07-08 08:32:42 +02:00
Gunnar Beutner 3ed414db81 Make sure that cmake doesn't fail when MySQL libraries are missing
fixes #6665
2014-07-08 07:49:24 +02:00
Jan Wagner 4c548813a4 Add sni option to http check
fixes #6605

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-07-04 12:01:25 +02:00
Gunnar Beutner 4b157ac54f Change return type for Socket::Pool to bool
refs #6617
2014-07-04 09:31:43 +02:00
Gunnar Beutner 9b008dd3d1 Use openssl-quiet.cnf for icinga2-build-ca
fixes #6620
2014-07-02 10:21:21 +02:00
Gunnar Beutner 65e69fcd37 Another attempt at fixing the API deadlock
fixes #6617
2014-07-01 09:41:02 +02:00
Gunnar Beutner 8b1579381e Revert "Fix another deadlock in ApiClient::SendMessage"
This reverts commit a0c0930325.
2014-07-01 08:57:57 +02:00
Gunnar Beutner 1723d97ed0 Revert "Fix deadlock in ApiClient::SendMessage"
This reverts commit 0ac6e97f32.
2014-07-01 08:57:54 +02:00
Gunnar Beutner 61ba2e647e Add some missing SSL flags
refs #6368
2014-06-30 15:44:08 +02:00
Gunnar Beutner a0c0930325 Fix another deadlock in ApiClient::SendMessage
refs #6368
2014-06-30 14:01:07 +02:00
Gunnar Beutner 0ac6e97f32 Fix deadlock in ApiClient::SendMessage
fixes #6368
2014-06-30 12:52:43 +02:00
Gunnar Beutner 99b590ab95 Fix arguments for tar
refs #6526
2014-06-27 13:44:00 +02:00
Gunnar Beutner 5309629403 Fix compatibility issue with base64 on CentOS 5
fixes #6373
2014-06-27 13:27:43 +02:00
Gunnar Beutner 77747d0d87 Update minimum version of the icinga-cgi dependency
fixes #6388
2014-06-27 13:23:02 +02:00
Gunnar Beutner ccab621328 Add apache2-utils as a dependency for the Classic UI packages
fixes #6526
2014-06-27 13:19:43 +02:00
Gunnar Beutner db8f4abc1b Add documentation for || and &&
fixes #6592
2014-06-27 12:21:11 +02:00
Gunnar Beutner b49636883f Update the documentation to clarify that custom attributes don't support arrays and dictionaries
fixes #6506
2014-06-27 08:30:59 +02:00
Carlos Cesario f27ea30000 Add more options to snmp check
fixes #6581

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-06-27 08:24:44 +02:00
Gunnar Beutner 62896cb9a5 Increase default stack size
fixes #6588
2014-06-27 08:18:32 +02:00
Gunnar Beutner ffa5f23fbe Add missing dbconfig-common dependency for the icinga2-ido-pgsql package
fixes #6577
2014-06-26 15:56:31 +02:00