Commit Graph

7299 Commits

Author SHA1 Message Date
Thomas Widhalm a0536c2fc8 Add silent installation, reference to NSClient++ and some extra information to the Windows Agent documentation
fixes #11437

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2016-04-20 10:07:22 +02:00
Gunnar Beutner b7ee26fa78 Don't use semi-colons in auto-generated config files
fixes #11438
2016-04-20 10:07:22 +02:00
Gunnar Beutner ba3eeafb5a Implement recursion limit for AST expressions which don't use a separate stack frame
fixes #11106
2016-04-20 10:07:22 +02:00
Gunnar Beutner 97f324ad3e Follow symlinks in Utility::GlobRecursive
fixes #11347
2016-04-20 10:07:22 +02:00
Michael Friedrich f151e1ae9e Add --method parameter for check_{oracle,mysql,mssql}_health CheckCommands
fixes #11098
2016-04-20 10:07:21 +02:00
Michael Friedrich c92ceff1ed Add --units, --rate and --rate-multiplier support for the snmpv3 check command
fixes #11194
2016-04-20 10:07:21 +02:00
Michael Friedrich 94d6cefea6 Docs: Remove the migration script chapter
fixes #11407
2016-04-20 10:07:18 +02:00
Michael Friedrich 20cb2e4414 Docs: Explain how to use functions for wildcard matches for arrays and/or dictionaries
... in assign where expressions

fixes #11402
2016-04-20 10:06:59 +02:00
Michael Friedrich e076e91706 Only call UpdateNextCheck() for soft states
refs #11336
2016-04-20 10:00:09 +02:00
Michael Friedrich 8668eb65b5 Use UpdateNextCheck() for determining the retry_interval in ProcessCheckResult()
This patch also moves the next check updates for passive
check results into ProcessCheckResult(). That way the
next check status updates for DB IDO work in a sane way
again.

refs #11336
2016-04-20 10:00:08 +02:00
Michael Friedrich 122256bb91 Use retry_interval on first OK -> NOT-OK state change
Only valid for active check results. The API actions were
missing that marker similar to the external command processor.

The initial OK -> NOT-OK transition should use the retry_interval
but nothing else.

fixes #11336
2016-04-20 10:00:07 +02:00
Gunnar Beutner 9ecb882f3d Add script for automatically cherry-picking commits for minor versions
fixes #11623
2016-04-20 09:59:37 +02:00
Michael Friedrich dd60544c36 Documentation: Add Windows setup wizard screenshots
fixes #9618
2016-04-19 17:14:17 +02:00
Michael Friedrich 7aafcf15a5 Windows Wizard: Fix 'Examine Config' directory
refs #11449
2016-04-19 16:10:30 +02:00
Gunnar Beutner 22cf939086 Build fix for Windows
refs #11612
2016-04-19 14:48:13 +02:00
Michael Friedrich e158c330cc Update AUTHORS
refs #11617
2016-04-19 12:02:25 +02:00
Nicolas Limage daa067dabe Fix typo in vim syntax highlighting
fixes #11617

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2016-04-19 12:01:12 +02:00
Gunnar Beutner d2cd4b6667 Improve performance for locks and value conversions
refs #11612
2016-04-19 09:38:22 +02:00
Gunnar Beutner c6a015e317 Fix crash in Checkable::ExecuteCheck
fixes #11582
2016-04-19 09:37:04 +02:00
Gunnar Beutner ab95670833 Build fix for older boost versions
refs #11612
2016-04-18 17:21:45 +02:00
Gunnar Beutner 3008d5ef31 Improve performance for field accesses
fixes #11612
2016-04-18 17:05:22 +02:00
Gunnar Beutner 913bfe4eb2 Move user data before running the uninstaller
refs #11449
2016-04-18 16:46:27 +02:00
Gunnar Beutner 955df528d7 Fix error message for the EventEngine variable
refs #11522
2016-04-18 15:02:02 +02:00
Gunnar Beutner d8b0502d67 Make the socket event engine configurable
fixes #11522
2016-04-18 14:38:59 +02:00
Gunnar Beutner e6739093dc Update .mailmap for Marius Sturm
refs #9184
2016-04-15 21:17:11 +02:00
Gunnar Beutner a54b21601e Update AUTHORS
refs #11599
2016-04-15 21:16:43 +02:00
Heike Jurzik 1be170fa1d Change some minor issues in 2-getting-started.md and add some screenshots
refs #11599

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-04-15 21:13:29 +02:00
Gunnar Beutner dc134a0866 Update the agent wizard banner
fixes #11585
2016-04-15 04:11:59 +02:00
Gunnar Beutner 8b9bbd6f6e Fix "Run Icinga 2 wizard" option in the installer
refs #11449
2016-04-14 19:37:38 +02:00
Michael Friedrich f28997bec0 Docs: Remove instance_name from Ido*Connection example
fixes #11592
2016-04-14 16:04:29 +02:00
Gunnar Beutner 5c04331de3 Fix include for icinga2.wixpatch (again)
refs #11449
2016-04-14 14:58:13 +02:00
Gunnar Beutner e4615e8d09 Use _rmdir instead of _unlink
refs #11449
2016-04-14 14:39:48 +02:00
Gunnar Beutner 0d39c7361d Remove the Icinga 2 directory (if it's empty) after running uninstall.exe
refs #11449
2016-04-14 14:24:56 +02:00
Gunnar Beutner bff4a139bd Remove cmake_policy call
refs #11449
2016-04-14 14:14:57 +02:00
Gunnar Beutner 936bd4aa0d Fix support for building debug MSI packages
refs #11449
2016-04-14 14:08:18 +02:00
Gunnar Beutner 63a7453e10 Make sure NSIS-based installations are uninstalled before we copy the new
files

refs #11449
2016-04-14 12:16:45 +02:00
Rune Darrud 6cd0d53f28 Add support for msi uninstallation in Chocolatey package
refs #11587
2016-04-14 08:29:58 +02:00
Gunnar Beutner 4f697c8b4b Fix arguments for uninstall.exe
refs #11449
2016-04-14 07:51:23 +02:00
Gunnar Beutner 2b796aba84 Wait for uninstall.exe to terminate
refs #11449
2016-04-14 07:04:36 +02:00
Gunnar Beutner 1c310c3f75 Replace the agent wizard banner
refs #11449
2016-04-13 21:44:15 +02:00
Gunnar Beutner 5633440e39 Make sure the etc and var directories are in the common data directory
refs #11449
2016-04-13 21:32:20 +02:00
Gunnar Beutner 09165e5ca6 Only hide navigational attributes which are not config/state
fixes #11567
2016-04-13 12:02:08 +02:00
Gunnar Beutner f75739399c Fix installations that use DESTDIR
fixes #11574
2016-04-13 09:32:08 +02:00
Rune Darrud 58a35fe182 Remove .Net 3.5 dependency from the Chocolatey package
fixes #11384

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2016-04-13 09:01:00 +02:00
Gunnar Beutner 2bf5f4d497 Fix compiler warning in *::NotifyActive
fixes #11577
2016-04-13 08:59:06 +02:00
Gunnar Beutner 187ee0db80 Disable MSI restart manager
refs #11449
2016-04-13 08:58:53 +02:00
Gunnar Beutner d8c81fd1e7 Ensure that KB2999226 is installed
refs #11449
2016-04-12 13:13:21 +02:00
Gunnar Beutner 4fe7076b5f Update Chocolatey scripts to support the new MSI package
refs #11449
2016-04-12 12:27:33 +02:00
Gunnar Beutner df61b4940e Update banner for the Windows setup wizard
refs #11449
2016-04-12 12:22:46 +02:00
Rune Darrud 6f6c133771 Add the Icinga2SetupAgent.exe.config to Windows installer
fixes #10624
2016-04-12 12:18:32 +02:00