1#  The "NuggetID" is a UUID that uniquely identifies this
2#  specific instance of the nugget.  Each running nugget
3#  must have a unique UUID.  The dispatcher will refuse
4#  connections from duplicate UUIDs or from UUIDS that are
5#  unregistered.
6#
7#  Register your new nuggetID using the script in dispatcher/scripts:
8#
9#  ./addNugget --uuid=4e7e65f9-e0e3-4329-9ec6-eb01c763440e --name="New Nugget" --location="some closet" --contact="sysadmin" --notes="Nothing to see here"
10#
11#
12NuggetId="a91cc89f-4a5d-462a-9ea5-e94f756297c8";
13