Commit Graph

89 Commits (8417de5756ab921863e7a7b8e4f3ca166e2e8ac7)
 

Author SHA1 Message Date
Ruakij 8417de5756 Extract checks with if-statements 3 years ago
Ruakij 54eadf3bc3 Fixed Regex codesmells 3 years ago
Ruakij e39ebaac23 Fixed Regex codesmell 3 years ago
Ruakij 54d627d469 Fix typo 3 years ago
Ruakij ca3c37be0f Activating strict-mode 3 years ago
Ruakij 96b52e63a0 Add exit-handler with error-detection 3 years ago
Ruakij 3c5e941cba Creating & Attaching streams / Error-logger 3 years ago
Ruakij a468d7a57b Start tcpdump process 3 years ago
Ruakij 4ad5eba7e0 Change tag-srtting to recursive by field
This will properly set e.g. arrays
3 years ago
Ruakij 2646c9787e Changed key-checking to value-checking
This includes e.g. gettings, originally not included in keys
3 years ago
Ruakij 873f00b21b Remove deleting point and rename point to something useable 3 years ago
Ruakij 271554719e Remove wrong hint 3 years ago
Ruakij e18de63d7c Revert "Move catch into then-onRejected to fix resolving then anyways."
This reverts commit 2356040572.
3 years ago
Ruakij 2356040572 Move catch into then-onRejected to fix resolving then anyways. 3 years ago
Ruakij b0bbf0c71a Fixed wrong option-subname 3 years ago
Ruakij 37b78e7373 Fixed wrong logging-mode used 3 years ago
Ruakij c5e1bb4c64 Added info-log "ok" 3 years ago
Ruakij 3c29ed2000 Implemented CheckWriteApi by writing and then deleting a TestPoint 3 years ago
Ruakij ddf39b9433 Fixed require 3 years ago
Ruakij 3a927688d0 Changed fatal to error and added error handling to promise catch in main 3 years ago
Ruakij c51cfc1b14 Fixed missing require 3 years ago
Ruakij e1b2a7e016 Added influx checkBucket 3 years ago
Ruakij fc5900b0ba Added influx checkHealth 3 years ago
Ruakij 354ca32a61 Merge branch 'dev' into f_influx-checks 3 years ago
Ruakij d10e9bb2c6 Create influx-client 3 years ago
Ruakij 44cd3288cf Fixed stram not being in object-mode 3 years ago
Ruakij 3af4bb7cc6 Fixed wrong push 3 years ago
Ruakij 2a662e0bd1 Changed constructor to take influxDb 3 years ago
Ruakij d7a9530b68 Cleaned up Promise 3 years ago
Ruakij 7de2250983 Added client-apis 3 years ago
Ruakij bb3d843895 Fixed wrong joining 3 years ago
Ruakij 9472ed9198 Fix wrong usage of join()
Default splitter is ',' but we want nothing
3 years ago
Ruakij dcd0ce8111 Added lib string-argv to extract bin and args from cmd 3 years ago
Ruakij 1a9ced0bb8 Changed exec to only wrap spawn 3 years ago
Ruakij d77e3f8844 Fixed naming 3 years ago
Ruakij e715cc1cac Removed unused env-vars for now 3 years ago
Ruakij cf1b300f6a Changed documentation to remarks section 3 years ago
Ruakij 450f162cda Implemented InfluxPointWriter for writing into influx with stream 3 years ago
Ruakij 7ebcf573b9 Implemented stream to transform packets to datapoints 3 years ago
Ruakij 38985ea9e2 Remove debug-logging for now 3 years ago
Ruakij 1976838d8a Remove unecessary properties 3 years ago
Ruakij a1ce7a848b Replaced MoreData and isRetry with flags 3 years ago
Ruakij 21e4ff1a66 Removing frameCheckSequence from packets 3 years ago
Ruakij 25297ed4d9 Fixed data-regex 3 years ago
Ruakij 68541b1191 Added check for NoData-Packet 3 years ago
Ruakij 7bc5a3530c Made keyInfo vars const 3 years ago
Ruakij d0ee1a7044 Fixed gtter payloadSize 3 years ago
Ruakij 57394882cc Implemented reading keyExchangeData and determining handshake-number 3 years ago
Ruakij b41d728ba9 Fixed missing export 3 years ago
Ruakij d6135a02e9 Fixed regex 3 years ago