Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/modules/ROOT/partials/vshn-decommission.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parent_zone=$(grep "ParentZone = " ${LB_FQDNS[1]}.info | cut -d = -f2 | tr -d '"
if [ "$parent_zone" != "master" ]; then
icinga_host="$parent_zone"
else
icinga_host="master2.prod.monitoring.vshn.net"
icinga_host="master3.prod.monitoring.vshn.net"
fi

prompt="Clean up LBs in Icinga ${icinga_host}? "
Expand All @@ -37,7 +37,7 @@ if [[ $REPLY =~ ^[Yy] ]]; then
if [ "$parent_zone" != "master" ]; then
ssh "${icinga_host}" sudo puppetctl run
fi
ssh master2.prod.monitoring.vshn.net sudo puppetctl run
ssh master3.prod.monitoring.vshn.net sudo puppetctl run
fi
----

Expand Down