Commit Graph

9626 Commits

Author SHA1 Message Date
Jean Flach 85dde65d00 Allow conf.d exclusion in windows wizard
refs #4508
2018-05-08 16:33:01 +02:00
Jean Flach 026359d404 Rename "dont-disable-confd"
Double negation is confusing. Also this would change the default
behaviour and could lead to problems in automated environments.

refs #4508
2018-05-08 16:32:56 +02:00
Jean Flach a43cf8e9ef Warn in case of failed conf.d exclusion
refs #4508
2018-05-08 16:32:53 +02:00
Michael Insel 58f923f5f7 Allow to disable conf.d inclusion through node wizard/setup
This implements a function to disable the conf.d directory through the node wizard/setup.

refs #4508
2018-05-08 16:31:59 +02:00
Michael Friedrich 331da0756e
Merge pull request #6289 from Icinga/feature/docs-release-tag
Update release documentation with git tag signing key configuration
2018-05-08 11:03:13 +02:00
jre3brg 2fd94073ba Fixed opentsdb metric name with colon chars 2018-05-08 09:40:13 +02:00
Michael Friedrich eecaab7cf1 Update release documentation with git tag signing key configuration 2018-05-08 09:38:00 +02:00
Jean Flach 303d9c61c8
Merge pull request #6239 from Icinga/fix/windows-check-memory
Fix Windows check_memory rounding
2018-05-04 16:38:21 +02:00
Michael Friedrich 40dfd82d65
Merge pull request #6270 from Icinga/feature/activation-priority
Add activation priority for config object types
2018-05-04 11:41:57 +02:00
Jean Flach c54e042942 Add activation priorities for config object types
This patch ensures that specific configuration types
are pre-activated and post-activated. In general,
logging is first, then common configuration objects
like host/service, downtimes, etc.
In the end, all features are activated after to ensure
that notifications are only sent once downtimes are applied.
A similar thing happens for starting with checks too early.
The ApiListener feature runs first to allow cluster connections
at first glance.

fixes #6057
fixes #6231
2018-05-04 11:25:47 +02:00
Michael Friedrich 69f339d229
Merge pull request #6238 from Icinga/fix/notification-script-check-required-parameters
Implement better way to check parameters in notification scripts
2018-05-03 15:36:59 +02:00
Jean Flach 88dc230294
Merge pull request #6285 from Icinga/feature/config-validation-timestamps
Add support for config validation log timestamps
2018-05-03 14:22:39 +02:00
Jean Flach 160e328fba
Merge pull request #6281 from Icinga/fix/revert-ecc-certificates
Revert "Implement support for ECC certificates"
2018-05-03 13:34:16 +02:00
Michael Friedrich e606a443b7 Add support for config validation log timestamps
This also adds implicit support for the startup.log
generated from API config package validation, e.g. used by
the Icinga Director.

fixes #3455
2018-05-03 11:35:29 +02:00
Michael Friedrich 315bf696cd
Merge pull request #6283 from eirinikos/update-license
edit Icinga license info so that GitHub recognizes it
2018-05-03 09:30:16 +02:00
Andrea Kao 5c7c21650d edit Icinga license info so that GitHub recognizes it
GitHub uses a library called Licensee to identify a project's license
type. It shows this information in the status bar and via the API if it
can unambiguously identify the license.

This commit modifies a few of Icinga's license-related docs so that
Licensee is able to recognize the repository's license type. It moves
the contents of COPYING.Exceptions to the relevant section of the
README, which has been renamed to "Licensing". It then removes the
COPYING.Exceptions file and updates CMakeLists.txt accordingly.

Collectively, these changes allow Licensee to successfully identify the
license type of Icinga as GPL 2.0.

Signed-off-by: Andrea Kao <eirinikos@gmail.com>
2018-05-02 17:53:53 -07:00
Michael Friedrich 1102f60b43 Revert "Implement support for ECC certificates"
This reverts commit 10691db5b1.

refs #5555
refs #6200
2018-05-02 16:54:07 +02:00
Michael Friedrich 4f37199d54
Merge pull request #6271 from Icinga/feature/docs-advanced-downtimes
Enhance advanced topics with (scheduled) downtimes
2018-04-27 16:50:35 +02:00
Michael Friedrich 008e40eda5 Enhance advanced topics with (scheduled) downtimes 2018-04-27 16:23:36 +02:00
Michael Friedrich f4d6171a49
Merge pull request #6267 from Icinga/fix/docs-notification-users
Update docs to reflect required user* attributes for notification objects
2018-04-27 11:41:14 +02:00
Michael Friedrich 43cd7489ee Update docs to reflect required user* attributes for notification objects
fixes #6265
2018-04-27 11:40:03 +02:00
Jean Flach 72137b7631
Merge pull request #6263 from Icinga/fix/itl-win-default-thresholds
ITL: Add default thresholds to windows check commands
2018-04-26 16:05:25 +02:00
Michael Friedrich f65c7d7e5b
Merge pull request #6264 from Icinga/feature/docs-getting-started
Enhance "Getting Started" chapter
2018-04-26 13:55:05 +02:00
Michael Insel afbb5689b3 ITL: Add default thresholds to windows check commands
This adds default thresholds to the windows check commands:

* disk-windows:		warn: 20%, crit: 10%
* memory-windows:	warn: 10%, crit: 5%
* swap-windows:		warn: 10%, crit: 5%
2018-04-25 21:26:44 +02:00
Michael Friedrich f2102a15b4 Enhance "Getting Started" chapter 2018-04-25 18:00:47 +02:00
Michael Friedrich 1c80beddec
Merge pull request #6262 from Icinga/feature/docs-env-vars
Enhance the environment variables chapter
2018-04-25 17:18:07 +02:00
Michael Friedrich 49a0a6ea2b Enhance the environment variables chapter
fixes #4958
2018-04-25 17:16:21 +02:00
Michael Friedrich 24f6366857 Merge branch 'support/2.8' 2018-04-25 15:12:43 +02:00
Michael Friedrich 6c4f59cf48 Release version 2.8.4 2018-04-25 15:12:37 +02:00
Michael Friedrich 78322b0953 Release version 2.8.4 2018-04-25 15:11:31 +02:00
Jean Flach c1cb8a8bbe Revert "fixup set rlimit stack failed condition"
This reverts commit bf959371c4.

fixes #6257

refs #6260
2018-04-25 14:49:11 +02:00
Michael Friedrich 63168b48bf
Merge pull request #6260 from Icinga/fix/plugin-exec
Revert "fixup set rlimit stack failed condition"
2018-04-25 14:47:01 +02:00
Jean Flach 0b1d5013ac Revert "fixup set rlimit stack failed condition"
This reverts commit bf959371c4.

fixes #6257
2018-04-25 14:26:40 +02:00
Michael Friedrich 0822a7b0ab
Merge pull request #6243 from Icinga/postgres-docs
Update PostgreSQL documentation
2018-04-25 11:00:36 +02:00
Jean Flach 04094032b5
Merge pull request #6236 from Icinga/feature/ido-pgsql-tls
Add TLS support for DB IDO PostgreSQL feature
2018-04-24 16:02:39 +02:00
Michael Friedrich 8fe50ef816
Merge pull request #6254 from Icinga/feature/docs-release
Enhance release documentation
2018-04-24 15:44:00 +02:00
Michael Friedrich dfc3639b57 Enhance release documentation 2018-04-24 15:20:50 +02:00
Jean Flach 28bcaaa493
Merge pull request #6253 from Icinga/fix/doc-note-for-other-plugin-collections
Doc: Add note for not fully supported Plugin collections
2018-04-24 15:11:41 +02:00
Jean Flach 7b98546456
Update 10-icinga-template-library.md
We Germans tend to overdo it with commas in English
2018-04-24 14:50:03 +02:00
Jean Flach f633c0f4d1 Merge branch 'support/2.8' 2018-04-24 10:44:37 +02:00
Jean Flach 034e8ce854 Release version 2.8.3 2018-04-24 10:44:20 +02:00
Jean Flach 292d71c439 Release version 2.8.3 2018-04-24 10:13:48 +02:00
Michael Insel 57766f780a Doc: Add note for not fully supported Plugin collections
This adds a note to the ITL documentation, to mention that only the Monitoring Plugins collection is fully supported by the ITL.

refs #6248
2018-04-23 18:31:42 +02:00
Jean Flach edd3737a96
Merge pull request #6251 from Icinga/fix/jf-gpg
Add my gpg fingerprint to release docs
2018-04-23 11:37:26 +02:00
Jean Flach 209889ea3e Add my gpg fingerprint to release docs 2018-04-23 11:30:23 +02:00
Michael Friedrich 5479adb908 Use VERSION instead of icinga2.spec 2018-04-23 11:04:55 +02:00
Jean Flach 1f5567a3ed Fix typo 2018-04-23 10:35:57 +02:00
Jean Flach d4ffddebcd
Merge pull request #6250 from Icinga/fix/typo
Fix typo
2018-04-23 10:35:13 +02:00
Jean Flach 2c8dfcc1aa Fix typo 2018-04-23 10:18:31 +02:00
Jean Flach 1f91b44788
Update 02-getting-started.md
Older versions which use createlang are not supported anzmore
2018-04-19 17:46:32 +02:00