After looking at the code for the old plugin, I think I've found the problem:
It looks like there needs to be a semicolon in the options, so change: -p 1-1024;-sT;--open;-oG - to: -p 1-1024;-sT;--open;-oG;- and it seems to be working as it should now. There's a line in the plugin code that also needs to change: NMAPDEFAULTS = "-p 1-1024;-sT;--open;-oG -" to: NMAPDEFAULTS = "-p 1-1024;-sT;--open;-oG;-" Hope this helps anyone in the same situation. -Joseph -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=36223#36223 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
