ZzozZ

Results 11 comments of ZzozZ

Guys The best think you can do is to follow the project and wait for release. :)

this may help https://www.reddit.com/r/golang/comments/7hr0cx/running_a_go_exe_as_a_windows_service/

I have same problem too. I would like to use SC to install and run the service

Ok. Thanx for answering. Write a message when you fix it :)

> Hi, can you please try with `--snmp.debug-packets --log.level=debug` and add the output to this issue? Where should i put those flags? When i start the service or when i...

> just add them to the commandline when starting `snmp_exporter` > > eg: `./snmp_exporter --snmp.debug-packets --log.level=debug` ``` ./snmp_exporter --snmp.debug-packets --log.level=debug --config.file=/home/o-monitor/snmp_exporter-0.25.0.linux-amd64/qsan.yml --web.listen-address=":9115" snmp_exporter: error: unknown long flag '--snmp.debug-packets', try --help...

Whoops, my mistake. This is the result with both flags ``` ts=2024-10-18T09:41:05.249Z caller=collector.go:456 level=debug auth=public_v2 target=20.20.20.20 source_address= worker=0 module=qsan msg="Starting scrape" ts=2024-10-18T09:41:05.249Z caller=gosnmp.go:103 level=debug auth=public_v2 target=20.20.20.20 source_address= worker=0 msg="Walking subtree"...

This is the respond ``` # HELP pd_location PD location - 1.3.6.1.4.1.22274.1.2.1.1.1 # TYPE pd_location gauge pd_location{pd_location="1"} 1 pd_location{pd_location="10"} 1 pd_location{pd_location="11"} 1 pd_location{pd_location="12"} 1 pd_location{pd_location="13"} 1 pd_location{pd_location="14"} 1 pd_location{pd_location="15"} 1...

This is what im currently using for generating `.yml` file for my exporter. This oid is for Physical drives, information about them. ``` --- auths: public_v1: version: 1 public_v2: version:...