solomon-s-b

Results 5 issues of solomon-s-b

Exercise 2 in chapter 3 line 7 should be: `pay = hours * rate + (hours - 40) * rate * 0.5` instead of: `pay = hours * rate +...

If we type 'done' as the first input, the program will crash with a "ZeroDivisionError". ``` Traceback (most recent call last): File "readnumbers.py", line 15, in average = total /...

It will print a 'B' if we put 0.9, a 'C' if we put 0.8, a 'D' if we put 0.7 and an 'F' if we put 0.6. Therefore, Exercise...

Fix miab-munin.conf filter not capturing HTTP/2.0 #2358

It appears that the filter.d/miab-munin.conf doesn't catch all failed login attempts to *https://box.domain.tld/admin/munin* because it only looks for HTTP/1.1 which leaves out HTTP/2.0. I updated the filter as follow, so...