As cacti is currently simply being installed via the package
manager, there is no vhosts file. I have added the apache
rewrite rule to apache.conf file that comes with the ubuntu/
debian package.
When accessing the root of the cacti site (cacti.openstack.org)
you will now be redirected to cacti.o.o/cacti/graph_view.php.
I.E:
RewriteRule ^/$ /cacti/graph_view.php [R,L]
Note, in new deployments the guest user needs to be enabled
otherwise all you'll see is a login screen.
Change-Id: I5242c9daf2ef105b2f685f9f6b2dc4509f9c5dc2
This should pick up new devices, etc, as well as handle the case
that the host was defined in cacti before it existed.
Change-Id: I011841e822ff9ae5e624c0c7c6d7b611d0e8697f
* modules/openstack_project/files/cacti/create_graphs.sh: At some
point, the default tree ceased being named "Default Tree" and became
"All Hosts" at which point new host nodes were no longer able to be
added to it. Correcting here should improve the situation for future
additions.
Change-Id: I4869a1d470497b120dd99c97677a7ae4dc26667f
Change-Id: I67cc116ad8a2b2586856965ae1e341d735d69fd3
Reviewed-on: https://review.openstack.org/14582
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins