Commit graph

891 commits

Author SHA1 Message Date
Lord Hepipud
977ca3c37d Improved performance for CPU plugin execution with digit detection 2019-09-16 18:02:41 +02:00
Lord Hepipud
41b10c69dd Improved performance for CPU plugin execution with digit detection 2019-09-16 18:02:41 +02:00
Lord Hepipud
2ffeeb26d8 Improved performance for CPU plugin execution with digit detection 2019-09-16 18:02:41 +02:00
Lord Hepipud
66d007f476 Replaced 0 with space for digits and auto added spacing 2019-09-16 17:59:12 +02:00
Lord Hepipud
5c683d95b2 Replaced 0 with space for digits and auto added spacing 2019-09-16 17:59:12 +02:00
Lord Hepipud
a96347e54f Replaced 0 with space for digits and auto added spacing 2019-09-16 17:59:12 +02:00
Lord Hepipud
c27df29aeb Extended digit format with custom symbol 2019-09-16 17:53:29 +02:00
Lord Hepipud
912f12dc1e Extended digit format with custom symbol 2019-09-16 17:53:29 +02:00
Lord Hepipud
b92d3004b9 Extended digit format with custom symbol 2019-09-16 17:53:29 +02:00
Lord Hepipud
60e7a52986 Added tool function to increase digit count
* Added new function Format-IcingaDigitCount to fill digits with leading 0 depending on missing values
* Added this function to CPU check
2019-09-16 17:32:25 +02:00
Lord Hepipud
1597b0afcf Added tool function to increase digit count
* Added new function Format-IcingaDigitCount to fill digits with leading 0 depending on missing values
* Added this function to CPU check
2019-09-16 17:32:25 +02:00
Lord Hepipud
423791750a Added tool function to increase digit count
* Added new function Format-IcingaDigitCount to fill digits with leading 0 depending on missing values
* Added this function to CPU check
2019-09-16 17:32:25 +02:00
Lord Hepipud
eecf27782e Fixed default value for Verbose argument on Config generation 2019-09-16 17:02:13 +02:00
Lord Hepipud
4c0520aad0 Fixed default value for Verbose argument on Config generation 2019-09-16 17:02:13 +02:00
Lord Hepipud
0fed0f938c Fixed default value for Verbose argument on Config generation 2019-09-16 17:02:13 +02:00
Lord Hepipud
d3a84d2e67 Fixed Verbose Argument duplication and DataList type 2019-09-16 16:31:15 +02:00
Lord Hepipud
f8b4472375 Fixed Verbose Argument duplication and DataList type 2019-09-16 16:31:15 +02:00
Lord Hepipud
9c2a65a9ad Fixed Verbose Argument duplication and DataList type 2019-09-16 16:31:15 +02:00
Lord Hepipud
fae69a3e69 Improved Check-Command Config generation
* Switch arguments will now use boolean data types in Director
* Fixed an issue for Check Commands with integrated help, as arguments were not rendered properly
* Fixed an issue on datafield ID lookup and assigning
* Fixed an issue with assigning default values
2019-09-16 15:33:57 +02:00
Lord Hepipud
8de1fdf8ef Improved Check-Command Config generation
* Switch arguments will now use boolean data types in Director
* Fixed an issue for Check Commands with integrated help, as arguments were not rendered properly
* Fixed an issue on datafield ID lookup and assigning
* Fixed an issue with assigning default values
2019-09-16 15:33:57 +02:00
Lord Hepipud
f7a80cc477 Improved Check-Command Config generation
* Switch arguments will now use boolean data types in Director
* Fixed an issue for Check Commands with integrated help, as arguments were not rendered properly
* Fixed an issue on datafield ID lookup and assigning
* Fixed an issue with assigning default values
2019-09-16 15:33:57 +02:00
Lord Hepipud
516b915472 Fixed methods_execute variable naming 2019-09-16 12:06:05 +02:00
Lord Hepipud
9cd97fbbd9 Fixed methods_execute variable naming 2019-09-16 12:06:05 +02:00
Lord Hepipud
ef736beca6 Fixed methods_execute variable naming 2019-09-16 12:06:05 +02:00
Lord Hepipud
10001cc84d Fixed invalid entry_value key name 2019-09-16 12:02:38 +02:00
Lord Hepipud
d632b4ada0 Fixed invalid entry_value key name 2019-09-16 12:02:38 +02:00
Lord Hepipud
865c94fc6c Fixed invalid entry_value key name 2019-09-16 12:02:38 +02:00
Lord Hepipud
10fdea7660 Added note to restart service for permission changes 2019-09-16 11:27:09 +02:00
Lord Hepipud
203537da2b Added note to restart service for permission changes 2019-09-16 11:27:09 +02:00
Lord Hepipud
02ca9367c4 Added note to restart service for permission changes 2019-09-16 11:27:09 +02:00
Lord Hepipud
f5269014b1 Added first draft to create new CheckCommands over CLI 2019-09-14 16:14:24 +02:00
Lord Hepipud
49932ac17c Added first draft to create new CheckCommands over CLI 2019-09-14 16:14:24 +02:00
Lord Hepipud
bee9b0a1c1 Added first draft to create new CheckCommands over CLI 2019-09-14 16:14:24 +02:00
Lord Hepipud
ccca2e591f Added missing exception definitions 2019-09-14 16:12:59 +02:00
Lord Hepipud
7d533513cb Added missing exception definitions 2019-09-14 16:12:59 +02:00
Lord Hepipud
5fa812a7a1 Added missing exception definitions 2019-09-14 16:12:59 +02:00
Lord Hepipud
49dc3849e5 Improved exception handling on a more global state 2019-09-14 16:12:24 +02:00
Lord Hepipud
96284f07a3 Improved exception handling on a more global state 2019-09-14 16:12:24 +02:00
Lord Hepipud
cf158dd3e8 Improved exception handling on a more global state 2019-09-14 16:12:24 +02:00
Lord Hepipud
2c96a60e6d Fixed and improved Perf Data handling
* Added proper sorting for checks, packages and check results by name
* Fixed perf data formating to be supported by Icinga 2
* Fixed label naming by removing all invalid characters
* Fixed displaying of values by rounding to 2 digits on floats
2019-09-13 20:44:15 +02:00
Lord Hepipud
88c12ad240 Fixed and improved Perf Data handling
* Added proper sorting for checks, packages and check results by name
* Fixed perf data formating to be supported by Icinga 2
* Fixed label naming by removing all invalid characters
* Fixed displaying of values by rounding to 2 digits on floats
2019-09-13 20:44:15 +02:00
Lord Hepipud
d1b30c77ae Fixed and improved Perf Data handling
* Added proper sorting for checks, packages and check results by name
* Fixed perf data formating to be supported by Icinga 2
* Fixed label naming by removing all invalid characters
* Fixed displaying of values by rounding to 2 digits on floats
2019-09-13 20:44:15 +02:00
Lord Hepipud
7d5a1b786e Fixed arguments to properly work on all Windows environments 2019-09-13 19:16:19 +02:00
Lord Hepipud
e422cacb9d Fixed arguments to properly work on all Windows environments 2019-09-13 19:16:19 +02:00
Lord Hepipud
580b99b444 Fixed arguments to properly work on all Windows environments 2019-09-13 19:16:19 +02:00
Lord Hepipud
2172ce2506 Added first draft for permission exception handling 2019-09-13 19:04:27 +02:00
Lord Hepipud
07efed717c Added first draft for permission exception handling 2019-09-13 19:04:27 +02:00
Lord Hepipud
b34f539d01 Added first draft for permission exception handling 2019-09-13 19:04:27 +02:00
Lord Hepipud
806e6909e2 Merge branch 'testing' of https://github.com/LordHepipud/icinga-module-windows into testing 2019-09-13 17:04:09 +02:00
Lord Hepipud
bcfd6b20b9 Merge branch 'testing' of https://github.com/LordHepipud/icinga-module-windows into testing 2019-09-13 17:04:09 +02:00