Having Problems with MSSQL Plugins for Telegraf

HI

I have tried to add the following to the telegraph.conf file but the service will not start.

[[inputs.sql]]
driver = “sqlserver”
dsn = “sqlserver://grafana:password@sql-server/PCA?database=HUBS&connection+timeout=30”
[[inputs.sql.query]]
query=“Select count(*) from hubs.dbo.SalesforceQueue”

I am new to this, so maybe it there is a basic error here. I have tried to follow the guidelines from here:

Regards

Hi!

Can you share the error message you receive when trying to start telegraf?

Thanks!

HI

Its a live server so it just stops. Then I need to turn it back on as asap.

I am building another server, maybe can use that to test.

Regards