Skip to content
Closed
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f420147
Instruct user with remote db to skip step 3 in el to el migration (#4…
emgcentreon Nov 20, 2025
b2e91fc
Fix repo typo in upgrade from 24.10 procedure (#4861)
emgcentreon Nov 21, 2025
457600f
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Dec 1, 2025
c653148
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Dec 3, 2025
47400dc
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Dec 4, 2025
fb621fc
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Dec 11, 2025
3cd8134
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Dec 11, 2025
7ef9bb3
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Dec 16, 2025
da0ecbc
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Dec 19, 2025
8b3b83d
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Jan 5, 2026
ea79035
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Jan 7, 2026
da40dc7
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Jan 12, 2026
1460fd5
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Jan 13, 2026
772dddb
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Jan 26, 2026
823fa4b
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Feb 2, 2026
f93cba7
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Feb 9, 2026
6bb4733
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Feb 12, 2026
d2ae546
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Feb 20, 2026
a8826d0
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Feb 26, 2026
736b355
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Mar 2, 2026
6fd3d4e
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Mar 6, 2026
38c6af8
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Mar 11, 2026
32162c0
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Mar 12, 2026
bf62c99
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Mar 17, 2026
e973152
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Mar 23, 2026
781f025
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Mar 24, 2026
3336202
Organize Centreon Experience Monitoring new ToC
smau-centreon Mar 30, 2026
f837fd3
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Apr 1, 2026
4b36754
Merge branch 'staging' of github.com:centreon/centreon-documentation …
cg-tw Apr 1, 2026
63fae7d
Merge branch 'staging' into MON-195903-organize-dem-toc-new
cg-tw Apr 1, 2026
1582053
Merge branch 'MON-195903-organize-dem-toc-new' of github.com:centreon…
cg-tw Apr 1, 2026
04960fa
Update
cg-tw Apr 1, 2026
87ed34d
Update
cg-tw Apr 1, 2026
8b97907
Correct indentation
cg-tw Apr 1, 2026
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
199 changes: 97 additions & 102 deletions cxm/sidebarsCxm.js
Original file line number Diff line number Diff line change
@@ -1,139 +1,70 @@
module.exports = {
cxm: [
dem: [
{
type: 'category',
label: 'Getting started with Centreon Experience Monitoring',
label: 'What can I do with Centreon Experience Monitoring?',
link: {
type: "doc",
id: "getting-started/welcome"
},
items: [
{ type: 'doc', id: 'getting-started/cxm-solution' },
{ type: 'doc', id: 'getting-started/contact-support' },
{ type: 'doc', id: 'getting-started/cxm-solution' },
{ type: 'doc', id: 'getting-started/synthetic-monitoring' },
{ type: 'doc', id: 'getting-started/real-user-monitoring' },
{ type: 'doc', id: 'getting-started/system-view' },
{ type: 'doc', id: 'getting-started/business-view' },
{ type: 'doc', id: 'getting-started/load-tests' },
{ type: 'doc', id: 'getting-started/dashboards' },
],
},
{
type: 'category',
label: 'Installation',
label: 'Setting up Experience Monitoring',
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'installation/installation-checklist' },
{ type: 'doc', id: 'installation/cxm-ip-addresses' },
{ type: 'doc', id: 'installation/real-user-monitoring-installation' },
{ type: 'doc', id: 'installation/monitor-production-events' },
{
collapsed: true,
type: 'category',
label: 'Servers and middleware',
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'installation/servers/install-system-agents' },
{ type: 'doc', id: 'installation/servers/cloud-configuration-of-agents' },
{ type: 'doc', id: 'installation/servers/add-advanced-metrics' },
{ type: 'doc', id: 'installation/servers/install-php-magento-orocommerce-profiler' },
],
},

],
},
{
type: 'category',
label: 'Configuration',
label: 'Getting to know Experience Monitoring',
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'configuration/configuration-checklist' },
{ type: 'doc', id: 'configuration/manage-users-and-rights' },
{ type: 'doc', id: 'configuration/configure-digital-sobriety' },
{ type: 'doc', id: 'configuration/configure-google-analytics' },
{ type: 'doc', id: 'configuration/receive-and-configure-alerts' },
{
collapsed: true,
type: 'category',
label: 'User journey',
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'configuration/user-journey/create-a-scenario' },
{ type: 'doc', id: 'configuration/user-journey/user-journey-best-practices' },
],
},
{
collapsed: true,
type: 'category',
label: 'Advanced configuration',
link: {
type: 'generated-index',
},
items: [
{
type: 'doc',
id: 'configuration/advanced-configuration/enable-disable-scenario-or-alert-via-api',
},
],
},

],
},
{
type: 'category',
label: 'Performance analysis',
label: 'Simulate user journeys: Synthetic Monitoring (STM)',
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'performance-analysis/network-tab-indicators' },
{ type: 'doc', id: 'performance-analysis/system-tab-indicators' },
{ type: 'doc', id: 'performance-analysis/speed-up-website-with-applications-or-server-configuration' },
{ type: 'doc', id: 'performance-analysis/errors-and-unavailability-front-end' },
{
collapsed: true,
type: 'category',
label: 'Metric overview',
link: {
type: 'doc',
id: 'performance-analysis/metrics/overview-of-metrics',
},
items: [
{ type: 'doc', id: 'performance-analysis/metrics/hero-time' },
{ type: 'doc', id: 'performance-analysis/metrics/time-to-first-byte' },
{ type: 'doc', id: 'performance-analysis/metrics/speed-index' },
{ type: 'doc', id: 'performance-analysis/metrics/on-load' },
{ type: 'doc', id: 'performance-analysis/metrics/largest-contentful-paint' },
{ type: 'doc', id: 'performance-analysis/metrics/total-blocking-time' },
{ type: 'doc', id: 'performance-analysis/metrics/cumulative-layout-shift' },
],
},
{
collapsed: true,
type: 'category',
label: 'Basic actions',
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'performance-analysis/basic-actions/navigate-in-cxm' },
{ type: 'doc', id: 'performance-analysis/basic-actions/how-alerts-work' },
{ type: 'doc', id: 'performance-analysis/basic-actions/gray-areas-on-charts' },
{ type: 'doc', id: 'performance-analysis/basic-actions/event-tracking' },
],
},

],
},
{
collapsed: true,
type: 'category',
label: 'Digital sobriety',
label: 'Analyze user experience: Real User Monitoring (RUM)',
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },

],
},
{
collapsed: true,
type: 'category',
label: "Evaluate a site's digital sobriety",
link: {
type: 'generated-index',
},
Expand All @@ -146,25 +77,89 @@ module.exports = {
{
collapsed: true,
type: 'category',
label: 'How-to articles',
label: "Analyze a site's business data (Google Analytics/Matomo)",
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'how-to-articles/unable-to-connect' },
{ type: 'doc', id: 'how-to-articles/meaning-of-colors-in-graphs' },
{ type: 'doc', id: 'how-to-articles/seo-module' },
{ type: 'doc', id: 'how-to-articles/measurement-interval' },
{ type: 'doc', id: 'how-to-articles/cxm-probes-in-google-analytics' },
{ type: 'doc', id: 'how-to-articles/faq' },
{ type: 'doc', id: 'how-to-articles/password-reset' },
{ type: 'doc', id: 'how-to-articles/using-charts' },
{ type: 'doc', id: 'how-to-articles/user-journey-screen' },
{ type: 'doc', id: 'how-to-articles/rum-blocked-by-csp' },

],
},
{
collapsed: true,
type: 'category',
label: 'Monitor the health of my host server',
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },

],
},
{
collapsed: true,
type: 'category',
label: "Check a site’s network performance",
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },

],
},
{
collapsed: true,
type: 'category',
label: 'Run a load test',
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },

],
},
{
collapsed: true,
type: 'category',
label: 'Dashboards and exports',
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },

],
},
{
collapsed: true,
type: 'category',
label: 'Troubleshooting',
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },

],
},
{
type: 'doc', id: 'release-notes'
}
},
{
collapsed: true,
type: 'category',
label: 'Resources',
link: {
type: 'generated-index',
},
items: [
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },

],
},
],
};
Loading