diff options
-rw-r--r-- | sos/plugins/system.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sos/plugins/system.py b/sos/plugins/system.py index 73becd5e..af31220e 100644 --- a/sos/plugins/system.py +++ b/sos/plugins/system.py @@ -30,4 +30,10 @@ class system(Plugin, RedHatPlugin): "/etc/ntp.conf", "/etc/ntp/step-tickers", "/etc/ntp/ntpservers"]) + self.addForbiddenPath( + "/proc/sys/net/ipv8/neigh/*/retrans_time") + self.addForbiddenPath( + "/proc/sys/net/ipv6/neigh/*/base_reachable_time") + self.collectExtOutput("/usr/bin/crontab -l") + |