aboutsummaryrefslogtreecommitdiffstats
path: root/nagios3.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'nagios3.yaml')
-rw-r--r--nagios3.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/nagios3.yaml b/nagios3.yaml
index 0bdb1d38..5c36329e 100644
--- a/nagios3.yaml
+++ b/nagios3.yaml
@@ -96,5 +96,4 @@ Resources:
Ref: Nagios3ImageId
InstanceType: {Ref: InstanceType}
Outputs:
- Nagios3Host:
- Fn::GetAtt: [ nagios3 , first_private_address ]
+ Nagios3Host: {'Fn::Select': [ 0, {'Fn::Select': [ 'ctlplane', 'Fn::GetAtt': [ 'nagios3' , 'networks' ] ]} ]}