Hi all,
after Chris suggestion, I want to share how it worked for me.
Basically, I would like to group many systems under a group (in this example we called it "AMS")
So, after creating the path on the graphite db we will move more than one system's perf under this new path.
Stop the pollers (or just the ones you want to rename)
# /opt/netapp-harvest/netapp-manager -stop -poller reallylongname
Edit the /opt/netapp-harvest/netapp-harvest.conf file and change the site field for the different pollers to the ones you want. So for example change the parameter "site = reallylongname" to "site = AMS".
On the graphite server cd into the graphite storage directory:
# cd /var/lib/graphite/whisper/
Make the new group path
# mkdir ./netapp/poller/perf7/AMS && chown _graphite: ./netapp/poller/perf7/AMS
# mkdir ./netapp/perf7/AMS && chown _graphite: ./netapp/perf7/AMS
Move the directories accordingly
# mv ./netapp/poller/perf7/reallylongname/reallylongname ./netapp/poller/perf7/AMS/
# mv ./netapp/perf7/reallylongname/reallylongname ./netapp/perf7/AMS/
Remove empty dirs
# rmdir ./netapp/poller/perf7/reallylongname
# rmdir ./netapp/perf7/reallylongname
Start the pollers
# /opt/netapp-harvest/netapp-manager -start
Repeat this procedure for any other system that have to be filed under "AMS" group