Hi, as far as I can tell the dns_name attribute from the IP of a service is not getting fetched to a corresponding label or the target. Is this intended behaviour?
"targets": [
"node"
],
"labels": {
"__meta_netbox_id": "3",
"__meta_netbox_name": "node",
"__meta_netbox_display": "node (TCP/9100)",
"__meta_netbox_ports": "9100",
"__meta_netbox_tags": "exporter",
"__meta_netbox_tag_slugs": "exporter",
"__meta_netbox_parent": "someserver",
"__meta_netbox_primary_ip": "X.X.X.X",
"__meta_netbox_primary_ip4": "X.X.X.X",
"__meta_netbox_site": "Something",
"__meta_netbox_site_slug": "something"
It would be quite helpful to use the DNS name instead of the primary ip directly.
Hi, as far as I can tell the
dns_nameattribute from the IP of a service is not getting fetched to a corresponding label or the target. Is this intended behaviour?It would be quite helpful to use the DNS name instead of the primary ip directly.