opennetadmin / ona

OpenNetAdmin IP Address Management (IPAM) system
opennetadmin.com
GNU General Public License v2.0
137 stars 35 forks source link

Plugin ona_nmap_scans WebGui dont show Global problems | Update DNS bug #12

Closed buczo closed 10 years ago

buczo commented 11 years ago

Hi i added 3 subnets 10.10.0.0/22 , 10.10.250.0/24 and 192.168.200.0/24 , when i check "Show global issues" its display only 10.10.0.0/22 Xml file are created and looks ok , when i manual enter 192.168.200.0 it shows issues for this subnet but never works with 10.10.250.0/24 subnet .

Another bug is that when i looka at report it writes next to added hosts "Update DNS" , but i check a few times and DNS records looks ok.

I had "OpenNetAdmin - v11.02.10 Release"

mattpascoe commented 11 years ago

This fix now shows a bold name next to hosts that have more than one name in ONA which could match.. Overall this fixes up quite a bit of the display for this report.

The show global issues may still have problems.. please check that and report back if it works correctly. One thing to keep in mind is that the larger your nmap scans (and how many subnets you scan) causes this to fail in large setups because it overwhelms PHP memory with too much data.

The show global issues was meant to generate one report with all the data. This proved to be too large a task sometimes and I had to solve it in other ways. I may disable this button in the future.