]>
granicus.if.org Git - icinga2/log
Markus Frosch [Fri, 4 Aug 2017 14:38:21 +0000 (16:38 +0200)]
Docs: Update Icinga repository release rpm location
refs #5461
Gunnar Beutner [Thu, 3 Aug 2017 07:21:20 +0000 (09:21 +0200)]
Add Changelog generation script for GitHub API
Required details are documented inside RELEASE.md
Fixes to the original file:
- duplicate issues (pagination with links instead of page (Github doesn't like counting))
- escape markdown in issue title
- use formatting helper functions
- env support for user, token, project
- "support" category for everything which is not "bug" or "enhancement"
- ignore more labels ("feedback", "question")
- sort milestones by due date and version string
refs #5457
Gunnar Beutner [Wed, 2 Aug 2017 13:58:38 +0000 (15:58 +0200)]
Release version 2.7.0
Michael Friedrich [Wed, 2 Aug 2017 10:05:39 +0000 (12:05 +0200)]
Merge pull request #5448 from Icinga/feature/update-docs
Update documentation for 2.7.0
Michael Friedrich [Wed, 2 Aug 2017 09:55:05 +0000 (11:55 +0200)]
Update documentation for 2.7.0
Michael Friedrich [Thu, 27 Jul 2017 08:28:26 +0000 (10:28 +0200)]
Merge pull request #5433 from mcktr/mcktr/fix/list-feature-command-5431
Fix: update feature list help text
Michael Friedrich [Thu, 27 Jul 2017 08:27:05 +0000 (10:27 +0200)]
Merge pull request #5440 from mcktr/mcktr/fix/doc-missing-state-filter
Add missing notification state filter to documentation
Michael [Thu, 27 Jul 2017 06:55:35 +0000 (08:55 +0200)]
added missing notification state
Michael I [Tue, 25 Jul 2017 11:35:20 +0000 (13:35 +0200)]
Update featurelistcommand.cpp
refs #5431
Jean Flach [Mon, 24 Jul 2017 08:22:39 +0000 (10:22 +0200)]
Merge pull request #5421 from mcktr/mcktr/feature/add-check-disk-used-parameter
Windows Plugins: Add new parameter to check_disk to show used space
Jean Flach [Mon, 24 Jul 2017 08:14:15 +0000 (10:14 +0200)]
Add ITL and documentation for new parameter
Jean Flach [Mon, 24 Jul 2017 07:36:39 +0000 (09:36 +0200)]
Refactor code
refs #5421
mcktr [Mon, 17 Jul 2017 16:06:02 +0000 (18:06 +0200)]
Refactored code to add feature to check used space for check_disk
Michael Friedrich [Thu, 20 Jul 2017 13:31:30 +0000 (15:31 +0200)]
Merge pull request #5393 from muhazzz/patch-1
Fix typo in the documentation
Denis [Sat, 1 Jul 2017 20:58:37 +0000 (03:58 +0700)]
Fix typo in the documentation
Michael Friedrich [Thu, 20 Jul 2017 08:47:11 +0000 (10:47 +0200)]
Merge pull request #5425 from Icinga/fix/doc-api
Fix formatting in API docs
Glauco Vinicius [Wed, 5 Jul 2017 19:10:10 +0000 (16:10 -0300)]
Fix formatting in API docs
Indent curl command to get the appropriated code highlight.
Jean Flach [Thu, 13 Jul 2017 11:48:54 +0000 (13:48 +0200)]
Merge branch 'bobapple-fix/docs'
fixes #5410
Blerim Sheqa [Wed, 12 Jul 2017 18:46:12 +0000 (20:46 +0200)]
Update docs for better compatibility with mkdocs
* Rename files to allow easy ordering
* Update links inside markdown according to new file names
* Move HTML links (<a>...</a>) to the end of the header lines
* This is necessary to allow mkdocs to parse headers correctly and display them in the TOC
* Following sed command was used: sed -i .bu 's/\(<a.*a>\) \(.*\)/\2 \1/g' $filename
Michael Friedrich [Thu, 29 Jun 2017 07:18:09 +0000 (09:18 +0200)]
Merge pull request #5378 from mcktr/fix/update-mkdocs
Fixed warnings when using mkdocs
Gunnar Beutner [Wed, 28 Jun 2017 12:04:44 +0000 (14:04 +0200)]
Merge pull request #5384 from Icinga/fix/remove-dns-default-value
Remove default value for 'dns_query_type'
fixes #5383
fixes #5384
Gunnar Beutner [Wed, 28 Jun 2017 11:59:27 +0000 (13:59 +0200)]
Remove default value for 'dns_query_type'
mcktr [Fri, 23 Jun 2017 18:59:36 +0000 (20:59 +0200)]
Updated mkdocs.yml to the new configuration format.
Michael Friedrich [Fri, 23 Jun 2017 10:56:05 +0000 (12:56 +0200)]
Merge pull request #5373 from Icinga/feature/rlimit-options
Make rlimits configurable by adding three variables: RLimitFiles, RLimitProcesses and RLimitStack
refs #5367
Gunnar Beutner [Wed, 21 Jun 2017 09:36:14 +0000 (11:36 +0200)]
Make rlimits configurable by adding three variables: RLimitFiles, RLimitProcesses and RLimitStack
refs #5367
Michael Friedrich [Wed, 21 Jun 2017 14:32:38 +0000 (16:32 +0200)]
Merge pull request #5366 from mcktr/fix/doc-satellite-linux-setup-wrong-node
Fixed wrong node in documentation chapter Client/Satellite Linux Setup
Michael Friedrich [Wed, 21 Jun 2017 10:20:36 +0000 (12:20 +0200)]
Merge pull request #5372 from ruzickap/fix/itl_check_command_description
Update ITL CheckCommand description attribute, part 2
Jean Flach [Mon, 19 Jun 2017 15:56:04 +0000 (17:56 +0200)]
Explain threshold computation for windows plugins
fixes #3560
Petr Ruzicka [Wed, 21 Jun 2017 05:06:31 +0000 (07:06 +0200)]
Fix description for checkcommand sections
Michael Friedrich [Tue, 20 Jun 2017 18:20:47 +0000 (20:20 +0200)]
Merge pull request #5371 from mcktr/fix/travis-ci-build
Fix Travis CI build
mcktr [Tue, 20 Jun 2017 17:44:42 +0000 (19:44 +0200)]
Renamed ChangeLog to CHANGELOG.md in CMakeList.txt
Michael Friedrich [Tue, 20 Jun 2017 17:07:50 +0000 (19:07 +0200)]
Merge pull request #5363 from ruzickap/master
Update missing description attributes for ITL CheckCommand definitions
Michael Friedrich [Tue, 20 Jun 2017 14:39:54 +0000 (16:39 +0200)]
Merge pull request #5370 from Icinga/feature/changelog-rename
Rename ChangeLog to CHANGELOG.md
Michael Friedrich [Tue, 20 Jun 2017 09:19:35 +0000 (11:19 +0200)]
Rename ChangeLog to CHANGELOG.md
refs #4925
Michael Friedrich [Tue, 20 Jun 2017 13:19:23 +0000 (15:19 +0200)]
Merge pull request #5369 from Icinga/feature/clean-experimental-features-2.7
Remove experimental redis feature before 2.7 release
Petr Ruzicka [Mon, 19 Jun 2017 13:22:19 +0000 (15:22 +0200)]
Description modified for command plugins
Michael Friedrich [Tue, 20 Jun 2017 09:52:24 +0000 (11:52 +0200)]
Remove experimental redis feature before 2.7 release
Michael Friedrich [Mon, 19 Jun 2017 15:28:18 +0000 (17:28 +0200)]
Merge pull request #5365 from Icinga/feature/docs-stretch
Update package documentation for Debian Stretch
Michael Friedrich [Mon, 19 Jun 2017 15:27:11 +0000 (17:27 +0200)]
Merge pull request #5360 from Icinga/fix/wheezy-livestatus-dbl_max
livestatus/minaggregator: Buildfix for Debian wheezy
mcktr [Mon, 19 Jun 2017 15:10:40 +0000 (17:10 +0200)]
Fixed wrong node in chapter Client/Satellite Linux Setup
Michael Friedrich [Mon, 19 Jun 2017 15:06:20 +0000 (17:06 +0200)]
Update package documentation for Debian Stretch
Michael Friedrich [Mon, 19 Jun 2017 07:17:11 +0000 (09:17 +0200)]
Merge pull request #5358 from mcktr/fix/doc-secure-mysql-debian-ubuntu
Add documentation for securing mysql on Debian/Ubuntu.
Michael Friedrich [Mon, 19 Jun 2017 07:15:53 +0000 (09:15 +0200)]
Merge pull request #5359 from mcktr/fix/cli-newcert-missing-closing-bracket
Fixed missing closing bracket in CLI command pki new-cert.
Markus Frosch [Mon, 19 Jun 2017 06:23:38 +0000 (08:23 +0200)]
livestatus/minaggregator: Buildfix for Debian wheezy
mcktr [Sun, 18 Jun 2017 13:13:16 +0000 (15:13 +0200)]
Fixed missing closing bracket in CLI command pki new-cert.
mcktr [Sun, 18 Jun 2017 10:36:07 +0000 (12:36 +0200)]
Add documentation for securing mysql on debian/ubuntu.
Michael Friedrich [Fri, 16 Jun 2017 19:11:37 +0000 (21:11 +0200)]
Merge pull request #5357 from Icinga/fix/notification-script-mail-from
Notification Scripts: Ensure that mail from address works on Debian/RHEL/SUSE (mailutils vs mailx)
fixes #5299
Michael Friedrich [Fri, 16 Jun 2017 19:02:17 +0000 (21:02 +0200)]
Merge pull request #5316 from gitmopp/patch-1
Fix for stats min operator
fixes #3410
Michael Friedrich [Fri, 16 Jun 2017 16:29:23 +0000 (18:29 +0200)]
Notification Scripts: Ensure that mail from address works on Debian/RHEL/SUSE (mailutils vs mailx)
fixes #5299
Michael Friedrich [Fri, 16 Jun 2017 15:19:23 +0000 (17:19 +0200)]
Merge pull request #5333 from sysadmama/doc/notification-5273
Update documentation for enhanced notification scripts
Michael Friedrich [Fri, 16 Jun 2017 15:17:14 +0000 (17:17 +0200)]
Merge pull request #5356 from Icinga/fix/debian-wheezy-builds
Build fix for Debian Wheezy
Marianne M. Spiller [Wed, 7 Jun 2017 08:17:03 +0000 (10:17 +0200)]
Update documentation for enhanced notification scripts
refs #5170
Michael Friedrich [Wed, 14 Jun 2017 16:12:34 +0000 (18:12 +0200)]
Build fix for Debian Wheezy
fixes #5350
Michael Friedrich [Fri, 16 Jun 2017 08:40:38 +0000 (10:40 +0200)]
Merge pull request #5354 from Icinga/fix/doc-itl-legacy-timeperiod
Docs: Fix built-in template description and URLs
Michael Friedrich [Fri, 16 Jun 2017 08:35:52 +0000 (10:35 +0200)]
Docs: Fix built-in template description and URLs
Markus Frosch [Wed, 14 Jun 2017 13:44:37 +0000 (15:44 +0200)]
icinga2.spec: Define ICINGA2_PLUGINDIR only once
refs #4721
Michael Friedrich [Tue, 13 Jun 2017 20:12:26 +0000 (22:12 +0200)]
Merge pull request #5349 from Icinga/fix/doc-viewer-notes
Docs: Fix broken format for notes/tips in CLI command chapter
Michael Friedrich [Tue, 13 Jun 2017 20:10:20 +0000 (22:10 +0200)]
Docs: Fix broken format for notes/tips in CLI command chapter
Michael Friedrich [Tue, 13 Jun 2017 19:56:58 +0000 (21:56 +0200)]
Merge pull request #5239 from Icinga/feature/check_nscp-4721
Add NSCP API check plugin for NSClient++ HTTP API
Jean Flach [Mon, 10 Oct 2016 09:42:18 +0000 (11:42 +0200)]
Add check_nscp_api plugin for NSClient++ API checks
refs #4721
Michael Friedrich [Tue, 13 Jun 2017 14:21:54 +0000 (16:21 +0200)]
Merge pull request #5348 from Icinga/feature/try-except
Implement support for handling exceptions in user scripts
Gunnar Beutner [Mon, 12 Jun 2017 07:12:43 +0000 (09:12 +0200)]
Implement support for handling exceptions in user scripts
Michael Friedrich [Mon, 12 Jun 2017 08:48:16 +0000 (10:48 +0200)]
Merge pull request #5347 from ruzickap/master
Improve ITL CheckCommand description attribute
Gunnar Beutner [Mon, 12 Jun 2017 06:22:00 +0000 (08:22 +0200)]
Merge pull request #5344 from widhalmt/fix/logstash-import-5343
Add ip4-or-ipv6 import to logstash ITL command
Gunnar Beutner [Mon, 12 Jun 2017 06:21:36 +0000 (08:21 +0200)]
Fix some formatting issues
Petr Ruzicka [Sun, 11 Jun 2017 19:47:39 +0000 (21:47 +0200)]
Description parts improved
Thomas Widhalm [Fri, 9 Jun 2017 15:14:44 +0000 (17:14 +0200)]
Add ip4-or-ipv6 import to logstash ITL command
Michael Friedrich [Thu, 8 Jun 2017 14:57:17 +0000 (16:57 +0200)]
Merge pull request #5339 from ruzickap/master
Add accept_cname to dns CheckCommand
Petr Ruzicka [Thu, 8 Jun 2017 14:45:26 +0000 (16:45 +0200)]
Adding accept_cname to dns command definition.
Michael Friedrich [Wed, 7 Jun 2017 12:38:01 +0000 (14:38 +0200)]
Merge pull request #5335 from Icinga/fix/influxdb-windows
Windows build fix for InfluxdbWriter
Michael Friedrich [Wed, 7 Jun 2017 12:30:08 +0000 (14:30 +0200)]
Merge pull request #5336 from Icinga/fix/doc-formatting-urls
Docs: Fix formatting issues and broken URLs
Michael Friedrich [Wed, 7 Jun 2017 12:27:28 +0000 (14:27 +0200)]
Docs: Fix formatting issues and broken URLs
Michael Friedrich [Wed, 7 Jun 2017 12:16:15 +0000 (14:16 +0200)]
Windows build fix for InfluxdbWriter
refs #5219
fixes #5334
Michael Friedrich [Wed, 7 Jun 2017 08:21:33 +0000 (10:21 +0200)]
Merge pull request #5332 from sysadmama/patch-1
Notification Scripts: notification_type is always required
Marianne Spiller [Wed, 7 Jun 2017 07:54:30 +0000 (09:54 +0200)]
notification_type mandatory
Make $notification_type$ mandatory in mail-service-notification, too.
Michael Friedrich [Tue, 6 Jun 2017 18:36:47 +0000 (20:36 +0200)]
Merge pull request #5331 from Icinga/feature/gelf-add-check-command
GelfWriter: Add 'check_command' to CHECK RESULT/* NOTIFICATION/STATE CHANGE messages
Michael Friedrich [Tue, 6 Jun 2017 18:14:21 +0000 (20:14 +0200)]
GelfWriter: Add 'check_command' to CHECK RESULT/* NOTIFICATION/STATE CHANGE messages
This allows for much more easy filtering in Graylog web
similar to Graphite or InfluxDB and their template dashboards.
Michael Friedrich [Tue, 6 Jun 2017 18:13:33 +0000 (20:13 +0200)]
Merge pull request #5330 from Icinga/feature/graphite-stats
GraphiteWriter: Add 'connected' to stats; fix reconnect exceptions
Michael Friedrich [Tue, 6 Jun 2017 18:11:30 +0000 (20:11 +0200)]
Merge pull request #5329 from Icinga/feature/gelfwriter-workqueue
GelfWriter: Use async work queue and add feature metric stats
fixes #4532
Michael Friedrich [Tue, 6 Jun 2017 17:50:37 +0000 (19:50 +0200)]
GraphiteWriter: Add 'connected' to stats; fix reconnect exceptions
Michael Friedrich [Tue, 6 Jun 2017 17:48:23 +0000 (19:48 +0200)]
GelfWriter: Use async work queue and add feature metric stats
fixes #4532
Michael Friedrich [Tue, 6 Jun 2017 16:27:15 +0000 (18:27 +0200)]
Merge pull request #5324 from paddg/patch-2
Fix phrasing in Getting Started chapter
Michael Friedrich [Tue, 6 Jun 2017 16:25:58 +0000 (18:25 +0200)]
Merge pull request #5326 from larsengels/fix/docs-install-images-5325
Docs: Install the images directory containing the needed PNGs
Lars Engels [Tue, 6 Jun 2017 11:01:45 +0000 (13:01 +0200)]
Install the images directory containing the needed PNGs for the markdown docs.
refs #5325
Winfried Angele [Tue, 6 Jun 2017 07:16:35 +0000 (09:16 +0200)]
Update 3-monitoring-basics.md
nit
Michael Friedrich [Fri, 2 Jun 2017 08:56:26 +0000 (10:56 +0200)]
Merge pull request #5320 from Icinga/feature/global-zones
zones.conf: Add global-templates & director-global by default
fixes #5106
Michael Friedrich [Fri, 2 Jun 2017 08:52:47 +0000 (10:52 +0200)]
zones.conf: Add global-templates & director-global by default
This makes it easier for cluster and client setups with or
without the Icinga Director.
Note: Clients will still not receive synced configuration if
accept_config is not enabled (which is the default, and can be changed
during setup).
fixes #5106
Michael Friedrich [Fri, 2 Jun 2017 07:16:59 +0000 (09:16 +0200)]
Merge pull request #5315 from mcktr/fix/doc-use-monitoring-plugins-debian
Docs: Replace nagios-plugins by monitoring-plugins for Debian/Ubuntu
Michael Friedrich [Thu, 1 Jun 2017 17:32:27 +0000 (19:32 +0200)]
Merge pull request #5317 from Icinga/fix/doc-typo-install-md
Fix typo in INSTALL.md
Michael Friedrich [Thu, 1 Jun 2017 17:31:43 +0000 (19:31 +0200)]
Update INSTALL.md
gitmopp [Thu, 1 Jun 2017 17:30:04 +0000 (19:30 +0200)]
Fix for stats min operator
Fix for bug #3410
mcktr [Thu, 1 Jun 2017 16:47:00 +0000 (18:47 +0200)]
Docs: Replace nagios-plugins by monitoring-plugins
Updated the Documentation to use monitoring-plugins instead of nagios-plugins for debian/ubuntu based installations.
Michael Friedrich [Thu, 1 Jun 2017 14:47:27 +0000 (16:47 +0200)]
Merge pull request #5314 from paddg/patch-1
Document Common name (CN) in client setup
Winfried Angele [Thu, 1 Jun 2017 14:13:40 +0000 (16:13 +0200)]
Update 6-distributed-monitoring.md
If you omit the Common name (CN) icinga2 uses the hostname instead, which can differ from FQDN.
Michael Friedrich [Wed, 31 May 2017 17:09:25 +0000 (19:09 +0200)]
Merge pull request #5303 from Icinga/fix/rpm-amazon-linux
RPM: Fix builds on Amazon Linux
Michael Friedrich [Mon, 29 May 2017 18:23:52 +0000 (20:23 +0200)]
RPM: Fix builds on Amazon Linux
This also disables the deprecated classicui-config packages
on Amazon Linux.
The major fix is to disable Systemd just like CentOS6 provides.
Michael Friedrich [Wed, 31 May 2017 14:21:32 +0000 (16:21 +0200)]
Merge pull request #5309 from Icinga/feature/doc-icingaweb2
Docs: Replace the command pipe w/ the REST API as Icinga Web 2 requirement in 'Getting Started' chapter
fixes #5077
Michael Friedrich [Wed, 31 May 2017 14:20:37 +0000 (16:20 +0200)]
Merge pull request #5310 from Icinga/fix/rpm-disable-selinux-hardlink
RPM: Disable SELinux policy hardlink
Michael Friedrich [Wed, 31 May 2017 14:17:07 +0000 (16:17 +0200)]
RPM: Disable SELinux policy hardlink
This is a nice2have extension to keep the package size clean,
but unfortunately breaks builds with Docker and overlayfs
where hardlinks don't work.
Details: Icinga/puppet-icinga_build#11
Michael Friedrich [Wed, 31 May 2017 11:59:16 +0000 (13:59 +0200)]
Docs: Replace the command pipe w/ the REST API as Icinga Web 2 requirement in 'Getting Started' chapter
fixes #5077