diff --git a/systemd-env-hbase-exporter.j2 b/systemd-env-hbase-exporter.j2 index eda9610..7ec1f20 100644 --- a/systemd-env-hbase-exporter.j2 +++ b/systemd-env-hbase-exporter.j2 @@ -1,6 +1,6 @@ EXPORT_REFRESH_RATE="{{ hbase_exporter_refresh_rate }}" HBASE_HOST="{{ hbase_exporter_hbase_host }}" -HBASE_TABLE_NAME="{{ hbase_exporter_hbase_tablename }}" +HBASE_TABLE="{{ hbase_exporter_hbase_tablename }}" HBCK_REFRESH_RATE="{{ hbase_exporter_hbck_refresh_rate }}" ZOOKEEPER_SERVER_1="{{ zookeeper_server_1 }}" ZOOKEEPER_SERVER_2="{{ zookeeper_server_2 }}"