Add infracloud-chocolate tree to Cacti

This is to unclutter the left column, so we also have a grouping
for chocolate as vanilla does.

Change-Id: I1a19e48c0326f44c2d29ff7d762fdc577ab8f0c5
This commit is contained in:
Ricardo Carrillo Cruz 2016-10-18 15:13:24 +02:00
parent 0c25b0377e
commit b30507ede8

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
TREE_NAME='Infra Cloud Vanilla'
elif [[ $HOST_NAME =~ chocolate\.ic\.openstack\.org ]]; then
TREE_NAME='Infra Cloud Chocolate'
else
TREE_NAME='All Hosts'
fi