Lord Hepipud
61a6aaee7c
Fixes url to repository
2020-02-03 10:27:18 +01:00
Crited
d096e446de
Fix link in documentation
2020-01-24 09:12:03 +01:00
Christian Stein
5506c496db
Adding gitattributes file
2019-12-17 17:58:45 +01:00
Christian Stein
ddefcf6775
Set version of master branch to v1.1.0
2019-12-17 17:51:44 +01:00
Christian Stein
9733bde88b
Fixes wrong Url for stable Plugin Release
...
Fixes #36
2019-12-17 17:19:48 +01:00
Christian Stein
4b87a68b58
Add Cmdlets to Show / Remove SelfService Api Key
...
Fixes #35
2019-12-12 16:00:39 +01:00
Christian Stein
b978ee6574
Add support for Host-Address for Director Register
...
Fixes #31
2019-12-12 15:49:56 +01:00
Christian Stein
ce9257a30d
Improved code styling
2019-12-12 14:19:37 +01:00
Crited
9adfe087d8
Create first draft: Interface Detection and Sub-Tools
2019-12-11 16:14:35 +01:00
Christian Stein
4c839e0b19
Create Plugin Directory during installation
...
Fixes #34
2019-12-10 14:20:21 +01:00
Alexander Stoll
9ab979f83b
Fix missing const NodeName #33
2019-12-10 13:14:00 +01:00
Christian Stein
58c6d0fd7d
Improved stability for Director Wizard
...
Fixes #27
2019-12-06 20:28:09 +01:00
Christian Stein
c7c2ef8c22
Add Cmdlet to uninstall PowerShell service
...
Fixes #32
2019-12-06 19:33:14 +01:00
Christian Stein
c1710062ae
Improve installation/updates for Framework and Plugins
...
Fixes #23
Fixes #28
Fixes #29
2019-12-06 19:29:17 +01:00
Lord Hepipud
4e97b1f19f
Fixes missing ServiceUser fetching from Director SelfService
...
Fixes #30
2019-12-02 10:21:38 +01:00
Lord Hepipud
c6e9da9783
Redesign of Service Check Daemon for lower CPU usage
...
Fixes #24
2019-11-23 10:20:37 +01:00
Lord Hepipud
0d6a68ffee
Fixes temporary file creation on older Powershell versions
...
Fixes #22
2019-11-22 19:59:54 +01:00
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
06b7c0cdd5
Fixes performance data output for single checks
2019-11-05 12:39:54 +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
c4585f3b61
Merge branch 'master' of https://github.com/LordHepipud/icinga-module-windows
2019-11-05 09:21:53 +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
Lord Hepipud
81f0842998
Merge pull request #18 from Icinga/add-license-1
...
Create LICENSE
2019-11-04 16:16:18 +01:00
Lord Hepipud
668b86bc53
Create LICENSE
2019-11-04 16:16:04 +01:00
Lord Hepipud
02dbe9bb09
Update documentation
2019-11-04 15:53:05 +01:00
Crited
32f641552c
Add IcingaCheckPackage example draft
2019-11-04 13:39:22 +01:00
Crited
80e0b8dd0c
Update 02-New-IcingaCheckPackage.md
2019-11-04 12:16:12 +01:00
Crited
8f736050e4
Add skeleton/first draft for developerguide: check package
2019-11-04 12:09:25 +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
06beba7d12
Merge branch 'master' of https://github.com/LordHepipud/icinga-module-windows
2019-11-04 10:14:55 +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
cc519c5d4e
Merge branch 'master' of https://github.com/LordHepipud/icinga-module-windows
2019-11-04 09:20:13 +01:00
Lord Hepipud
e114c37b95
Fixes duplicate connection question
2019-11-04 09:20:10 +01:00
Alexander Stoll
30c1080cce
Fix documentation
2019-11-04 08:20:17 +01:00
Alexander Stoll
f42ec96e55
Fix documentation
2019-11-04 08:20:17 +01:00