Created
December 22, 2011 21:29
-
-
Save dodizzle/1511939 to your computer and use it in GitHub Desktop.
patch to monitor ec2 nodes remotly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <% if n.has_key? "ec2" -%> | |
| address <%= n['ec2']['public_ipv4'] %> | |
| <% else -%> | |
| address <%= n['ipaddress'] %> | |
| <% end -%> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment