When I enable the zenoss.nmap.IpServiceMap plugnin and then model the device I get the below error:
2013-05-28 17:00:05,499 WARNING zen.PythonClient: Error in zenoss.nmap.IpServiceMap: got stderr: 'Error #488: Your port specifications are illegal. Example of proper form: "-100,200-1024,T:3000-4000,U:60000-"'
I found this http://community.zenoss.org/message/64775#64775 but get other error:
"-p 1-1024 -sT --open -oG - ${here/manageIp}" ==>
File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 84, in inner
return callable(*args, **kw)
"-p 1-1024 -sT --open -oG -" ==>
File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 84, in inner
return callable(*args, **kw)
If ran this command from cmd work fine:
/opt/zenoss/bin/nmap -p 1-1024 -sT --open -oG - X.X.X.X
.
.
# Nmap done at Tue May XX 17:09:53 2013 -- 1 IP address (1 host up) scanned in 25.79 seconds
Thanks in advance.