Merge "Add infracloud-chocolate tree to Cacti"

This commit is contained in:
Jenkins 2016-10-19 18:02:36 +00:00 committed by Gerrit Code Review
commit d92110d18f

View File

@ -15,6 +15,8 @@ HOST_ID=`php -q add_graphs.php --list-hosts |grep $HOST_NAME|cut -f 1`
if [[ $HOST_NAME =~ vanilla\.ic\.openstack\.org ]]; then if [[ $HOST_NAME =~ vanilla\.ic\.openstack\.org ]]; then
TREE_NAME='Infra Cloud Vanilla' TREE_NAME='Infra Cloud Vanilla'
elif [[ $HOST_NAME =~ chocolate\.ic\.openstack\.org ]]; then
TREE_NAME='Infra Cloud Chocolate'
else else
TREE_NAME='All Hosts' TREE_NAME='All Hosts'
fi fi