Christian Svensson
Christian Svensson
Hi! Wouldn't `fortigate_current_sessions` work for this?
Ah, got it. Makes sense. Let's see if somebody figures out what API could give this.
My current workaround is to list them one-by-one: https://gist.github.com/bluecmd/f2c52dabaf5fbaac83a45291c2d6b7cc That seems to work for now until the issue is resolved.
Thanks, yes - quite clearly it is a device bug. I have played around with various parameters and bulk walk seems to be quite shaky on this device. ``` $...
Looking and comparing the pcaps from `snmpbulkwalk` and `snmp_exporter` they look the same up until the device sends what Wireshark considers to be an invalid SNMP packet. The failing OID...
Am I correct in reading that you consider this only a device bug, and you're not concerned about the difference in operation between NetSNMP and snmp_exporter? I thought that would...
The ones I looked at are: - [X.690 section 8.3.1 "Encoding of an integer value"](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.690-200811-S!!PDF-E&type=items) - [Some discussion here](https://forum.arduino.cc/index.php?topic=54481.0) - [Cross-reference that X.690 is listed as used for SNMP](https://en.wikipedia.org/wiki/X.690#Usage) -...
Actually, that ln workaround didn't work from a clean slate: ``` cmds/cmp/cmp.go:32:2: could not import github.com/rck/unit (cannot find package "github.com/rck/unit" in any of: /usr/local/go/src/github.com/rck/unit (from $GOROOT) /go/src/github.com/rck/unit (from $GOPATH)) Makefile:204:...
Hi, I already did: > Environment name and version: > [...] > Used provided Dockerfile, so node:10.1-alpine
Do you have a link monitor configured? The link metrics comes from there.