Description
NetBox version
v3.1.6
Feature type
New functionality
Proposed functionality
Be able to assign services to a FHRP group.
This can be done by either:
- assign service to FHRP group (not supported right now)
- assign service to one of the member hosts, selecting IP address of FHRP group (not possible, as these IP addresses are not shown on member hosts)
Use case
You have a service (e.g. HTTP) that is redundantly provided by 2 servers (e.g. web1, web2). For this, you define a FHRP group (e.g. "1"), add an IP address to it (say 192.168.100.100) and assign this group to both servers. Servers may be devices or virtual machines.
Now, you want to define the service somehow. Assigning it directly to a server is impossible, as the shared IP address is not shown (this is another topic). Assigning a service to the FHRP group is impossible too.
In my case, my monitoring system reads service definitions from NetBox, which is sadly impossible.
Workaround is to not use FHRP groups in NetBox but assign CARP IP addresses directly to server interfaces, but that's a step backwards.
Database changes
No response
External dependencies
No response