Send data from telegraf to other server with InfluxDB

I am trying to get a apache server to send server-status via telegraf to a different server running influxdb but the data does not show up in the influxdb, I see the post in the log: [httpd] xx.xx.xx.xx - - [09/Jan/2020:08:34:30 -0600] “POST /write?db=telegraf HTTP/1.1” 204 0 “-” “telegraf” 252c8060-32ed-11ea-84fc-005056bf3198 13892 but the data doesn’t show up in the telegraf db apache table, what am I missing?

figured it out… the apache url needed to be locahost/server-status?auto for it to actually send any data