Commit graph

1645 commits

Author SHA1 Message Date
Lord Hepipud
21e1d127c5 Adds support to generate eventlog documentation for event ids 2020-03-28 18:58:14 +01:00
Christian Stein
9a2f3cd429 Adds support for API arguments without value 2020-03-27 17:53:29 +01:00
Christian Stein
0081641bd6 Fixes spelling in eventlog message 2020-03-27 17:16:17 +01:00
Christian Stein
470e5cc036 Adds error handling for SSLStreams and adds eventlog pre-defined messages 2020-03-27 16:43:18 +01:00
Christian Stein
1993683602 Fixes REST message reader for reading new msg properly and body read fixing 2020-03-27 16:42:46 +01:00
Christian Stein
c5e4c4eade Improves TCP Stream reader to read messages with correct size 2020-03-27 16:41:30 +01:00
Christian Stein
dff16d8f0d Adds support to store debugmode state in config and make it globally available 2020-03-27 16:39:47 +01:00
Christian Stein
e8f2152010 Adds unified debug message output with object parsing ability 2020-03-27 16:37:44 +01:00
Christian Stein
699137a97c Adds support to securely fetch elements from hashtables with default values 2020-03-27 16:36:25 +01:00
Christian Stein
7dce37717a Adds generic PowerShell component installer and improved usability 2020-03-26 19:43:37 +01:00
Christian Stein
d62e566fea Adds Cmdlets to enable/disable untrusted certificates for rest endpoints 2020-03-26 18:08:48 +01:00
Christian Stein
d30970b3a9 Improves certutil output by writing it into eventlog on debug mode 2020-03-26 07:34:10 +01:00
Christian Stein
30a7d6f257 Adds exceptions in case source Cert file is missing as argument or invalid 2020-03-26 07:33:28 +01:00
Christian Stein
c6dc082081 Fixes cert file output file to apply 2020-03-26 07:32:57 +01:00
Christian Stein
8a19899fff Fixes x509 cert conversion to only delete temp files not output files 2020-03-26 07:32:20 +01:00
Christian Stein
90ef20a7e5 Fixes debug/daemon mode while loading libs only 2020-03-25 22:28:54 +01:00
Christian Stein
7a732de5f4 Fixes debug messages being written while no debug option was defined 2020-03-25 22:12:17 +01:00
Christian Stein
eb948d8d22 Adds support for simple setup and fetching of internal check scheduler data 2020-03-25 22:03:31 +01:00
Christian Stein
483356136c Adds support for auto loading third-party module eventlog messages 2020-03-25 17:53:18 +01:00
Christian Stein
2e225e1ce5 Adds support for generic call of wildcard functions for fetching multi data 2020-03-25 17:51:53 +01:00
Christian Stein
935c497a7d Extends eventlog write function for pre-defined messages and object dump 2020-03-25 17:50:56 +01:00
Christian Stein
abb2ab1e35 Adds function for simple navigation through REST-Api calls 2020-03-25 17:50:02 +01:00
Christian Stein
e56861d858 Adds generic support for sending TCP client and REST network messages 2020-03-25 17:48:49 +01:00
Alexander Stoll
6de97f439f
Change Regex to support more input variants
References #57
2020-03-25 15:33:32 +01:00
Christian Stein
a78ac014be Adds improved handling for error messages and later doc on website 2020-03-25 08:35:29 +01:00
Christian Stein
9831e9319c Fixes certificate subject name fetching 2020-03-25 07:48:55 +01:00
Christian Stein
691faadf87 Fixes code styling, unused variables and function shortnames 2020-03-24 20:42:11 +01:00
Christian Stein
aaf4c5faec Adds function to fetch SSL cert for sockets for various scenarios 2020-03-24 20:15:52 +01:00
Christian Stein
cf0c3e5602 Adds secure function for initialising client SSL stream reader 2020-03-24 20:14:41 +01:00
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