Skip to content

Commit

Permalink
Merge pull request #9544 from CDellaGiusta/uyuni-fix-properties-tab
Browse files Browse the repository at this point in the history
re-wording 'Monitoring' to 'Monitor this Host' on the systems properties (bsc#1212161)
  • Loading branch information
CDellaGiusta authored Dec 5, 2024
2 parents bae4b6d + 2e2c416 commit d153273
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9110,7 +9110,7 @@ Alternatively, you will want to download <strong>Incremental Channel Conte
</context-group>
</trans-unit>
<trans-unit id="system.entitle.added.monitoring_entitled" xml:space="preserve">
<source>&lt;strong&gt;Monitoring&lt;/strong&gt; type has been applied.&lt;br/&gt;&lt;strong&gt;Note:&lt;/strong&gt; Since you added the Monitoring system type we automatically assigned the Prometheus Exporters formula to the system. Please apply the &lt;a href="/rhn/manager/systems/details/highstate?sid={0}"&gt;Highstate&lt;/a&gt; in order to install and enable the Prometheus metrics exporters.&lt;br/&gt;&lt;strong&gt;Note:&lt;/strong&gt; Please make sure to open the &lt;a href="/docs/{1}/installation-and-upgrade/ports.html#_external_client_ports" target="_blank">required network ports&lt;/a&gt; for all installed exporters.</source>
<source>&lt;strong&gt;Monitor this Host&lt;/strong&gt; type has been applied.&lt;br/&gt;&lt;strong&gt;Note:&lt;/strong&gt; Since you added the Monitoring system type we automatically assigned the Prometheus Exporters formula to the system. Please apply the &lt;a href="/rhn/manager/systems/details/highstate?sid={0}"&gt;Highstate&lt;/a&gt; in order to install and enable the Prometheus metrics exporters.&lt;br/&gt;&lt;strong&gt;Note:&lt;/strong&gt; Please make sure to open the &lt;a href="/docs/{1}/installation-and-upgrade/ports.html#_external_client_ports" target="_blank">required network ports&lt;/a&gt; for all installed exporters.</source>
<context-group name="ctx">
<context context-type="sourcefile">/rhn/systems/details/Overview.do</context>
</context-group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25140,7 +25140,7 @@ given channel.</source>
<source>OS Image Build Host</source>
</trans-unit>
<trans-unit id="monitoring_entitled" xml:space="preserve">
<source>Monitored Host</source>
<source>Monitor this Host</source>
</trans-unit>
<trans-unit id="ansible_control_node" xml:space="preserve">
<source>Ansible Control Node</source>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Re-wording 'Monitoring' to 'Monitor this host' on the UI
systems properties page (bsc#1212161)

0 comments on commit d153273

Please sign in to comment.