Commit graph

301 commits

Author SHA1 Message Date
Lord Hepipud
7b408b209c Fixes NTAccount fetching on Get-IcingaUserSID
Fixes #21
2019-11-22 19:45:55 +01:00
Lord Hepipud
9df17e1068 Fixes Service Check Background Daemon Memory leak
Fixes #20

This fixes the memory leak on the Service Check Background Daemon, mainly caused by not properly catching the boolean return values of `Add-IcingaHashtableItem`. The boolean values stayed within the scope, poluting the memory and causing functions to behave not as expected
2019-11-22 19:42:48 +01:00
Lord Hepipud
6cb7bd4414 Removes not required console output 2019-11-05 10:02:07 +01:00
Lord Hepipud
67e2f55802 Fixes empty variable content 2019-11-05 09:43:06 +01:00
Lord Hepipud
9271d7b646 Fixes missing string ending for Ticket 2019-11-05 09:40:14 +01:00
Lord Hepipud
7b8f74cd4f Fixes execution order during Agent installation 2019-11-05 09:35:10 +01:00
Lord Hepipud
47f721e62c Fixes Agent installation processing if no version is specified 2019-11-05 09:21:49 +01:00
Lord Hepipud
2df18aadff Fixes Agent installation prompt 2019-11-05 09:18:54 +01:00
Crited
d8f72a11e8 Removes unnecessary comments 2019-11-04 11:37:34 +01:00
Crited
bdf0b7146e Fixes config generating with datalists 2019-11-04 11:36:41 +01:00
Lord Hepipud
d3d5d8d4bd Merge branch 'master' of https://github.com/LordHepipud/icinga-module-windows 2019-11-04 10:12:39 +01:00
Lord Hepipud
8dd429549a Fixes spelling issues 2019-11-04 10:08:46 +01:00
Lord Hepipud
817cff457d Fixes missing Icinga Ticket dialogue 2019-11-04 10:08:28 +01:00
Lord Hepipud
1f21de5de5 Improve Icinga CA question 2019-11-04 09:50:38 +01:00
Lord Hepipud
2e69ece84c Fixes AcceptConnections argument 2019-11-04 09:45:26 +01:00
Lord Hepipud
0c5076ad77 Improve question for Firewall to be always printed 2019-11-04 09:42:08 +01:00
Lord Hepipud
5da5ab5695 Fixes spelling error 2019-11-04 09:37:40 +01:00
Lord Hepipud
02fb58d935 Fixes hostname fetching default arguments 2019-11-04 09:32:56 +01:00
Lord Hepipud
1a2e104558 Fixes wrong comparison of hostname fetch handler 2019-11-04 09:27:13 +01:00
Lord Hepipud
cc7f8dfe2c Fixes missing AllowVersionChanges argument 2019-11-04 09:26:48 +01:00
Lord Hepipud
e114c37b95 Fixes duplicate connection question 2019-11-04 09:20:10 +01:00
Lord Hepipud
32d3f7d77f Add delay between service stop and framework upgrade 2019-11-03 22:55:21 +01:00
Lord Hepipud
ac5d801750 Add delay between service stop and framework upgrade 2019-11-03 22:55:21 +01:00
Lord Hepipud
f7a5c08206 Fixed missing config migration during upgrade 2019-11-03 22:19:06 +01:00
Lord Hepipud
8e62cdb836 Fixed missing config migration during upgrade 2019-11-03 22:19:06 +01:00
Lord Hepipud
645744ff81 Add service start/stop if required while upgrading framework 2019-11-03 22:17:31 +01:00
Lord Hepipud
f3b19145ac Add service start/stop if required while upgrading framework 2019-11-03 22:17:31 +01:00
Lord Hepipud
6c7a88fde6 Fixes accidental conversion of array to string while they should be arrays 2019-11-03 20:08:43 +01:00
Lord Hepipud
05f67d6a1a Fixes accidental conversion of array to string while they should be arrays 2019-11-03 20:08:43 +01:00
Lord Hepipud
1aecabc5c7 Fixes Plugin Url repo binding 2019-11-03 19:55:24 +01:00
Lord Hepipud
ed733881f0 Fixes Plugin Url repo binding 2019-11-03 19:55:24 +01:00
Lord Hepipud
9746631e97 Fixes missing Icinga CA Ticket handling 2019-11-03 19:47:42 +01:00
Lord Hepipud
64458d2bcb Fixes missing Icinga CA Ticket handling 2019-11-03 19:47:42 +01:00
Lord Hepipud
f81413a66d Fixes CA endpoint configuration 2019-11-03 19:32:41 +01:00
Lord Hepipud
011cf54d1c Fixes CA endpoint configuration 2019-11-03 19:32:41 +01:00
Lord Hepipud
8c6b9257e2 Add support for managing Windows Firewall config 2019-11-03 19:22:28 +01:00
Lord Hepipud
47a505ea77 Add support for managing Windows Firewall config 2019-11-03 19:22:28 +01:00
Lord Hepipud
921acbdcea Add easier handling to set user permissions 2019-11-03 18:01:54 +01:00
Lord Hepipud
709402e9c3 Add easier handling to set user permissions 2019-11-03 18:01:54 +01:00
Lord Hepipud
58725ee6b4 Fixes the icingapowershell daemon as it has to run atleast once 2019-11-03 17:32:17 +01:00
Lord Hepipud
9209a4e671 Fixes the icingapowershell daemon as it has to run atleast once 2019-11-03 17:32:17 +01:00
Lord Hepipud
433b1122cb Add support to install plugins during setup wizard 2019-11-03 17:07:47 +01:00
Lord Hepipud
eb70027951 Add support to install plugins during setup wizard 2019-11-03 17:07:47 +01:00
Lord Hepipud
41ca4d86bf Fixes PowerShell daemon service registration 2019-11-03 16:59:45 +01:00
Lord Hepipud
cfba374227 Fixes PowerShell daemon service registration 2019-11-03 16:59:45 +01:00
Lord Hepipud
21fc6937a8 Fixes cache folder permissions after update 2019-11-03 16:31:02 +01:00
Lord Hepipud
f67224114a Fixes cache folder permissions after update 2019-11-03 16:31:02 +01:00
Lord Hepipud
567e91a04a Add missing IcingaSevices Cmdlet 2019-11-03 16:15:46 +01:00
Lord Hepipud
6005a6203f Add missing IcingaSevices Cmdlet 2019-11-03 16:15:46 +01:00
Lord Hepipud
98a7cddd3c Fixes crashes on Framework updater, adds version check 2019-11-03 15:59:33 +01:00
Lord Hepipud
090d25f27e Fixes crashes on Framework updater, adds version check 2019-11-03 15:59:33 +01:00
Lord Hepipud
eeda3a18cf Add support to install and update PowerShell plugins 2019-11-03 15:57:57 +01:00
Lord Hepipud
ddb85898f8 Add support to install and update PowerShell plugins 2019-11-03 15:57:57 +01:00
Lord Hepipud
6dc798f4d9 Add function to recursively unblock PowerShell files 2019-11-03 15:55:08 +01:00
Lord Hepipud
f6f6acf9fc Add function to recursively unblock PowerShell files 2019-11-03 15:55:08 +01:00
Lord Hepipud
b9deef0bee Add support to fetch custom version of Icinga modules 2019-11-03 15:54:25 +01:00
Lord Hepipud
e937195e16 Add support to fetch custom version of Icinga modules 2019-11-03 15:54:25 +01:00
Lord Hepipud
0dafbb6e07 Improves setup wizard usability and fixes Director overriding 2019-11-03 09:46:27 +01:00
Lord Hepipud
89e8045870 Improves setup wizard usability and fixes Director overriding 2019-11-03 09:46:27 +01:00
Lord Hepipud
9d8a790e63 Fixes Url building for Agent download 2019-11-02 17:43:19 +01:00
Lord Hepipud
6e5b0ee218 Fixes Url building for Agent download 2019-11-02 17:43:19 +01:00
Lord Hepipud
7db7eae32b Add output for service restart message 2019-11-02 17:42:56 +01:00
Lord Hepipud
cdd1cf8189 Add output for service restart message 2019-11-02 17:42:56 +01:00
Lord Hepipud
23de94de2d Add Director Self-Service setup wizard integration 2019-11-02 17:42:39 +01:00
Lord Hepipud
8a3c8c4102 Add Director Self-Service setup wizard integration 2019-11-02 17:42:39 +01:00
Lord Hepipud
6425066bac Add function to combine web Urls properly 2019-11-02 14:48:44 +01:00
Lord Hepipud
0a9f24f663 Add function to combine web Urls properly 2019-11-02 14:48:44 +01:00
Lord Hepipud
312fd4a03f Fixes CA endpoint by using the actual connection address 2019-11-02 12:33:01 +01:00
Lord Hepipud
a390d92623 Fixes CA endpoint by using the actual connection address 2019-11-02 12:33:01 +01:00
Lord Hepipud
2f0cc846f3 Add function to update the module from CLI 2019-11-02 12:15:25 +01:00
Lord Hepipud
8bce99e42a Add function to update the module from CLI 2019-11-02 12:15:25 +01:00
Lord Hepipud
2157e151db Fixes powershell services url due to renaming 2019-10-31 17:28:14 +01:00
Lord Hepipud
abfbac1448 Fixes powershell services url due to renaming 2019-10-31 17:28:14 +01:00
Lord Hepipud
8057fcd907 Fixes repo links and namings 2019-10-31 17:24:30 +01:00
Lord Hepipud
792ba86955 Fixes repo links and namings 2019-10-31 17:24:30 +01:00
Lord Hepipud
7665a4401e Fixes crash on existing service binary file 2019-10-31 16:36:55 +01:00
Lord Hepipud
621af88831 Fixes crash on existing service binary file 2019-10-31 16:36:55 +01:00
Lord Hepipud
25ed359456 Fixes spelling and adding default values 2019-10-31 16:35:50 +01:00
Lord Hepipud
78a2cf4466 Fixes spelling and adding default values 2019-10-31 16:35:50 +01:00
Lord Hepipud
80bd15e47f Extend setup wizard with powershell framework service 2019-10-31 14:33:56 +01:00
Lord Hepipud
3b4eae6fc9 Extend setup wizard with powershell framework service 2019-10-31 14:33:56 +01:00
Lord Hepipud
f4d349e396 Rename IcingaPowerShellService to IcingaFrameworkService 2019-10-31 14:32:49 +01:00
Lord Hepipud
4285889b52 Rename IcingaPowerShellService to IcingaFrameworkService 2019-10-31 14:32:49 +01:00
Lord Hepipud
071a26cc62 Add smart service interaction functions 2019-10-31 14:32:19 +01:00
Lord Hepipud
89a0b4a0bd Add smart service interaction functions 2019-10-31 14:32:19 +01:00
Lord Hepipud
ba1dc01c58 Fixes uninstall process to stop icinga service first 2019-10-31 14:31:49 +01:00
Lord Hepipud
891532aff2 Fixes uninstall process to stop icinga service first 2019-10-31 14:31:49 +01:00
Lord Hepipud
c56e5ad8b5 Add support to download and install PowerShell service 2019-10-31 13:43:20 +01:00
Lord Hepipud
0de69ee830 Add support to download and install PowerShell service 2019-10-31 13:43:20 +01:00
Lord Hepipud
a1fd2cca6e Add support to specify a service for changing the user for 2019-10-31 13:41:42 +01:00
Lord Hepipud
4ec3d795ff Add support to specify a service for changing the user for 2019-10-31 13:41:42 +01:00
Lord Hepipud
51042d6c0e Merge branch 'snapshot' of https://github.com/LordHepipud/icinga-module-windows into snapshot 2019-10-31 13:17:59 +01:00
Lord Hepipud
8fa0421e7b Merge branch 'snapshot' of https://github.com/LordHepipud/icinga-module-windows into snapshot 2019-10-31 13:17:59 +01:00
Lord Hepipud
b5c361d569 Improves initial setup wizard with more default values 2019-10-31 10:12:25 +01:00
Lord Hepipud
55f5b25e58 Improves initial setup wizard with more default values 2019-10-31 10:12:25 +01:00
Alexander Stoll
bd3d62ff7f Convert-Bytes returns hash with former and current unit 2019-10-31 09:43:13 +01:00
Crited
cee8ef178a Convert-Bytes returns hash with former and current unit 2019-10-31 09:43:13 +01:00
Lord Hepipud
55372ac7ea Improved basket check command config generator
* Add support for dynamic list creation
* Fixes plenty of static code definitions
2019-10-30 18:19:08 +01:00
Lord Hepipud
c257beab9b Improved basket check command config generator
* Add support for dynamic list creation
* Fixes plenty of static code definitions
2019-10-30 18:19:08 +01:00
Lord Hepipud
7731581660 Fixes Unix time by always using UTC 2019-10-30 17:57:36 +01:00