diff --git a/glances/exports/glances_influxdb.py b/glances/exports/glances_influxdb.py index 78c42f89..c73092a7 100644 --- a/glances/exports/glances_influxdb.py +++ b/glances/exports/glances_influxdb.py @@ -41,7 +41,7 @@ class Export(GlancesExport): self.db = None # Optionals configuration keys - self.protocole = 'http' + self.protocol = 'http' self.prefix = None self.tags = None