netdisco-1.1-1.el6.noarch
(2013-05-29)
How I Got NetDisco netdisco-1.1-1.el6.noarch Running On CentOS 6
From epel-testing:
# yum --enablerepo=epel,epel-testing install netdisco
Then run the netdisco_config script.
Before you hit the web interface, you probably have to do something like this:
# cd /etc/httpd/conf.d/
# mv netdisco_apache.conf zz_netdisco_apache.conf
# mv perl.conf.orig perl.conf
# mv apreq.conf.orig apreq.conf
# cd /usr/share/netdisco/
# chown -R apache:apache mason
# service httpd restart
After that it at least came up. I'm still playing with it to see if it is actually working.