Hi,
Is there any way to show 'offline' in the Visual Subnet Display?
I assume it is somewhere to be found in subnet-visual.php but I do not know enough about php.
$background = $Subnets->address_types[$visual_addresses[$m]['state']]['bgcolor'];
If when detecting an offline IP could it not update the lastSeen time in the database AND the 'state'?
Or, if that is a pest because 'state' is actually the manually set 'Used', 'DHCP', "Offline', etc. maybe do a time check before setting $background somehow?
Just a thought. phpipam is fantastic, and this would just top it off (rather than scrolling through 9-10 pages to find the offline hosts)
Cheers,
Brisnick
Anonymous