You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use docker-compose to run this image, but the error is as followed:
time="2022-05-10T07:07:42Z" level=fatal msg="error parsing file "/sybase.yaml": open /sybase.yaml: no such file or directory" source="dbms_exporter.go:474"
I have worked out the last question, but the new issue is :
"Error opening connection to freetds database: dbopen error\nMsg 20002, Level 9\nAdaptive Server connection failed
Please give me some suggestion, thanks a lot.
I use docker-compose to run this image, but the error is as followed:
time="2022-05-10T07:07:42Z" level=fatal msg="error parsing file "/sybase.yaml": open /sybase.yaml: no such file or directory" source="dbms_exporter.go:474"
docker-compose:
sybase_exporter:
image: ncabatoff/dbms_exporter
ports:
- 5001:5001
environment:
- DATA_SOURCE_NAME="compatibility_mode=sybase;user=sa;pwd=password;server=192.168.10.143:5000" -driver freetds -queryfile sybase.yaml
command:
-queryfile /sybase.yaml
-driver freetds
Hoping your answers sincerely. Thanks.
The text was updated successfully, but these errors were encountered: