1 Title: ps.perf: Fixed incomplete counter cleanup routine, leading to ever-growing counter state files
11 The ps check regularly creates counter values with dyamic names and save them into the counter state file.
12 There is a cleanup routine which removes outdated counters.
14 This cleanup routine failed at cleaning up counter values from the deprecated ps.perf check.
15 As a result the check counters file did steadily grow. This has been fixed. The cleanup now also
16 checks for outdated ps.perf counters.