procfs icon indicating copy to clipboard operation
procfs copied to clipboard

Added fips.go for fips_enabled status parsing

Open adidiborg opened this issue 2 years ago • 2 comments

Hi

Added fips_enabled status parsing from /proc/sys/crypto/fips_enabled. Had created a pull request earlier in prometheus/node_exporter repo but as per @discordianfish parsing needs to be from this repository. PR Link - https://github.com/prometheus/node_exporter/pull/2313

make test had no issues, if anything else needed let me know.

Signed-off-by: Aditya Borgaonkar [email protected]

adidiborg avatar Apr 12 '22 04:04 adidiborg

Thanks, can you rename it to crypto(_test).go? Beside that, you need to sign off the commit and use gofmt to format your code (that's why circleci failed)

discordianfish avatar Apr 14 '22 09:04 discordianfish

@adidiborg Are you still interested in getting this merged? Then please rebase and sign-off the commits.

discordianfish avatar Jul 25 '22 16:07 discordianfish

This appear stale. Please re-open after fixing the issues.

SuperQ avatar May 22 '23 09:05 SuperQ