Skip to content

Commit

Permalink
FIX Support forum links no longer point to monitoring-portal.org
Browse files Browse the repository at this point in the history
Instead links to forum.checkmk.com
  • Loading branch information
loocars committed Aug 29, 2024
1 parent 858c64f commit 9d06d10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ Core:
Entering correct proxy URLS with ports and one of the following schemas
(tcp, udp, unix, udg, ssl, tls) would cause an error (Invalid format given)
even though these proxies are correct.

Frontend:
* FIX: URLs still pointing to mathias-kettner.de documentation are now pointing to
the Checkmk documentation (docs.checkmk.com).
* FIX: Support forum links to no longer existing forum (monitoring-portal.org) are
now pointing to the Checkmk forum (forum.checkmk.com).

Security
* Added cookie session timestamps validation when Nagvis is run within Checkmk
Expand Down
2 changes: 1 addition & 1 deletion share/userfiles/templates/default.header.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<span id="support-ddheader" onclick="ddMenuToggle(event, 'support')">{$langNeedHelp}</span>
<ul id="support-ddcontent">
<li><a target="_blank" href="{$pathBase}/docs/{$docLanguage}/index.html">{$langOnlineDoc}</a></li>
<li><a target="_blank" href="https://www.monitoring-portal.org/woltlab/index.php?board/42-nagvis/">{$langForum}</a></li>
<li><a target="_blank" href="https://forum.checkmk.com/">{$langForum}</a></li>
<li><a target="_blank" href="{$pathBase}/frontend/nagvis-js/index.php?mod=Info" class="underline">{$langSupportInfo}</a></li>
</ul>
</li>
Expand Down

0 comments on commit 9d06d10

Please sign in to comment.