From 924864f9d0ae347e0196f3d17ffc641b7562125f Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 26 Apr 2020 16:36:45 +0200 Subject: [PATCH] Asymetric, cluttered configuration: Some options only accessible via CLI or keyboard or config file #1650 (correct IRQ) --- glances/plugins/glances_irq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/plugins/glances_irq.py b/glances/plugins/glances_irq.py index 243dd61a..7f666df7 100644 --- a/glances/plugins/glances_irq.py +++ b/glances/plugins/glances_irq.py @@ -90,7 +90,7 @@ class Plugin(GlancesPlugin): # Only available on GNU/Linux # Only process if stats exist and display plugin enable... - if not LINUX or not self.stats or not self.args.enable_irq: + if not LINUX or not self.stats or self.is_disable(): return ret # Max size for the interface name