Regularly scraping nlbwmon and pushing data to influxDB?

I'd like to push traffic data from nlbwmon to a InfluxDB instance I have running on the network. Is that possible?

nlbwmon writes data periodically into a rrd. Anyway to get it to do soemthing different with that data? Like send to MQTT instead or curl to InfluxDB?

You can use the nlbw command to dump the stats in JSON or CSV format, I guess if you pipe that to wget or curl you can simply post to your ingestion endpoint.