Commit Graph

84 Commits

Author SHA1 Message Date
Michael Friedrich c265e4c282 Windows Agent: Refine setup wizard text and add docs URL
Note for others: DO NOT manually fix whitespaces with sed
and variants. Ensure that tabs (4 spaces, keep tabs) are
set inside Visual Studio.
2019-07-31 13:47:31 +02:00
Michael Friedrich 054ae363b9 Windows Agent: Actually update the Icinga icon in the resource binaries (C#) 2019-07-31 13:33:23 +02:00
Michael Friedrich 60996322a7 Fix warning for the Icinga top banner name 2019-07-31 12:54:51 +02:00
Michael Friedrich 110b7053ea Windows Agent: Update icon 2019-07-30 18:01:47 +02:00
Michael Friedrich 7536ec4bdf Windows: client -> agent inside the setup routine
Requires updates screenshots later on.
2019-07-20 13:31:12 +02:00
Michael Insel 773921ce68 Drop .NET 2.0/3.0/3.5 as supported .NET platform
This drops .NET 2.0, 3.0 and 3.5 as as supported .NET runtime platform.

The maximum version can only be v4.0, which targets currently all .NET
4.x releases. Therefor I added the sku flag to enforce .NET 4.6 as
minimum runtime platform. Since .NET 4.x is backwards compatible we
should be safe to only set the minimum version/sku here (i.e. we should
be able to run the application on a system with .NET 4.7)

refs #7090
2019-04-25 19:01:17 +02:00
Michael Insel 921c0fa5f6 Raise .NET target version to 4.6
This sets the target .NET framework version to 4.6.

The Prefer32Bit option was introduced with .NET 4. When set to true this
will generate x86 machine code on a 64-bit system, but this only affects
projects where the platform target is set to Any CPU. CMake generates
the project based on the system. Since the Prefer32Bit option was auto
generated during the switch to the new .NET version I ensured this is
explicitly set to false.

refs #7090
2019-04-25 19:01:07 +02:00
Markus Frosch 61ea5ea758 windows: Add rules for Win32 to IcingaAgent C#
Theoretically this should be automatically, but the C++ project uses
Win32 as platform...
2019-04-05 09:24:25 +02:00
Michael Friedrich 37b715baf1 Replace a few more copyright strings 2019-02-25 16:30:40 +01:00
Michael Friedrich 458f997a18 Replace Copyright header with a short version, part II 2019-02-25 15:09:36 +01:00
Michael Insel 68faeccff8 Update Windows Agent design
This updates the Windows agent design to use the Icinga background
image.

refs #6729
2018-10-25 18:00:10 +02:00
Michael Friedrich dea5ec614e icinga.com: Update CMakeLists.txt 2018-10-18 09:35:18 +02:00
Michael Insel 91ead3a3b7 Fix Windows Agent resize behavior
This fixes the Windows Agent behavior when resizing

refs #4959
2018-07-23 19:52:57 +02:00
Jean Flach 85dde65d00 Allow conf.d exclusion in windows wizard
refs #4508
2018-05-08 16:33:01 +02:00
Jean Flach e470e8927a Handle exceptions from X092certificate2
refs #6200
2018-04-05 13:37:11 +02:00
Michael Friedrich e08231f4df
Merge pull request #6170 from Icinga/feature/windows-global-zones
Add option to windows installer to add global zones
2018-04-03 17:19:49 +02:00
Michael Insel bc114f6142 Update copyright of the Windows Agent to 2018
This updates the copyright of the Windows Agent to 2018.
2018-03-20 21:08:30 +01:00
Michael Insel 662f817364 Add option to windows installer to add global zones
This implements the option to add global zones to the windows agent
wizard.
2018-03-18 16:19:15 +01:00
Michael Insel 158ae2188e Change copyright header for 2018 2018-01-02 12:08:55 +01:00
Jean Flach 2636e6a77a Whitespace fix
What does this change?
* Remove use of spaces for formatting
These could be found by using `grep -r -l -P '^\t+ +[^*]'
* Removal of training whitespaces
* A few lines longer than 120 chars
2017-12-20 14:53:52 +01:00
Gunnar Beutner 3c5af89d5f Fix compiler warnings 2017-12-14 09:15:37 +01:00
Noah Hilverling 4579e8f7f5 SetupWizard: Move Trim to GetMasterHostPort()
refs #5705
2017-11-09 09:28:05 +01:00
Noah Hilverling f3cc265135 SetupWizard: Remove Convert.ToString where useless
refs #5705
2017-11-09 09:27:15 +01:00
Michael Friedrich fc1ec22b77 Windows Wizard: Finalize design for 2.8
refs #5681
2017-11-03 16:56:28 +01:00
Michael Friedrich 2a61b743eb Windows wizard: Sanitize user inputs from text forms
This avoids white space problems with tickets and host names.

refs #5681
refs #5705
2017-11-03 14:10:56 +01:00
Michael Friedrich 299464e31e Windows Wizard: Missing ticket should tell the user about the master signing
refs #5681
2017-11-03 14:10:56 +01:00
Michael Friedrich c00495c5c7 Windows Wizard: Always enable the endpoint connection form
We always have to tick them anyways, as otherwise the setup wizard
won't work with CSR signing.

refs #5681
2017-11-03 13:58:18 +01:00
Michael Friedrich 2a7cdf2fdc Cleanup Windows wizard and prepare for enhanced CSR signing
refs #5681
2017-11-03 13:53:24 +01:00
Noah Hilverling e2162b9a14 Replace space indents with tabs
refs #5545
2017-10-16 15:04:07 +02:00
Michael 4551113538 Add Edit button to Windows Setup Wizard
This adds an edit button to the windows setup wizard. This updates also the affected screenshots, where you can see the windws form, in the documentation.
2017-09-07 11:30:19 +02:00
Michael Friedrich b7caf0820d Ensure that *.icinga.com is used everywhere
fixes #13897
fixes #13277
2017-01-10 17:19:12 +01:00
Michael Friedrich 96cd4dc18e Windows wizard: Rename user setting
refs #9119
2016-12-08 14:59:29 +01:00
Michael Friedrich 841412c618 Remove unused patch file
refs #9119
2016-11-24 17:17:33 +01:00
Jean Flach f1a8a74b95 Update design of Agent Wizard
refs #9119
2016-10-26 10:30:12 +02:00
Jean Flach 4b61aee90c Add option to choose icinga2s user
Adds the --scm-user option and a check box and text field in the Agent

fixes #9119
2016-10-25 16:08:03 +02:00
Michael Friedrich 7aafcf15a5 Windows Wizard: Fix 'Examine Config' directory
refs #11449
2016-04-19 16:10:30 +02:00
Gunnar Beutner dc134a0866 Update the agent wizard banner
fixes #11585
2016-04-15 04:11:59 +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
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 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
Gunnar Beutner 9deb1f77ec Remove 1px border around the dialog banner image
refs #11449
2016-04-11 18:15:14 +02:00
Gunnar Beutner d4f4d57699 Add new images for the Windows installer
refs #11449
2016-04-11 18:02:56 +02:00
Gunnar Beutner 3715f307a1 Fix incorrect path for the X509 certificates on Windows
refs #11449
2016-04-01 11:44:02 +02:00
Gunnar Beutner dc09f5f706 Remove unused code in the Windows wizard
refs #11449
2016-03-31 14:53:54 +02:00
Gunnar Beutner c5b7f9000d Add preliminary support for 64-bit packages
refs #11449
2016-03-30 11:47:39 +02:00
Gunnar Beutner 2ffbd1a161 Fix: FatalError() returns when called before Application.Run
fixes #11475
2016-03-30 09:58:01 +02:00
Gunnar Beutner eb7887dad0 Update NSClient++ to version 0.4.4.19
fixes #11473
fixes #11474
2016-03-30 09:47:45 +02:00
Rune Darrud 26db63ba39 Add support for x64 Icinga2SetupAgent
refs #11462
2016-03-29 23:56:06 +02:00