Yonas Habteab
0fdb3b1bf9
Fix backslashes in the url path causes an error
2021-01-26 16:02:14 +01:00
Lord Hepipud
a1e6a780af
Adds support for ms on Unix Time
2021-01-21 15:51:24 +01:00
Lord Hepipud
b3f0b1cad0
Fixes wrong user group for Performance Counter
2021-01-15 16:51:52 +01:00
Lord Hepipud
94898ff893
Removes hardcoded global zones
2021-01-15 15:53:59 +01:00
Lord Hepipud
9797f406b1
Updates version to 1.4.0
2020-11-30 16:23:14 +01:00
Lord Hepipud
17e320d3da
Fixes usage for domain accounts for wmi permission
2020-11-30 15:07:05 +01:00
Lord Hepipud
26eedb7bd5
Updates docs/roadmap
2020-11-30 09:56:30 +01:00
Lord Hepipud
0257ace1ee
Adds support for new Director SelfService config
2020-11-25 10:20:01 +01:00
Lord Hepipud
4c628c737e
Fixes error while writing too large eventlog msges
2020-11-25 10:02:36 +01:00
Lord Hepipud
0456da29fa
Fixes release fetching of Agent; Support local src
2020-11-24 16:43:11 +01:00
Lord Hepipud
0aa1d57745
Fix Agent certificate fetching for REST-Api
2020-11-24 14:01:13 +01:00
Lord Hepipud
2f281b8fe0
Merge branch 'master' into feature/icinga2_plain_config_generator
2020-11-24 12:38:51 +01:00
Lord Hepipud
3c82757f1f
Adds native Icinga config support, publish cmdlet
...
Adds native support for writing Icinga 2 configuration for plugins and allows to easy publish new configurations for modules with the new Cmdlet Publish-IcingaPluginConfiguration
2020-11-24 12:34:28 +01:00
Lord Hepipud
8a0cddccc2
Merge branch 'master' into feature/support_knowledgebase_id_on_exception
2020-11-24 12:13:32 +01:00
Lord Hepipud
3e5fe3d4f5
Adds support for knowledge base id on exceptions
2020-11-24 12:09:34 +01:00
Lord Hepipud
5dd1167549
Adds exit to Windows Terminal integration
2020-11-23 16:41:25 +01:00
Lord Hepipud
ba131e7bef
Adds error on config generator for 64 digit args
2020-11-20 15:13:32 +01:00
Lord Hepipud
7f86e2691a
Fixes crash during update due to code cache
2020-11-20 08:23:29 +01:00
Lord Hepipud
c38930c2de
Merge branch 'master' into feature/Feature-Requests-Add-Proxy-Server-support
2020-11-19 17:21:58 +01:00
Lord Hepipud
3d875639e4
Feature Requests: Add Proxy Server support
...
Also re-arranges web content by using old content from lib/web into lib/webserver, while new lib/web contains the proxy configuration.
Fixes #19
2020-11-19 17:16:33 +01:00
Lord Hepipud
33caeb7ce6
Feature: Allow sharing of local variables with Icinga Shell
...
Fixes #121
2020-11-19 13:44:56 +01:00
Lord Hepipud
3ae042b3c4
Adds debug output to eventlog for Wmi calls
2020-11-19 13:03:41 +01:00
Lord Hepipud
8d4e66f1c6
Merge branch 'master' into feature/add_code_cache_for_faster_framework_loading
2020-11-18 18:58:05 +01:00
Lord Hepipud
5060dec97a
Fixes array handling for ValidateSet
...
Empty arrays will now properly be rendered as empty array with @()
instead of $null. In addition the config renderer now also supports
ValidateSet for array entries
2020-11-18 18:18:16 +01:00
Lord Hepipud
f9f095e16b
Adds support to add/remove/test Wmi permissions
...
You can now use 'Add-IcingaWmiPermissions' to add permissions for a
specific user and namespace and remove them with
'Remove-IcingaWmiPermissions'
2020-11-18 14:48:31 +01:00
Lord Hepipud
a5e7e2b0dc
Fix error on SSL reconfigure for name changes
2020-11-12 15:50:00 +01:00
Lord Hepipud
ee4e890d2e
Fixes Icinga API being disabled after cert install
2020-11-12 14:33:42 +01:00
Lord Hepipud
37c0824be5
Experimental: Adds code caching for faster loading
2020-11-06 16:06:38 +01:00
Lord Hepipud
67c7d3c8e0
Merge pull request #60 from Icinga/feature/network_routes
...
Bugfix: Handle multiple network interfaces on discovery and add support for Windows 2008 R2
* Fixes issue on hosts with mulitple interfaces that provide virtual interfaces, causing problems on Director Self-Service creation
* Adds support for Windows 2008 R2
2020-11-06 15:23:27 +01:00
Lord Hepipud
162f8102fb
Fixes multi interface support on interface discover
...
* Fixes issue on hosts with mulitple interfaces that provide virtual
interfaces, causing problems on Director Self-Service creation
* Adds support for Windows 2008 R2
2020-11-06 15:21:10 +01:00
Yonas Habteab
9a42c9efa1
Check whether or not a specific wmi class exists
...
Tests if a specific WMI class including the Namespace can be accessed
and returns status codes for possible errors/exceptions taht might
occure. Returns binary operator values for easier comparison. In case
no errors occured it will return $TestIcingaWindowsInfoEnums.TestIcingaWindowsInfo.Ok
2020-11-05 15:53:44 +01:00
Yonas Habteab
98603071ab
Disable OnSameLine & don't check space before open brace
...
Because the script analyzer often complains that we can always use the
function open brace on the same line as the function name, which is not
the case, I finally decided to correct this today. I set the attribute
OnSameLine to False and disabled the check for space before open Brace.
2020-11-05 13:34:14 +01:00
Lord Hepipud
49d9c6000d
Adds generic Cmdlet to convert Icinga Thresholds
2020-11-03 13:39:13 +01:00
Lord Hepipud
70def91d9d
Fixes version fetching for unloaded modules
2020-11-02 12:58:54 +01:00
Lord Hepipud
5e0ca2e8ad
Adds feature to open an Icinga Shell as other user
2020-10-30 15:11:01 +01:00
Lord Hepipud
4bc03b6bfa
Fixing value overflow for Convert-Bytes
2020-10-30 09:56:33 +01:00
Yonas Habteab
06aad754a7
Compare current time with DateTime object
2020-10-29 15:33:55 +01:00
Lord Hepipud
082fc18555
Adds support to ignore empty check packages
2020-10-15 15:19:55 +02:00
Lord Hepipud
744e21b2c7
Fix crash on background checks on perf data cache
2020-10-01 16:49:58 +02:00
Lord Hepipud
854b7fd997
Fixes uncatched invisible output
2020-09-15 15:46:33 +02:00
Lord Hepipud
d2a51495b2
Fixes MSSQL error handling on Integrated Security
2020-09-15 15:41:20 +02:00
Lord Hepipud
f676e51ade
Sets next version to v1.3.0
2020-08-29 08:01:21 +02:00
Lord Hepipud
dc863d7f09
Updates release date for v.1.2.0
2020-08-28 22:31:11 +02:00
Lord Hepipud
e2d58ba182
Adds Windows Terminal integration
2020-08-28 15:24:48 +02:00
Lord Hepipud
000ab6e12e
Improves msg for permssion error on CIM/WMI access
2020-08-26 13:38:05 +02:00
Lord Hepipud
88048dc0a0
Adds function to fetch help of Performance Counter
2020-08-22 15:11:54 +02:00
Lord Hepipud
2e2cc3e604
Merge pull request #104 from Icinga:fix/perfdata_values_output
...
Fix perf data output on variable overflow
This will resolve the issue on performance data being printed like "6.3E-05" and causing wrong metrics and errors within the log files
2020-08-21 11:16:14 +02:00
Lord Hepipud
edee954cf4
Improves Performance Counter docs and features
2020-08-20 14:28:11 +02:00
Lord Hepipud
044ba4bf03
Fix perfdata value output on variable overflow
2020-08-20 10:13:09 +02:00
Lord Hepipud
564711c1b6
Improves plugin output on verbosity levels
...
Fixes #99
2020-08-13 17:54:00 +02:00