Hello,
I am using the snmp_exporter 0.25.0 and prometheus 2.49.1.
I am collecting metrics from F5 LTM Loadbalancers. I want to collect the IP-Address.
in general it is working however some IP-address formats are looking like that:
10.10.10.10 which I can import in the correct fromat
Others a displayed by the F5 system like this:
10.10.10.10%0
or
10.10.10.10%1
The trailing %0 or %1 ... represents a logical separation on the system.
The ingestion into prometheus works however the format is then different and looks like hex. Any chance to get the "raw" information or at least replace the trailing %0?
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/dd89ed7e-a276-43ff-8bb1-5631ba98cfb7n%40googlegroups.com.
Hello,
thanks for the fast response. Unfortunately the linux environment I have is very restricted and I first have to check which snmpwalk tool I can use because downloads are very limited.Will take me some time but I think I will open the issue with the information I have.
if I run ltmNodeAddresstype I can see a value of (1) for the IPs in the /Common partition which is the base partition and has no suffix like %xyz.Other partitions I have the suffix and the address Type value is (3).
So it is probably as you said:ipv4z(3) A non-global IPv4 address including a zone index as defined by the InetAddressIPv4z textual convention.PS:is it possible that this may cause instability of the prometheus webui? If I browse the "graph" page and searching for f5 metrics sometimes the rbwoser is showing a white error page "STATUS_BREAKPOINT".This is a test environment and maybe there something else wrong - however - it feels like it started with the monitoring of f5 devices via SNMP.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/a5658075-d685-487e-9cac-5d16d3cb0e15n%40googlegroups.com.