fortigate_exporter icon indicating copy to clipboard operation
fortigate_exporter copied to clipboard

feat: added ARP Table informatio and corresponding testcase

Open FriendlyButFire opened this issue 2 years ago • 1 comments

Files that have been added: ./pkg/probe/system_arp.go ./pkg/probe/system_arp_test.go ./pkg/probe/testdata/arp.jsonnet

Files that have been changed: ./pkg/probe/probe.go ./README.md

Tested on FortiGate KVM with FortiOS Version v7.0.5

FriendlyButFire avatar Dec 01 '23 16:12 FriendlyButFire

This metric will have to be disabled by default if you really really want it in the current state. The metric dimensions are extremely large (any IP * any MAC * any interface).

Are you sure this is what you want? The total amount of MACs per interface isn't enough?

Being disabled by default is fine for me, that's the use case I'm aiming for, I just wanted to share the implementation of it to everyone

FriendlyButFire avatar Dec 08 '23 10:12 FriendlyButFire