Compare commits

..

No commits in common. "41b2caecb38e1758d34934b429a812109ab679bc" and "39350932a48f791e1bd6443d19924eb9417053ca" have entirely different histories.

View File

@ -60,7 +60,7 @@ if(errorMsg){
logger.debug("Get WriteApi & set default-hostname to", `'${env.HOSTNAME}'`);
const influxWriteApi = influxDb.getWriteApi(env.INFLUX_ORG, env.INFLUX_BUCKET, "us");
influxWriteApi.useDefaultTags({"hostname": env.HOSTNAME});
influxWriteApi.useDefaultTags("hostname", env.HOSTNAME);
logger.info("Influx ok");
logger.info("Starting tcpdump..");