Commit graph

1416 commits

Author SHA1 Message Date
Christian Stein
467f366c7c Adds function to securely read header values from our requests 2020-03-24 20:14:06 +01:00
Christian Stein
8d945f3759 Fixes client initialising for SSLStream and possible crash reason 2020-03-24 20:13:28 +01:00
Christian Stein
7361fd801b Adds function to securely fetch remote endpoint address from clients 2020-03-24 20:12:31 +01:00
Christian Stein
d97bc8aeb8 Moves Read REST message function into proper module folder 2020-03-24 20:11:24 +01:00
Christian Stein
9221cb050d Adds function to fetch local Icinga 2 Agent host certificate 2020-03-24 20:10:41 +01:00
Christian Stein
df7be4a317 Add debug output for starting new thread instances 2020-03-24 20:09:50 +01:00
Christian Stein
9b947dc069 Adds additional eventlog write functions 2020-03-24 20:07:34 +01:00
Alexander Stoll
e6b46b84f7
Fix codestyling 2020-03-24 18:43:27 +01:00
Alexander Stoll
50133d22f2
Create Read-IcingaRESTMessage.psm1
First draft of Read-IcingaRESTMessage.psm1

#57 Regarding parsing
2020-03-24 18:40:33 +01:00
Christian Stein
08e3594008 Add debug output messages for TCP handling 2020-03-24 15:32:14 +01:00
Christian Stein
b947f71f3a Add support to write into Windows Event Log (debug only for now) 2020-03-24 14:04:41 +01:00
Christian Stein
edd8b4b6ed Added basiic TCP Cmdlets and handling 2020-03-24 12:42:14 +01:00
Christian Stein
5770956533 Add support to create X509 certificates based on .crt/.cert
Thanks to @crited
2020-03-24 11:13:01 +01:00
Christian Stein
c2697adf2f Improves message on invalid template or host key
Fixes #53
2020-03-11 17:53:59 +01:00
Christian Stein
a040873e31 Fix Self-Service API key input prompt during install wizard, even if key is set
Fixes #52
2020-03-11 17:46:01 +01:00
Christian Stein
66eda2d71b Fixes handling for LocalSystem account if set as service user
Fixes #51
2020-03-11 13:01:54 +01:00
Christian Stein
77ebfc431f Fix crash while trying to update with identical current and target version
Fixes #50
2020-03-10 17:28:22 +01:00
Christian Stein
a45d0e2fbb Use NETBIOS name for non-domain hosts instead of hostname
Fixes #49
2020-03-10 17:01:43 +01:00
Christian Stein
825ee4c666 Add support to check if Check-Package has checks
Fixes #48
2020-03-05 17:04:16 +01:00
Lord Hepipud
a1a89730e3
Merge pull request #47 from NeverUsedID/master
Fixed: ServiceUser can't be changed on Server 2008
2020-03-04 18:57:03 +01:00
NeverUsedID
0eccbd9ba2
Fixed: ServiceUser can't be changed on Server 2008
Added a space to fix sc.exe not changing user on Windows Server 2008 because it expects a space between 'password=' and '"{2}"'
2020-03-04 15:18:13 +01:00
Christian Stein
b3953438c7 Fixes module manifest for PowerShell Gallery 2020-02-19 17:22:07 +01:00
Christian Stein
65031751b1 Sets new master branch version 2020-02-19 08:42:42 +01:00
Christian Stein
5b61bec060 Updates module version for release 2020-02-19 08:32:03 +01:00
Christian Stein
8d9cf07ee1 Merge branch 'master' into support/1.0 2020-02-19 08:27:23 +01:00
Christian Stein
96314bfe8c Fixes service exit code fetching 2020-02-18 13:36:46 +01:00
Christian Stein
9e52d16a3d Adds service exclude and service exit code data fetching 2020-02-18 12:27:47 +01:00
Christian Stein
90a8fab9cb Merge branch 'bugfix/interface_detection' 2020-02-14 09:34:41 +01:00
Christian Stein
3e86748dd0 Fixes plugin installation if wizard arguments are set
Fixes #46
2020-02-13 16:28:06 +01:00
Christian Stein
cfd28f30e2 Fixes broken datalist data type configuration on Basket generation
Fixes #45
2020-02-13 14:16:42 +01:00
Christian Stein
d0dcc0c128 Adds Icinga Agent object list wrapper implementation
Fixes #44
2020-02-13 12:32:56 +01:00
Christian Stein
714827bc0a Adds script termination in case Agent is not installed for Agent Binary fetching 2020-02-13 10:19:23 +01:00
Christian Stein
401ac2ed53 Fixes tail command with read limit
Fixes #43
2020-02-13 10:12:57 +01:00
Lord Hepipud
5799fe6988 Add index for custom daemon developer guide 2020-02-09 14:32:43 +01:00
Lord Hepipud
0bc047b6a3 Adds developer guide for writing custom daemons 2020-02-09 14:31:34 +01:00
Lord Hepipud
a853625aaf
Merge pull request #42 from dgoetz/patch-1
README: Fix link
2020-02-07 18:21:30 +01:00
Lord Hepipud
1642f992b8
Merge branch 'master' into patch-1 2020-02-07 18:21:16 +01:00
Christian Stein
64915b8fb6 Adds service installation doc to README 2020-02-07 18:19:21 +01:00
Christian Stein
2989315a01 Merge branch 'master' of https://github.com/LordHepipud/icinga-module-windows 2020-02-07 18:17:43 +01:00
Christian Stein
c23d9cef6c Adds documentation for background daemons and windows service 2020-02-07 18:17:40 +01:00
Alexander Stoll
e07f7f1482 Add first draft unit determination tools 2020-02-07 15:07:29 +01:00
Dirk Götz
f2a8f50154
README: Fix link 2020-02-07 11:41:24 +01:00
Christian Stein
58d2aa7403 Fixes TLS error on old PowerShell versions for GitHub connections
Fixes #41
2020-02-07 11:21:53 +01:00
Christian Stein
9b6941c4b9 Fixes exceptions during interface discovery
Fix #38
2020-02-07 11:06:57 +01:00
Christian Stein
a724f486f8 Fixes missing error message from Icinga Director Self-Service API on Wizard 2020-02-04 09:34:01 +01:00
Christian Stein
80975bee24 Fixes naming of byte data types and functions 2020-02-04 09:33:27 +01:00
Christian Stein
499af2b92e Fixes PetaByte unit short name 2020-02-03 18:09:03 +01:00
Christian Stein
ff06ea5f13 Fixes unit naming for byte related types 2020-02-03 18:03:40 +01:00
Christian Stein
bec3459231 Adds proper handling for invalid inputs on byte conversion for plugin usage 2020-02-03 17:56:34 +01:00
Christian Stein
ac98e88626 Fixes broken switch arguments in basket configurator
Fixes #39
2020-02-03 17:28:31 +01:00