Lord Hepipud
11a9a3f0f3
Fixes certificate folder not present on first installation
2022-08-24 16:59:02 +02:00
Lord Hepipud
4c5eeaf50b
Merge pull request #550 from Icinga:fix/negative_thresholds_interpreted_as_argument
...
Fix: Negative thresholds interpreted as argument
Fixes negative thresholds being interpreted wrongly as argument instead of an value for an argument
2022-08-24 16:50:28 +02:00
Lord Hepipud
786fa9f411
Merge pull request #555 from Icinga:fix/plugin_thresholds_invalid_conversion
...
Fix: Wrong conversion of certain threshold values
Fixes wrong conversion of values for `Convert-IcingaPluginThresholds`, which did not properly handle string values containing certain units inside the string itself
2022-08-24 16:50:04 +02:00
Lord Hepipud
95be5982bd
Merge pull request #526 from Icinga:feature/new_perfdata_handling
...
Feature: Rewrite PerfData Labels for multi output
Performance data should be created with some more adjustments to ensure we can properly create graphcs by using InfluxDB and Grafana as example
2022-08-24 16:33:27 +02:00
Lord Hepipud
ae01dbeb0a
Rewrite PerfData Labels for multi output
2022-08-24 16:26:27 +02:00
Lord Hepipud
116eaa02f3
Fixes wrong conversion of certain threshold values
2022-08-24 09:57:30 +02:00
Lord Hepipud
da31757841
Fixes automated Icinga Director installation for custom hostname
2022-08-23 16:48:20 +02:00
Lord Hepipud
5daccac374
Fixes exception for service recovery if service was not installed
2022-08-23 16:38:25 +02:00
Lord Hepipud
8c2b63399b
Fixes cache file encoding read/write
2022-08-23 15:43:25 +02:00
Lord Hepipud
4100e05e84
Fixes error argument does not support percent unit
2022-08-23 11:40:58 +02:00
Lord Hepipud
8c5f9b5f21
Fixes negative thresholds interpreted as argument
2022-08-22 17:15:25 +02:00
Lord Hepipud
82af4f9da4
Fixes RemoteSouce being cleared during Update-IcingaRepository
2022-08-18 14:03:45 +02:00
Lord Hepipud
8107e1152e
Fixes docs for wrong argument on Install-Icinga
2022-08-18 13:34:33 +02:00
Lord Hepipud
787500c452
Fixes UTF8 encoding for plugin execution
2022-08-17 17:13:00 +02:00
Lord Hepipud
f126065cad
Adds DSL parser to string arguments, fixing errors
2022-08-17 17:00:36 +02:00
RincewindsHat
4e182ca8ea
Fix the creation of powershell arrays in Icinga2 configuration
2022-08-17 16:04:58 +02:00
Lord Hepipud
906d616966
Fixes null-value exception on missing background daemons
2022-08-17 14:52:40 +02:00
Lord Hepipud
9d422e8c67
Fixes uninstaller by improving location handling
2022-08-17 12:38:36 +02:00
Lord Hepipud
2511257b0f
Fixes docs for custom repo example installation
2022-08-16 15:38:13 +02:00
Lord Hepipud
6dbe210337
Merge pull request #536 from Icinga/feature/easier_include_exclude_filtering
...
Feature: Adds function for easier include/exclude filtering
Adds generic function for easier managing include/exclude filtering for plugins and for cleaning arrays with not wanted content.
2022-08-05 09:36:50 +02:00
RincewindsHat
b5493eee69
Fix missing file name in URL
2022-07-13 14:02:41 +02:00
Lord Hepipud
f908d5b2bd
Adds function for easier include/exclude filtering
2022-07-12 13:33:02 +02:00
Lord Hepipud
02d1e71032
Fixes errors on encapsulated PowerShell calls
2022-06-08 16:48:19 +02:00
Lord Hepipud
b85f282f0b
Updates changelog for v1.9.2
2022-06-03 17:12:58 +02:00
Lord Hepipud
55be30f52d
Adds feature to test/repair the agent state file
2022-06-03 14:13:39 +02:00
Lord Hepipud
8ed242ad50
Fixes package manifest reader on Win 2012 R2
2022-06-01 16:56:12 +02:00
Lord Hepipud
8df5ab35bb
Adds developer mode to prevent cache overwrite
2022-05-24 14:00:59 +02:00
Lord Hepipud
b512e26715
Adds support for service recovery
2022-05-12 16:24:11 +02:00
Lord Hepipud
1648205744
Fixes missing component import func on dev tools
2022-05-12 10:36:01 +02:00
Lord Hepipud
28efe62548
Fixes missing loading for IfW modules
2022-05-12 08:11:45 +02:00
Lord Hepipud
bc70537e6e
Merge pull request #512 from t3easy/patch-1
...
Fix Unregister Background Daemons example
2022-05-02 07:42:30 +02:00
Lord Hepipud
fa0132f13d
Adds feature to improve module isolation
2022-04-27 11:20:35 +02:00
Jan Kiesewetter
b0d3bc5d67
Fix Unregister Background Daemons example
2022-04-26 15:22:40 +02:00
Lord Hepipud
9a2e793be8
Fix GC collection on every REST connection
2022-04-06 13:59:31 +02:00
Tobias Deiminger
d215cfd568
Use a BlockingCollection to avoid busy loop in REST API threads
...
The former implementation had 5 threads permanently spinning fast
(10ms sleep) while waiting for a REST connection to process.
This causes higher load in general and it breaks systems where
"Turn on PowerShell Script Block Logging policy" is enabled,
because then each PS statement including Start-Sleep is logged -
resulting in 500 event log entries per second. It's a suggested
setting in some hardening guidelines.
We can easily replace the Queue with a BlockingCollection backed
by a ConcurrentQueue, which has the built-in feature to sleep until
there are new items. Now the REST API threads consumes zero CPU time
while waiting.
2022-03-30 11:13:03 +02:00
Lord Hepipud
acea1c9a11
Updates IWKB for perf lib errors
2022-03-25 13:42:40 +01:00
Lord Hepipud
e4ddbea4d6
Adds feature to detect frozen threads
2022-03-18 22:54:43 +01:00
Lord Hepipud
046074d468
Increase REST-Api default timeout from 30s to 120s
2022-03-18 17:41:37 +01:00
Lord Hepipud
ffb86acab8
Fixes Rest-Api SSL lookup for custom hostname
2022-03-17 12:26:39 +01:00
Lord Hepipud
a90151493f
Adds feature checking Icinga Agent cert sign state
2022-03-17 11:36:56 +01:00
Lord Hepipud
2d3a700672
REST-Api section doc update
2022-03-17 08:58:01 +01:00
Lord Hepipud
e2c2529386
Fixes uninstaller for service component
2022-03-16 16:24:56 +01:00
Lord Hepipud
7cf1dd4589
Changelog fix
2022-02-15 17:47:49 +01:00
Lord Hepipud
733f3cfe3b
Fixes possible service lock and error handling
2022-02-15 15:47:01 +01:00
Lord Hepipud
99f8013252
Fixes exceptions while removing tmp repo download
2022-02-15 14:40:48 +01:00
Lord Hepipud
1c88fe2a09
Fixes parent connection not asking for ca.crt
2022-02-15 13:42:28 +01:00
Lord Hepipud
ecc11128cb
Fixes errors while dynamically compiling Add-Type
2022-02-09 12:16:18 +01:00
Lord Hepipud
c6ea622fd2
Updates doc broken links and spelling errors
2022-02-08 09:26:41 +01:00
Lord Hepipud
d9676811ab
Improves plugin doc generator for better docs
2022-02-08 09:14:13 +01:00
Lord Hepipud
a1d32a584a
Adds KW for Microsoft Defender problems
2022-02-07 15:10:54 +01:00