Commit graph

63 commits

Author SHA1 Message Date
Lord Hepipud
6005a6203f Add missing IcingaSevices Cmdlet 2019-11-03 16:15:46 +01:00
Lord Hepipud
0a9f24f663 Add function to combine web Urls properly 2019-11-02 14:48:44 +01:00
Lord Hepipud
792ba86955 Fixes repo links and namings 2019-10-31 17:24:30 +01:00
Crited
cee8ef178a Convert-Bytes returns hash with former and current unit 2019-10-31 09:43:13 +01:00
Lord Hepipud
c257beab9b Improved basket check command config generator
* Add support for dynamic list creation
* Fixes plenty of static code definitions
2019-10-30 18:19:08 +01:00
Lord Hepipud
fcce0f4fb1 Fixes Unix time by always using UTC 2019-10-30 17:57:36 +01:00
Lord Hepipud
70855ea0fb Fixes time span date output 2019-10-30 17:53:57 +01:00
Lord Hepipud
9876e509c8 Fixes spacing for checks within check packages 2019-10-30 17:53:31 +01:00
Crited
f3c2d2a9d5 Reverse thresholds for memory 2019-10-30 14:44:44 +01:00
Crited
57df8e1424 Add Conversion for both IEC and SI Byte-Suffix (10^X & 2^X) 2019-10-30 13:52:37 +01:00
Crited
af76cd2a28 Generic Conversion for Bytes 2019-10-29 16:08:27 +01:00
Crited
401d08f66f Documentation skeletons and actual documentation 2019-10-29 11:34:59 +01:00
Lord Hepipud
de6328139f Fixes filtering of 'core' plugin argument 2019-10-29 09:08:44 +01:00
Crited
cfb6d9f5a0 Add Set-NumericNegative Tool; Seperate Directory check into provider, change directory check from date to relative (20d) 2019-10-29 09:01:38 +01:00
Lord Hepipud
18c060cc4d Add tool function to close and flush TCP connections 2019-10-22 20:05:43 +02:00
Lord Hepipud
47417223f9 Add support to test for available functions 2019-10-22 19:19:57 +02:00
Lord Hepipud
a00f2aeda5 Added Icinga Service and Service permission management 2019-10-17 22:51:12 +02:00
Lord Hepipud
a13a706e14 Added SecureString convertion functions 2019-10-17 09:57:16 +02:00
Lord Hepipud
76479880a6 Fixed duplicate '__' in Perf Data output 2019-10-07 16:30:55 +02:00
Lord Hepipud
5acbb52575 Added helper function to test for administrative shell 2019-10-07 00:06:15 +02:00
Lord Hepipud
6900a1694f Added proper support for custom plugins / lib elements 2019-10-07 00:04:30 +02:00
Lord Hepipud
1550d2b4ae Added help funtion to test for PSObjects members 2019-10-06 16:56:24 +02:00
Lord Hepipud
887c5511d5 Added helper functions for Arrays and Hashtables 2019-10-05 21:51:39 +02:00
Lord Hepipud
b3ac481904 Added missing tool function to start processes 2019-09-30 00:34:01 +02:00
Lord Hepipud
3b9f66d679 Added tool function to split IP and Port from strings 2019-09-29 18:18:31 +02:00
Lord Hepipud
64a5054108 Added tool function to get Unix Time 2019-09-28 21:47:44 +02:00
Lord Hepipud
3ec2f44fed Added more details for new Check Plugin Command as starting point 2019-09-25 20:18:27 +02:00
Lord Hepipud
089ad30171 Added exit statement for command execution 2019-09-25 20:02:42 +02:00
Lord Hepipud
9d4254158a Improved Check-Command config by adding a Base Command 2019-09-25 19:56:05 +02:00
Lord Hepipud
dbbb440eac Removed debug output for New-CheckCommand Cmdlet 2019-09-25 19:55:27 +02:00
Lord Hepipud
289b1a1ed5 Ensured custom_vars Variable Part is always identical 2019-09-25 19:30:02 +02:00
Lord Hepipud
90d9eed8ef Fixed issue on opening new check commands with default Editor 2019-09-19 16:22:05 +02:00
Lord Hepipud
b92d3004b9 Extended digit format with custom symbol 2019-09-16 17:53:29 +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
0fed0f938c Fixed default value for Verbose argument on Config generation 2019-09-16 17:02:13 +02:00
Lord Hepipud
9c2a65a9ad Fixed Verbose Argument duplication and DataList type 2019-09-16 16:31:15 +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
ef736beca6 Fixed methods_execute variable naming 2019-09-16 12:06:05 +02:00
Lord Hepipud
865c94fc6c Fixed invalid entry_value key name 2019-09-16 12:02:38 +02:00
Lord Hepipud
bee9b0a1c1 Added first draft to create new CheckCommands over CLI 2019-09-14 16:14:24 +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
782897be93 Merge branch 'testing' of https://github.com/LordHepipud/icinga-module-windows into testing 2019-09-13 17:04:09 +02:00
Crited
3f0721f7eb Fixed codestyling 2019-09-13 16:24:30 +02:00
Crited
81589fa910 Added missing description for documented plugin arguments 2019-09-13 16:23:34 +02:00
Crited
0a99db36ef Fixed Codestyling 2019-09-13 16:01:46 +02:00
Crited
ac061edaac Used Icinga-DSL for array-arg splitting 2019-09-13 15:59:22 +02:00
Crited
d7fdeba915 Moved Get-IcingaCheckCommandConfig.psm1 to intended directory 2019-09-13 11:46:09 +02:00
Lord Hepipud
2f874fa4d2 Added Tool-Function to get Sha1 from String elements 2019-09-10 09:38:35 +02:00
Lord Hepipud
c6ae93cb7b Added function to convert seconds to runtime 2019-08-20 17:01:20 +02:00
Lord Hepipud
5791dbeddd Extended Second conversion with Icinga threshold handling 2019-08-20 16:31:07 +02:00