mirror of https://github.com/nicolargo/glances.git
Correct an issue with Wifi Alert following implementation of action for all plugins
This commit is contained in:
parent
728b36a8c9
commit
0ae24bade0
|
|
@ -136,7 +136,7 @@ class WifiPlugin(GlancesPluginModel):
|
|||
wifi_stats = f.readline()
|
||||
return ret
|
||||
|
||||
def get_alert(self, value):
|
||||
def get_alert(self, value, header=None, action_key=None, log=False):
|
||||
"""Overwrite the default get_alert method.
|
||||
|
||||
Alert is on signal quality where lower is better...
|
||||
|
|
|
|||
Loading…
Reference in New Issue