Skip to content

Commit

Permalink
deploy: b8cf712
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncastro1990 committed Apr 17, 2024
1 parent 8ffb7dc commit 12aa9e4
Show file tree
Hide file tree
Showing 20 changed files with 170 additions and 170 deletions.
16 changes: 8 additions & 8 deletions cm/management_guide/perform_a_health_check_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ <h3 id="steps-create-a-rightscript">Create a RightScript</h3>
<li><strong>Name</strong> - Enter a name. (e.g. Load Balancer Test)</li>
<li><strong>Description</strong> - Provide a simple description. (e.g. <q>Simple test for the HAProxy load balancers and the application servers in its load balancing pool.</q>)</li>
<li><p><strong>Script</strong> - Copy and paste the following code, which creates a webpage ( <strong>servername.html</strong> ) that will display the instance ID of the application server that&#39;s used for the current session.</p>
<pre class="syntax-highlight html"><code>#!/bin/bash -ex
cat &gt; /home/webapps/$APPLICATION_NAME/servername.html <span class="err">&lt;</span><span class="nt">&lt; EOF</span>
<span class="err">&lt;</span><span class="na">html</span><span class="nt">&gt;&lt;body&gt;&lt;center&gt;&lt;h1&gt;</span>Which application server am I connected to?<span class="nt">&lt;/h1&gt;</span>
<span class="nt">&lt;h2&gt;</span>Instance ID: <span class="nt">&lt;font</span> <span class="na">color=</span><span class="s">"blue"</span><span class="nt">&gt;</span>
<pre class="syntax-highlight shell"><code><span class="c">#!/bin/bash -ex</span>
cat &gt; /home/webapps/<span class="nv">$APPLICATION_NAME</span>/servername.html <span class="sh">&lt;&lt; EOF
&lt;html&gt;&lt;body&gt;&lt;center&gt;&lt;h1&gt;Which application server am I connected to?&lt;/h1&gt;
&lt;h2&gt;Instance ID: &lt;font color="blue"&gt;
EOF
cat /var/spool/cloud/meta-data/instance-id &gt;&gt; /home/webapps/$APPLICATION_NAME/servername.html
cat &gt;&gt; /home/webapps/$APPLICATION_NAME/servername.html <span class="err">&lt;</span><span class="nt">&lt; EOF</span>
<span class="err">&lt;/</span><span class="na">font</span><span class="nt">&gt;&lt;/h2&gt;&lt;/center&gt;&lt;/body&gt;&lt;/html&gt;</span>
</span>cat /var/spool/cloud/meta-data/instance-id &gt;&gt; /home/webapps/<span class="nv">$APPLICATION_NAME</span>/servername.html
cat &gt;&gt; /home/webapps/<span class="nv">$APPLICATION_NAME</span>/servername.html <span class="sh">&lt;&lt; EOF
&lt;/font&gt;&lt;/h2&gt;&lt;/center&gt;&lt;/body&gt;&lt;/html&gt;
EOF
</code></pre></li>
</span></code></pre></li>
<li><p><strong>Packages</strong> - Leave this field blank.</p></li>
<li><p><strong>Inputs</strong> - After pasting in the sample code, click the <strong>Identify</strong> button to show all of the user configurable inputs in the script. For this example, you will only have one input (&#39;APPLICATION_NAME&#39;).</p></li>
<li><p><strong>Enabled</strong> - Make sure the input is enabled. The checkbox should be checked.</p></li>
Expand Down
2 changes: 1 addition & 1 deletion js/clampedWidth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/clipboard.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions js/main.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions release-notes/week-of-2015-11-30.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8" /><title>Release Notes</title><meta name="description" /><meta content="initial-scale=1" name="viewport" /><link href="https://my.rightscale.com/favicon.ico" rel="icon" /><!--Stylesheets--><link href="../css/main.css" rel="stylesheet" /><!--JavaScript--><script src="../js/main.js"></script></head><body class="release-notes release-notes_week-of-2015-11-30"><nav class="navbar navbar-default navbar-fixed-top" role="navigation"><div class="container-fluid max-width"><div class="navbar-header"><button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse" type="button"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand" href="/"><img src="../img/FX_Logo_pos.png" /></a></div><div class="navbar-collapse collapse"><ul class="nav navbar-nav navbar-right"><li><a target="_blank" href="https://community.flexera.com/t5/Flexera-Community/ct-p/Flexera_Community">Community</a></li><li><a target="_blank" href="https://www.flexera.com/blog/">Blog</a></li><li><a target="_blank" href="https://www.flexera.com/about-us/contact-us.html">Contact</a></li><li><a target="_blank" href="https://login.rightscale.com/login/session/new">Log In</a></li></ul><ul class="nav navbar-nav navbar-right nav-status"><li class="nav-al-search"><a href="../search.html">Search</a></li></ul><form class="navbar-form navbar-left" role="search" action="/search.html" method="get" ><div class="form-group"><input class="form-control input-sm" id="site-search" placeholder="Search" type="text" name="q" /></div><input type="submit" style="position: absolute; left: -9999px"/></form><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script><script type="text/javascript"> docsearch({apiKey: 'b58c3ad6ab9d6e3cd425867d64a6766f',indexName: 'rightscale',inputSelector: '#site-search', debug: false, autocompleteOptions: {autoselect: false}});</script></div></div></nav><div class="wrap"><div class="container-fluid max-width"><div class="row"><div class="col-sm-3"><div class="clearfix"><aside class="main-nav" role="complementary"><nav class="list-group" role="navigations"><a class="list-group-item" href="/release-notes"><h4 class="list-group-heading">Release Notes</h4></a><a class="list-group-item menu-item-cm" href="cloud-management.html">Cloud Management</a><a class="list-group-item menu-item-ss" href="self-service.html">Self-Service</a><a class="list-group-item menu-item-gov" href="governance.html">Governance</a><a class="list-group-item menu-item-ca" href="https://helpnet.flexerasoftware.com/?product=Optima">Optima</a><a class="list-group-item menu-item-rca" href="rca-v.html">RCA-V</a><a class="list-group-item menu-item-rl10" href="right-link-10.html">RightLink 10</a></nav></aside><div class="callout"><a href="https://support.rightscale.com/18-Release_Notes"><div class="panel panel-default"><div class="panel-body"><div class="callout-title"><img src="../img/icon-notes.svg" /><h4>Archived Release Notes</h4></div><span>View previously published release notes.</span></div></div></a></div><div class="callout"><a href="mailto:[email protected]"><div class="panel panel-default"><div class="panel-body"><div class="callout-title"><img src="../img/icon-feedback.svg" /><h4>Release Questions?</h4></div><span>Our technical support staff is ready to help.</span></div></div></a></div></div></div><div class="col-sm-9"><div class="clearfix"><div class="main-content"><div class="page-header"><h1>Release Notes</h1><div class="page-subheader">Week of 2015-11-30</div></div><div class="row release-notes-weekof"><div class="col-md-8"><div class="article"><h1 class="article-title"> <a href="/release-notes/rca-v/2015/12/02.html">Cloud Appliance for vSphere</a> </h1><div class="article-time"><time datetime="12- 2-2015">December 2, 2015</time></div><div class="article-body"><h2 id="bug-fix">Bug Fix</h2>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8" /><title>Release Notes</title><meta name="description" /><meta content="initial-scale=1" name="viewport" /><link href="https://my.rightscale.com/favicon.ico" rel="icon" /><!--Stylesheets--><link href="../css/main.css" rel="stylesheet" /><!--JavaScript--><script src="../js/main.js"></script></head><body class="release-notes release-notes_week-of-2015-11-30"><nav class="navbar navbar-default navbar-fixed-top" role="navigation"><div class="container-fluid max-width"><div class="navbar-header"><button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse" type="button"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand" href="/"><img src="../img/FX_Logo_pos.png" /></a></div><div class="navbar-collapse collapse"><ul class="nav navbar-nav navbar-right"><li><a target="_blank" href="https://community.flexera.com/t5/Flexera-Community/ct-p/Flexera_Community">Community</a></li><li><a target="_blank" href="https://www.flexera.com/blog/">Blog</a></li><li><a target="_blank" href="https://www.flexera.com/about-us/contact-us.html">Contact</a></li><li><a target="_blank" href="https://login.rightscale.com/login/session/new">Log In</a></li></ul><ul class="nav navbar-nav navbar-right nav-status"><li class="nav-al-search"><a href="../search.html">Search</a></li></ul><form class="navbar-form navbar-left" role="search" action="/search.html" method="get" ><div class="form-group"><input class="form-control input-sm" id="site-search" placeholder="Search" type="text" name="q" /></div><input type="submit" style="position: absolute; left: -9999px"/></form><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script><script type="text/javascript"> docsearch({apiKey: 'b58c3ad6ab9d6e3cd425867d64a6766f',indexName: 'rightscale',inputSelector: '#site-search', debug: false, autocompleteOptions: {autoselect: false}});</script></div></div></nav><div class="wrap"><div class="container-fluid max-width"><div class="row"><div class="col-sm-3"><div class="clearfix"><aside class="main-nav" role="complementary"><nav class="list-group" role="navigations"><a class="list-group-item" href="/release-notes"><h4 class="list-group-heading">Release Notes</h4></a><a class="list-group-item menu-item-cm" href="cloud-management.html">Cloud Management</a><a class="list-group-item menu-item-ss" href="self-service.html">Self-Service</a><a class="list-group-item menu-item-gov" href="governance.html">Governance</a><a class="list-group-item menu-item-ca" href="https://helpnet.flexerasoftware.com/?product=Optima">Optima</a><a class="list-group-item menu-item-rca" href="rca-v.html">RCA-V</a><a class="list-group-item menu-item-rl10" href="right-link-10.html">RightLink 10</a></nav></aside><div class="callout"><a href="https://support.rightscale.com/18-Release_Notes"><div class="panel panel-default"><div class="panel-body"><div class="callout-title"><img src="../img/icon-notes.svg" /><h4>Archived Release Notes</h4></div><span>View previously published release notes.</span></div></div></a></div><div class="callout"><a href="mailto:[email protected]"><div class="panel panel-default"><div class="panel-body"><div class="callout-title"><img src="../img/icon-feedback.svg" /><h4>Release Questions?</h4></div><span>Our technical support staff is ready to help.</span></div></div></a></div></div></div><div class="col-sm-9"><div class="clearfix"><div class="main-content"><div class="page-header"><h1>Release Notes</h1><div class="page-subheader">Week of 2015-11-30</div></div><div class="row release-notes-weekof"><div class="col-md-8"><div class="article"><h1 class="article-title"> <a href="/release-notes/self-service/2015/12/02.html">Self-Service</a> </h1><div class="article-time"><time datetime="12- 2-2015">December 2, 2015</time></div><div class="article-body"><h2 id="changes-in-behavior">Changes in Behavior</h2>

<ul>
<li><strong>to_s Function</strong> - Changed the behavior of the <code>to_s</code> function for hashes to return a correct JSON representation of the hash as documented. It was incorrectly returning a string representation (similar to what <code>inspect</code> does).</li>
</ul>
</div></div><div class="article"><h1 class="article-title"> <a href="/release-notes/rca-v/2015/12/02.html">Cloud Appliance for vSphere</a> </h1><div class="article-time"><time datetime="12- 2-2015">December 2, 2015</time></div><div class="article-body"><h2 id="bug-fix">Bug Fix</h2>

<p><strong>Security Fix</strong> Fix a bug were some passwords were only being partially filtered out of logs.</p>

Expand All @@ -10,11 +15,6 @@
<li><strong>Download</strong> and <strong>Activate</strong> that package.</li>
<li>Refresh your browser window.</li>
</ul>
</div></div><div class="article"><h1 class="article-title"> <a href="/release-notes/self-service/2015/12/02.html">Self-Service</a> </h1><div class="article-time"><time datetime="12- 2-2015">December 2, 2015</time></div><div class="article-body"><h2 id="changes-in-behavior">Changes in Behavior</h2>

<ul>
<li><strong>to_s Function</strong> - Changed the behavior of the <code>to_s</code> function for hashes to return a correct JSON representation of the hash as documented. It was incorrectly returning a string representation (similar to what <code>inspect</code> does).</li>
</ul>
</div></div><div class="article"><h1 class="article-title"> <a href="/release-notes/cloud-management/2015/12/02.html">Cloud Management</a> </h1><div class="article-time"><time datetime="12- 2-2015">December 2, 2015</time></div><div class="article-body"><h2 id="new-features">New Features</h2>

<ul>
Expand Down
Loading

0 comments on commit 12aa9e4

Please sign in to comment.