From c572ed0914fb26e59410e4a69242a5250a13e79f Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Fri, 1 Sep 2017 16:58:31 +0200 Subject: [keyutils] collect /proc/key-users Collect quota information and stats of users with a key on the system. Resolves: #1085 Signed-off-by: Pavel Moravec --- sos/plugins/keyutils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sos/plugins/keyutils.py b/sos/plugins/keyutils.py index 54901499..966e83eb 100644 --- a/sos/plugins/keyutils.py +++ b/sos/plugins/keyutils.py @@ -29,7 +29,8 @@ class Keyutils(Plugin, RedHatPlugin): def setup(self): self.add_copy_spec([ "/etc/request-key.conf", - "/etc/request-key.d" + "/etc/request-key.d", + "/proc/key-users" ]) self.add_cmd_output("keyctl show") -- cgit