Skip to content

Commit

Permalink
Update poller-troubleshoot.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cg-tw authored Dec 12, 2024
1 parent a620de7 commit 95e3711
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cloud/installation/poller-troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ If it doesn't, check the logs for errors.

### Step 1: Test network connectivity

Check that the poller can send real-time data to the Centreon Cloud platform. Execute the following command (replace **{org-code}** by your organization code):
Check that the poller can send real-time data to the Centreon Cloud platform. Execute the following command (replace **\<org-code\>** by your organization code):

```shell
nc -zv -w 5 broker-{org-code}.euwest1.centreon.cloud 443
nc -zv -w 5 broker-<org-code>.euwest1.centreon.cloud 443
```

The command should print a message like this one:
Expand Down Expand Up @@ -227,10 +227,10 @@ Modify log levels to get more information about what Engine is doing.
### Step 5: Enable and review cbmod logs

1. Edit the Centreon Broker module configuration (replace **{hostname}** by the correct value):
1. Edit the Centreon Broker module configuration (replace **\<hostname\>** by the correct value):

```shell
vi /etc/centreon-broker/{hostname}-module.json
vi /etc/centreon-broker/<hostname>-module.json
```

2. Adjust the **centreonBroker.log.loggers** object to the desired log level.
Expand Down

0 comments on commit 95e3711

Please sign in to comment.