Lord Hepipud
0a09c4f388
Fixes null exception on GetBaseThresholdArguments
2021-07-05 17:50:37 +02:00
Lord Hepipud
9f423d060f
Fixes service daemon not working with arguments
2021-07-01 15:41:15 +02:00
Lord Hepipud
0ca98758fc
Fixes input value decimal conversion
2021-06-04 13:25:27 +02:00
Lord Hepipud
7039cec560
Fixes string build creation on old windows systems
2021-06-04 13:21:26 +02:00
Lord Hepipud
2009fa9340
Fixes StackOverflowException
2021-05-31 18:55:40 +02:00
Lord Hepipud
16d2677c4f
Fixes array handling for checks
2021-05-31 17:51:13 +02:00
Lord Hepipud
e840d81148
Ensure numbers are printed as numeric with .
2021-05-31 15:58:42 +02:00
Lord Hepipud
eb81a12963
Fix double colon if added by check
2021-05-31 15:39:52 +02:00
Lord Hepipud
6537277d89
Fix perf data to add maximum if set only
2021-05-31 15:24:53 +02:00
Lord Hepipud
28b78c1ec1
Adds first handling for Framework link speeds
2021-05-29 14:27:03 +02:00
Lord Hepipud
f9012f3094
Fixes colon at package message and on no message
2021-05-29 12:57:41 +02:00
Lord Hepipud
050461d802
Fixes an issue with input value decimal conversion
2021-05-29 11:33:44 +02:00
Lord Hepipud
8c48ed570b
Fixes perfdata not written for unprocessed checks
2021-05-29 11:20:10 +02:00
Lord Hepipud
f6480e37c6
Fixes numeric converison to comparing thresholds
2021-05-29 10:55:56 +02:00
Lord Hepipud
e63bf3cbea
Fixes header summary, no longer counts hidden
2021-05-28 23:50:54 +02:00
Lord Hepipud
71f54b29e7
Merge branch 'master' into feature/rewrite_exception_handler
2021-05-28 21:08:17 +02:00
Lord Hepipud
42626dab45
Rewrite exception handler
2021-05-28 21:06:33 +02:00
Lord Hepipud
a9126ce402
Re-Write execution of checks
2021-05-28 20:08:23 +02:00
Lord Hepipud
476de7d9cc
Merge pull request #254 from Icinga/bugfix/make-exception-enums-not-plugin-specific
...
Bugfix: Make exception enums not plugin specific
2021-05-22 10:41:39 +02:00
Yonas Habteab
581e0d1a56
Make exception enums not plugin specific
2021-05-21 17:51:59 +02:00
Lord Hepipud
47203d39c5
Feature: Inform the user if plugins are executed which are not meeting dependency requirements
...
Fixes #250
2021-05-21 11:02:51 +02:00
Lord Hepipud
01b39ea514
Supress other messages then plugin output
2021-05-19 09:19:43 +02:00
Lord Hepipud
41f8b2a7e5
Adds stacktrace for plugin runtime error
2021-05-07 14:34:39 +02:00
Lord Hepipud
48d2249605
Adds support to allow custom exception lists
2021-04-28 09:44:40 +02:00
Lord Hepipud
637d06e05d
Fix memory leak on background service daemon
2021-03-10 07:52:55 +01:00
Lord Hepipud
e7c341e30a
Fix wrong plugin not installed unknown checkresult
2021-03-01 12:07:57 +01:00
Lord Hepipud
7b847bdb78
Adds experimental feature for internal API checks
2021-02-24 12:49:37 +01:00
Lord Hepipud
b6da72b2b4
Adds feature to customize label for checks
2021-02-23 13:46:52 +01:00
Lord Hepipud
b9eca3a259
Fix background service daemon; fix memory leak
2021-02-23 10:58:03 +01:00
Lord Hepipud
b5d518dff9
Use non-shared globals for check results
2021-02-22 16:54:39 +01:00
Lord Hepipud
116e6097b8
Prefer starttype of services fetching over WMI
2021-01-29 11:54:26 +01:00
Lord Hepipud
b3f0b1cad0
Fixes wrong user group for Performance Counter
2021-01-15 16:51:52 +01:00
Lord Hepipud
478d8f3566
Fixes exception output not properly constructed
2020-11-27 16:52:24 +01:00
Lord Hepipud
157e387324
Fixes Windows Updates permission exception; Add KB
2020-11-27 16:40:36 +01:00
Lord Hepipud
3e5fe3d4f5
Adds support for knowledge base id on exceptions
2020-11-24 12:09:34 +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
Lord Hepipud
49d9c6000d
Adds generic Cmdlet to convert Icinga Thresholds
2020-11-03 13:39:13 +01:00
Lord Hepipud
082fc18555
Adds support to ignore empty check packages
2020-10-15 15:19:55 +02:00
Philipp Dorschner
bab67784fa
Adds MSSQL connector
2020-08-28 09:10:23 +02:00
Lord Hepipud
eb34f2a880
Adds exception message for Windows Updates
2020-08-27 23:52:34 +02:00
Lord Hepipud
a7c0c53ba0
Adds exception for missing Perf Counter category
2020-08-27 23:02: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
564711c1b6
Improves plugin output on verbosity levels
...
Fixes #99
2020-08-13 17:54:00 +02:00
Christian Stein
47272bd243
Fixes permission error on EventLog registration by printing proper error message
...
Fixes #81
2020-08-06 19:06:59 +02:00
Christian Stein
da5ee1b8b7
Improves error handling for Framework initialising and plugin execution
...
Fixes #95
2020-08-06 17:46:29 +02:00
Christian Stein
3e5a97d52b
Fix assignment indentation for variables/objects
2020-08-04 15:13:04 +02:00
Christian Stein
ac02ec7e3e
Fixes various code stylings, whitespaces, line handling, and so on
2020-08-04 14:48:32 +02:00
Lord Hepipud
dce7789d91
Adds WMI/CIM wrapper permission error and WMI code handling
...
Implements #80
2020-07-27 12:38:57 +02:00
Lord Hepipud
64a7724340
Adds wrapper for WMI and CIM fetching with error handling
...
Implements #80
2020-07-27 11:32:36 +02:00
Lord Hepipud
6304e0b1b7
Adds return of own object for setter functions for checks
2020-05-29 18:35:41 +02:00