Oleksandr Nosenko

Results 3 comments of Oleksandr Nosenko

I will take it over. With the recently added severity levels it should work well. Icinga has UNKNOWN, OK, WARNING, CRITICAL states for any check. testssl will send a state...

**Question to our bash pros:** original code to run checks: ``` $do_heartbleed && { run_heartbleed; ret=$(($? + ret)); } $do_ccs_injection && { run_ccs_injection; ret=$(($? + ret)); } $do_renego && {...

> From the architectural point I would say that we first decide whether this is a good approach. It has turned out in a not simple task, i would said....