Easily view the health of your infrastructure's core topology using this interactive topology gadget. View the entire topology or pick and choose which segments to focus on.
This gadget is built using Grunt ~0.4.1.
-
Install Node Packaging Modules
-
Go to the repository on the commandline and type:
npm install -g grunt-cliThis will setup Grunt.
- To download all the dependencies required for the gadget project, type:
npm installIf you run into any issues, please be sure to check out the Getting Started guide.
Compresses everything in the
src/folder intotarget/uptime.TopologyTree.zip.
grunt --target=[desired_output_folder]--target flag is optional. If not specified, output will simply go to a subfolder called target/ as shown above.
Tasks are provided to deploy to a Maven repository. See uptime-gadget-tasks for instructions on use.