]>
granicus.if.org Git - icinga2/log
Tim Hardeck [Fri, 4 Jul 2014 11:29:40 +0000 (13:29 +0200)]
Use permission verfication scripts on SUSE distributions
refs #5818
Tim Hardeck [Thu, 3 Jul 2014 15:59:02 +0000 (17:59 +0200)]
Use root as default user and group to prevent issues
refs #5818
Tim Hardeck [Fri, 4 Jul 2014 11:58:09 +0000 (13:58 +0200)]
Remove obsolete pgsqllib require on SUSE distributions
refs #5818
Tim Hardeck [Fri, 4 Jul 2014 11:13:54 +0000 (13:13 +0200)]
Remove redundant mysql requirement
The mysql dependencies are recognized automatically during building.
refs #5818
Tim Hardeck [Fri, 4 Jul 2014 11:00:19 +0000 (13:00 +0200)]
Reduce redunancies in spec file
Remove redundant differences between SUSE and RHEL distributions.
refs #5818
Tim Hardeck [Fri, 4 Jul 2014 09:49:51 +0000 (11:49 +0200)]
Activate systemd on SUSE distributions
refs #5818
Tim Hardeck [Fri, 4 Jul 2014 09:23:39 +0000 (11:23 +0200)]
Remove .gitignore files from package
This commit can be reversed as soon as there are upgrade files in the
schema upgrade directories.
refs #5818
Tim Hardeck [Fri, 4 Jul 2014 09:19:45 +0000 (11:19 +0200)]
Description should be longer than the summary
This fixes a rpmlint warning.
refs #5818
Tim Hardeck [Fri, 4 Jul 2014 09:18:31 +0000 (11:18 +0200)]
Recommend logrotate in icinga2-common
Since we install a logrotate configuration file it does make sense to
at least recommend the installation of logrotate.
This addition is restricted to SUSE distributions since "Recommends"
is not supported elsewhere.
refs #5818
Tim Hardeck [Thu, 3 Jul 2014 16:00:27 +0000 (18:00 +0200)]
Don't copy INSTALL documentation to system docs
The INSTALL documentation is not relevant after installation, especially
if packages are used.
This does prevent a rpmlint warning.
refs #5818
Tim Hardeck [Fri, 4 Jul 2014 10:01:22 +0000 (12:01 +0200)]
Add log directory to icinga2-common
RPMLint complains if logrotate is used without including the log directory in the package.
refs #5818
Tim Hardeck [Fri, 13 Jun 2014 09:51:22 +0000 (11:51 +0200)]
Logrotate.conf doesn't need execution rights
refs #5818
Tim Hardeck [Sat, 5 Jul 2014 09:44:03 +0000 (11:44 +0200)]
Use modern GPL license tag
refs #5818
Gerd von Egidy [Tue, 29 Jul 2014 22:25:19 +0000 (00:25 +0200)]
Call initgroups before setuid to inherit additional group rights
fixes #6809
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
Michael Friedrich [Tue, 29 Jul 2014 13:31:37 +0000 (15:31 +0200)]
Documentation: Add a note on el7 & systemd
refs #6655
Gunnar Beutner [Tue, 29 Jul 2014 09:31:55 +0000 (11:31 +0200)]
Don't call setgroups() during reload
fixes #6790
Alexander Wirt [Wed, 23 Jul 2014 16:57:33 +0000 (18:57 +0200)]
Debian: Fix loading apache cgi modules
fixes #6501
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
Michael Friedrich [Wed, 23 Jul 2014 16:06:57 +0000 (18:06 +0200)]
Fix customvariables in DB IDO MySQL are not case sensitive
fixes #6608
Michael Friedrich [Wed, 23 Jul 2014 11:48:20 +0000 (13:48 +0200)]
Documentation: Update installation with systemd service
fixes #6708
Gunnar Beutner [Wed, 23 Jul 2014 11:05:20 +0000 (13:05 +0200)]
Update formatting for the version message
refs #6783
Michael Friedrich [Wed, 23 Jul 2014 08:48:33 +0000 (10:48 +0200)]
Rename upgrade sql files
refs #6646
Michael Friedrich [Wed, 23 Jul 2014 08:46:37 +0000 (10:46 +0200)]
Documentation: Clarify on which feature are required for user interfaces & addons
fixes #6652
Gunnar Beutner [Wed, 23 Jul 2014 08:25:26 +0000 (10:25 +0200)]
Add MySQL/pgSQL upgrade files which fix name2 in the icinga_objects table
fixes #6646
Gunnar Beutner [Wed, 23 Jul 2014 07:37:04 +0000 (09:37 +0200)]
Remove set_if attribute for the ssl check
fixes #6782
Gunnar Beutner [Wed, 23 Jul 2014 07:30:56 +0000 (09:30 +0200)]
Print application paths for --version
fixes #6783
Gunnar Beutner [Tue, 22 Jul 2014 12:13:21 +0000 (14:13 +0200)]
Make sure that event handlers are run for hard recoveries
fixes #6686
Gunnar Beutner [Tue, 22 Jul 2014 11:22:39 +0000 (13:22 +0200)]
Rename ICINGA2_PLUGIN_PATH to ICINGA2_PLUGINDIR
refs #6548
Gunnar Beutner [Tue, 22 Jul 2014 11:18:41 +0000 (13:18 +0200)]
Make location of the /run directory configurable
fixes #6627
Gunnar Beutner [Tue, 22 Jul 2014 08:28:23 +0000 (10:28 +0200)]
Use NULL instead of empty strings for name2 in the icinga_objects table
fixes #6646
Michael Friedrich [Mon, 21 Jul 2014 18:22:48 +0000 (20:22 +0200)]
Documentation: Update package repositories
refs #5796
Gunnar Beutner [Mon, 21 Jul 2014 13:09:01 +0000 (15:09 +0200)]
Fix order attribute for the ssh check command
fixes #6773
Gunnar Beutner [Mon, 21 Jul 2014 11:33:51 +0000 (13:33 +0200)]
Clean up constructors in the livestatus module
Gunnar Beutner [Mon, 21 Jul 2014 11:33:01 +0000 (13:33 +0200)]
Fix stack rlimit problem
fixes #6450
Gunnar Beutner [Fri, 18 Jul 2014 07:42:32 +0000 (09:42 +0200)]
Update AUTHORS file
Ildar Hizbulin [Fri, 18 Jul 2014 05:54:47 +0000 (09:54 +0400)]
GraphiteWriter: Fix malformatted integer values
fixes #6756
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Gunnar Beutner [Wed, 16 Jul 2014 10:58:18 +0000 (12:58 +0200)]
Require command to be an array when the arguments attribute is used
fixes #6698
Gunnar Beutner [Wed, 16 Jul 2014 09:48:36 +0000 (11:48 +0200)]
Don't run event commands when hosts/services are OK
fixes #6686
Gunnar Beutner [Wed, 16 Jul 2014 08:20:01 +0000 (10:20 +0200)]
Fix duplicate rows in icinga_objects
fixes #6414
Gunnar Beutner [Wed, 16 Jul 2014 07:03:51 +0000 (09:03 +0200)]
Add cmake constant for PluginDir
fixes #6548
Jason Young [Mon, 14 Jul 2014 15:12:37 +0000 (11:12 -0400)]
Update behavior of "order" attribute for command arguments
fixes #6718
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
Michael Friedrich [Tue, 15 Jul 2014 13:19:31 +0000 (15:19 +0200)]
Documentation: Fix localhost.conf location
fixes #6728
Carlos Cesario [Thu, 10 Jul 2014 20:16:14 +0000 (17:16 -0300)]
Add http expect option (-e) to check_http command
fixes #6695
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Michael Friedrich [Sat, 12 Jul 2014 11:30:51 +0000 (13:30 +0200)]
sample config: add check commands location hint (itl/plugin check commands)
fixes #6713
Michael Friedrich [Sat, 12 Jul 2014 10:43:09 +0000 (12:43 +0200)]
Documentation: Fix wrong command pipe path for icinga web
fixes #6711
Gunnar Beutner [Fri, 11 Jul 2014 12:38:15 +0000 (14:38 +0200)]
Remove superfluous quotes and commas in dictionaries
fixes #6687
Gunnar Beutner [Fri, 11 Jul 2014 12:26:21 +0000 (14:26 +0200)]
Call setgroups() before setgid/setuid
fixes #6659
Gunnar Beutner [Thu, 10 Jul 2014 08:20:07 +0000 (10:20 +0200)]
Release version 2.0.1
Michael Friedrich [Thu, 10 Jul 2014 09:27:37 +0000 (11:27 +0200)]
Documentation: Fix event command execution conditions
fixes #6685
Gunnar Beutner [Thu, 10 Jul 2014 08:57:44 +0000 (10:57 +0200)]
Make "enable_notifications" a config attribute
fixes #6671
Michael Friedrich [Wed, 9 Jul 2014 15:20:23 +0000 (17:20 +0200)]
Use CMAKE_INSTALL_FULL_SYSCONFDIR for ICINGA2_SYSCONFIGFILE variable
fixes #6657
Gunnar Beutner [Wed, 9 Jul 2014 13:23:43 +0000 (15:23 +0200)]
Change default value for enable_notifications
fixes #6681
Gunnar Beutner [Wed, 9 Jul 2014 07:14:17 +0000 (09:14 +0200)]
Fix crash in ApiClient::Disconnect
fixes #6672
Gunnar Beutner [Wed, 9 Jul 2014 06:56:16 +0000 (08:56 +0200)]
Don't send notifications for users who have enable_notifications = false
fixes #6671
Michael Friedrich [Tue, 8 Jul 2014 11:48:11 +0000 (13:48 +0200)]
DB IDO: Reset reconnect timer before pausing the connection
refs #6414
Gunnar Beutner [Tue, 8 Jul 2014 07:05:07 +0000 (09:05 +0200)]
Check if openssl call failed
fixes #6622
Gunnar Beutner [Tue, 8 Jul 2014 06:32:42 +0000 (08:32 +0200)]
Increase command buffer to 128kB
fixes #6662
Gunnar Beutner [Tue, 8 Jul 2014 05:43:50 +0000 (07:43 +0200)]
Make sure that cmake doesn't fail when MySQL libraries are missing
fixes #6665
Jan Wagner [Fri, 27 Jun 2014 19:38:11 +0000 (21:38 +0200)]
Add sni option to http check
fixes #6605
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
Gunnar Beutner [Fri, 4 Jul 2014 07:31:43 +0000 (09:31 +0200)]
Change return type for Socket::Pool to bool
refs #6617
Gunnar Beutner [Wed, 2 Jul 2014 08:21:21 +0000 (10:21 +0200)]
Use openssl-quiet.cnf for icinga2-build-ca
fixes #6620
Gunnar Beutner [Tue, 1 Jul 2014 07:38:22 +0000 (09:38 +0200)]
Another attempt at fixing the API deadlock
fixes #6617
Gunnar Beutner [Tue, 1 Jul 2014 06:57:57 +0000 (08:57 +0200)]
Revert "Fix another deadlock in ApiClient::SendMessage"
This reverts commit
a0c09303251d22738f82a9c35a66d327c98699a3 .
Gunnar Beutner [Tue, 1 Jul 2014 06:57:54 +0000 (08:57 +0200)]
Revert "Fix deadlock in ApiClient::SendMessage"
This reverts commit
0ac6e97f329b551882f925a009e6efe498ec45c3 .
Gunnar Beutner [Mon, 30 Jun 2014 13:43:35 +0000 (15:43 +0200)]
Add some missing SSL flags
refs #6368
Gunnar Beutner [Mon, 30 Jun 2014 12:01:07 +0000 (14:01 +0200)]
Fix another deadlock in ApiClient::SendMessage
refs #6368
Gunnar Beutner [Mon, 30 Jun 2014 10:52:43 +0000 (12:52 +0200)]
Fix deadlock in ApiClient::SendMessage
fixes #6368
Gunnar Beutner [Fri, 27 Jun 2014 11:44:00 +0000 (13:44 +0200)]
Fix arguments for tar
refs #6526
Gunnar Beutner [Fri, 27 Jun 2014 11:27:43 +0000 (13:27 +0200)]
Fix compatibility issue with base64 on CentOS 5
fixes #6373
Gunnar Beutner [Fri, 27 Jun 2014 11:23:02 +0000 (13:23 +0200)]
Update minimum version of the icinga-cgi dependency
fixes #6388
Gunnar Beutner [Fri, 27 Jun 2014 11:19:43 +0000 (13:19 +0200)]
Add apache2-utils as a dependency for the Classic UI packages
fixes #6526
Gunnar Beutner [Fri, 27 Jun 2014 10:21:11 +0000 (12:21 +0200)]
Add documentation for || and &&
fixes #6592
Gunnar Beutner [Fri, 27 Jun 2014 06:30:59 +0000 (08:30 +0200)]
Update the documentation to clarify that custom attributes don't support arrays and dictionaries
fixes #6506
Carlos Cesario [Thu, 26 Jun 2014 14:13:41 +0000 (11:13 -0300)]
Add more options to snmp check
fixes #6581
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
Gunnar Beutner [Fri, 27 Jun 2014 06:18:32 +0000 (08:18 +0200)]
Increase default stack size
fixes #6588
Gunnar Beutner [Thu, 26 Jun 2014 13:56:31 +0000 (15:56 +0200)]
Add missing dbconfig-common dependency for the icinga2-ido-pgsql package
fixes #6577
Gunnar Beutner [Thu, 26 Jun 2014 12:16:37 +0000 (14:16 +0200)]
Fix incorrect path in an error message
fixes #6492
Gunnar Beutner [Thu, 26 Jun 2014 12:12:20 +0000 (14:12 +0200)]
Fix build warnings
fixes #6488
Alexander Wirt [Fri, 20 Jun 2014 14:01:16 +0000 (16:01 +0200)]
Adapt url_cgi_path in cgi.cfg, so that icinga2-classic doesn't trigger csrf protection
Gunnar Beutner [Wed, 25 Jun 2014 10:24:02 +0000 (12:24 +0200)]
Build fix for Debian unstable
refs #5312
Gunnar Beutner [Wed, 25 Jun 2014 09:30:27 +0000 (11:30 +0200)]
Fix support for the Check_MK frontend
fixes #5312
Gunnar Beutner [Wed, 25 Jun 2014 08:21:38 +0000 (10:21 +0200)]
Replace FindMYSQL.cmake with another script which has a compatible license
fixes #6493
Gunnar Beutner [Wed, 25 Jun 2014 07:47:20 +0000 (09:47 +0200)]
Fix PostgreSQL warnings about escaped strings
fixes #5577
Gunnar Beutner [Wed, 25 Jun 2014 07:18:21 +0000 (09:18 +0200)]
Remove source line information from stacktraces
fixes #6576
Gunnar Beutner [Tue, 24 Jun 2014 11:46:09 +0000 (13:46 +0200)]
Update AUTHORS
Gerd von Egidy [Tue, 24 Jun 2014 00:15:35 +0000 (02:15 +0200)]
Improve the systemd service definition file
- put "Icinga" back in the "Description=" field as usually only the description is displayed on unit start/stop or shown in syslog
- add dependency to carbon-cache.service
(systemd only cares about dependencies if the respective services are enabled, so this does not hurt if someone does not have carbon-cache
installed at all or is not using it at the moment)
fixes #6551
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
Gerd von Egidy [Tue, 24 Jun 2014 01:02:00 +0000 (03:02 +0200)]
add new cmake option INSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT requested for Gentoo packaging
fixes #6498
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
Jan Wagner [Sun, 22 Jun 2014 12:21:11 +0000 (14:21 +0200)]
Adding ports to checks pop/imap/smtp and new check dig
fixes #6531
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
Gunnar Beutner [Tue, 24 Jun 2014 11:04:07 +0000 (13:04 +0200)]
Disable console log after activating all config items
fixes #6316
Gunnar Beutner [Tue, 24 Jun 2014 10:51:56 +0000 (12:51 +0200)]
Fix Livestatus queries where the second operand is omitted
fixes #6494
Gunnar Beutner [Tue, 24 Jun 2014 09:46:53 +0000 (11:46 +0200)]
Cache parent and child object for dependencies
fixes #6565
Gunnar Beutner [Mon, 23 Jun 2014 08:56:12 +0000 (10:56 +0200)]
Add missing license headers
refs #6493
Gunnar Beutner [Mon, 23 Jun 2014 08:00:02 +0000 (10:00 +0200)]
Fix: Icinga doesn't send SetLogPosition messages when one of the endpoints fails to connect
fixes #6537
Michael Friedrich [Fri, 20 Jun 2014 08:34:00 +0000 (10:34 +0200)]
Notifications: Check if disabled when sending reminder
refs #6510
Michael Friedrich [Thu, 19 Jun 2014 13:50:11 +0000 (15:50 +0200)]
Documentation: fix ssh example
Michael Friedrich [Wed, 18 Jun 2014 17:26:18 +0000 (19:26 +0200)]
Plugins: add fping4/6 commands
refs #6225
Markus Frosch [Mon, 16 Jun 2014 14:16:27 +0000 (16:16 +0200)]
Debian: update changelog to warn about package base
Alexander Wirt [Mon, 16 Jun 2014 14:14:31 +0000 (16:14 +0200)]
Debian: Merge back release packaging into development
Signed-off-by: Markus Frosch <markus@lazyfrosch.de>
Refs #5816
Michael Friedrich [Mon, 16 Jun 2014 07:02:43 +0000 (09:02 +0200)]
Release version 2.0.0.
refs #6305
Michael Friedrich [Mon, 16 Jun 2014 06:47:54 +0000 (08:47 +0200)]
plugin command dns: small naming fixes
refs #6487
Gerd von Egidy [Sun, 15 Jun 2014 23:03:08 +0000 (01:03 +0200)]
Add CheckCommand "dns"
Refs #6487