Writing terminal output from slurm sacct command into influxdb using curl post?

136 Views Asked by At

I need to send the data that the slurm sacct command provides into influxdb using the curl command. I continuously get a

400 cannot parse error

returned from influx.

1

There are 1 best solutions below

0
Steephen On

400 error code means, you sent a request that InfluxDB server could not understand. Check your command. Refer some successful stories around here to find something to learn.