烂泥行天下

Results 53 comments of 烂泥行天下

@mrlhansen Thank you very much for your reply. After I followed what you said, I found that it didn't work. Look at the picture below: ![1](https://github.com/mrlhansen/idrac_exporter/assets/5058391/b783dc2d-258e-46d4-89e8-426ab1e15563)

> I think I have the solution now. In the panel on the right hand side, under "Text mode" use "Name". ![image](https://private-user-images.githubusercontent.com/31279460/333808140-ab03bff4-55b8-4971-a892-97d8e4f3ba8d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTY2ODQyOTYsIm5iZiI6MTcxNjY4Mzk5NiwicGF0aCI6Ii8zMTI3OTQ2MC8zMzM4MDgxNDAtYWIwM2JmZjQtNTViOC00OTcxLWE4OTItOTdkOGU0ZjNiYThkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MjYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTI2VDAwMzk1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZiYWViMjZjZThhNGUyNjQ5MmZhNTcxMDRlNjRlNzkzYjNhNWRiODU4NjMwYjc0NGU1ODQ3NGQzMzVmM2JjOWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.82pmJniJoYSUFRIVfzBirzY6-ymOFss6mkcTWHOTzQM) Wow, you are so handsome. This can indeed...

hope it will be ready in 2.5

@jkroepke I very much look forward to this PR being merged into the main branch.

> Hi, @ilanni2460 > > sorry, i would like to keep the image size small, please use your Dockerfile based on this if you can > > i think i...

> 1. I hope that's not your real username / password > > 2. Can you replicate it in just a simple Go file with `sqlx` and your connection string?...

` package main import ( "log" _ "github.com/denisenkom/go-mssqldb" // SQL Server driver for Go "github.com/jmoiron/sqlx" ) func main() { // Replace the connection string with your actual database connection details....

` package main import ( "database/sql" "fmt" "log" "net/http" "time" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" "github.com/prometheus/client_golang/prometheus/promhttp" _ "github.com/denisenkom/go-mssqldb" ) func main() { // 初始化 Prometheus Gauge Vec jobStateGauge := promauto.NewGaugeVec(prometheus.GaugeOpts{ Name: "job_exec_state", Help:...

@dewey Hi, can you help me take a look at this issue? I can connect to sqlserver using the code I wrote, such as the code above, but not using...