inqrphl

Results 9 issues of inqrphl

- add error types to the helper functions of check_drivesize - use error types and typecasting to see if no drives are found - return OK state if no drives...

Also changed the name for RequestHandler, previously it was only using the binding address. Append that to the module name instead of directly replacing. The binding address is still accessible...

This check uses the smartctl executable installed in systems. The smartctl tool has the capability to print out json based outputs. ## Smartctl Outputs I could not find certain schemas...

This check reads the /proc/interrupts file , parses it and puts each interrupt count in its own entry. An interrupt is identified by a number or by an acronym. After...

There might be a better place to put the transformation function to. Additionally, I save checks where I can perform time keyword transformations in a map. If there is an...

add proxy argument that useing the -x and --proxy argument. add it to the static curl config struct, command usage and help outputs of the cli. parse these argument together...

check_curl

Check the UriUriA object, and if query string exists append it to the new_url. Function redir parses the new location header value using the uriParseUriA function already, which populates the...

check_curl

We investigated a case where machineA uses check_curl to read some information from machineB, while using machineP as a proxy. This fails since machineA tries to resolve machineB hostname when...

check_curl

Tested on a local build with the latest commit: fd42290d4a0aafd0d3c154cdd8fad53bfcc79046 During migration from check_http to check_curl, I found out that the results do not match for some checks with a...

check_curl