Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 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
75e2ad3
CMA doc versioning
cg-tw Feb 2, 2026
a640bd9
Merge branch 'staging' into MON-192458-cma-versioning
cg-tw Feb 2, 2026
a5750a7
Merge branch 'staging' into MON-192458-cma-versioning
cg-tw Feb 2, 2026
dcedbdd
Ignore GitLeaks false positive
cg-tw Feb 2, 2026
d3cf352
Merge branch 'MON-192458-cma-versioning' of github.com:centreon/centr…
cg-tw Feb 2, 2026
ad0de2e
Add comma
cg-tw Feb 2, 2026
1568fa9
Include Microsoft SCCM CMA
cg-tw Feb 2, 2026
29c9de2
Fix links
cg-tw Feb 2, 2026
464a792
Fix links
cg-tw Feb 2, 2026
97f8844
Fix link
cg-tw Feb 2, 2026
81601b6
Fix links
cg-tw Feb 3, 2026
9c5212d
Fix link
cg-tw Feb 3, 2026
19b264e
Fix links
cg-tw Feb 3, 2026
df48495
Fix links
cg-tw Feb 3, 2026
963081c
Fix anchor
cg-tw Feb 3, 2026
184e9ce
Fix anchors
cg-tw Feb 3, 2026
750d6a4
Fixes
cg-tw Feb 3, 2026
808a188
Fix links
cg-tw Feb 3, 2026
1ed99e3
Fix links
cg-tw Feb 4, 2026
1c658c4
Fix links
cg-tw Feb 4, 2026
467ee71
Fix anchor
cg-tw Feb 4, 2026
dc7658a
Update .gitleaks.toml
cg-tw Feb 4, 2026
a086ce7
Merge branch 'staging' into MON-192458-cma-versioning
cg-tw Feb 4, 2026
e1fbca0
24.10 & 25.10 cleanup
fmattesct Feb 4, 2026
33fecb3
cloud version cleanup
fmattesct Feb 4, 2026
970a705
fix
fmattesct Feb 4, 2026
379bf2f
Clean up "multiple pollers"
cg-tw Feb 4, 2026
acdfc2a
Merge branch 'MON-192458-cma-versioning' of github.com:centreon/centr…
cg-tw Feb 4, 2026
6c8980d
Fix incorrect copy/paste
cg-tw Feb 4, 2026
8efb87a
fixs
fmattesct Feb 6, 2026
907ad75
fix
fmattesct Feb 6, 2026
c578291
fix
fmattesct Feb 6, 2026
38c607d
fix
fmattesct Feb 6, 2026
4878b84
fixs
fmattesct Feb 6, 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
3 changes: 2 additions & 1 deletion .gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ paths = [

regexTarget = "match"
regexes = [
'''ABCDEFG1234567890'''
'''ABCDEFG1234567890''',
'''deactivation/expiration/revocation'''
]
Empty file added Cette
Empty file.
4 changes: 4 additions & 0 deletions cloud/cma/_poller-agent-configuration.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1. On your central server, go to **Configuration > Pollers > Agent configurations** and click **Add poller/agent configuration**.
2. In the window that opens, select {props.type}. Additional fields appear.
3. In the **Parameters** section, select the poller(s) that will receive data from the agent. <!--(You can select several pollers if the connection is initiated by the agent, but only one if it is initiated by the poller.)-->
4. In the **OTLP receiver** section, enter the file names for the certificates for the part of the poller that will receive data from the agent, i.e., the poller's engine. Communication between the agent and the poller is always in HTTPS. Certificate files must have the following formats: .crt (public) & .key (private key). You need to store the certificates in the **/etc/pki/** directory of the poller and make sure the rights on the files are correct by running `chmod 644 /etc/pki/agent*`.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import TabItem from '@theme/TabItem';

**Centreon Monitoring Agent** can execute custom plugins. Use this feature if your monitoring needs are specific and not covered by native Centreon controls and plugins. Supported languages are: PowerShell, Perl, Python, Bash.

To get started, create your plugin: for example, you can use [our developer guide](../../../dev-resources/introduction.md).
To get started, create your plugin: for example, you can use [our developer guide](/pp/integrations/plugin-packs/dev-resources/introduction).

## Actions on the host

Expand Down Expand Up @@ -61,7 +61,7 @@ Copy the plugin on the host, to the directory of your choice.

2. Associate this command with the **Centreon Monitoring Agent** connector (**Connectors** field).

3. If you haven't already done so, [create a host](/docs/monitoring/basic-objects/hosts) for the resource to be monitored.
3. If you haven't already done so, [create a host](../monitoring/basic-objects/hosts.md) for the resource to be monitored.
4. You can associate the command with an existing service template or create a dedicated service template.
The template must inherit (directly or via its parent) from the **OS-Windows-Centreon-Monitoring-Agent** or **OS-Linux-Generic-Centreon-Monitoring-Agent** templates, or alternatively be configured with passive checks enabled and active checks disabled.
5. [Deploy the configuration](/docs/monitoring/monitoring-servers/deploying-a-configuration).
5. [Deploy the configuration](../monitoring/monitoring-servers/deploying-a-configuration.md).
Loading
Loading