-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'staging' into MON-24024-debian-12
- Loading branch information
Showing
282 changed files
with
32,983 additions
and
8,004 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
id: poller-update-upgrade | ||
title: Updating/upgrading a poller | ||
--- | ||
|
||
import Tabs from '@theme/Tabs'; | ||
import TabItem from '@theme/TabItem'; | ||
|
||
> **IMPORTANT**: It is the customer's resonsibility to [update the OS of the poller's host machine](https://thewatch.centreon.com/product-how-to-21/os-updates-security-3136). Also, Centreon provides application updates for pollers, but it is the customer’s responsibility to apply these updates to their pollers. | ||
Your poller should always be in the latest available version (i.e. in the latest minor version of the latest major version). | ||
|
||
* If your poller is already in the latest major version but not in its latest minor version, performing this procedure will update it to the latest minor version. Example: if the latest version is 23.10.y and your poller is in version 23.10.x, then it will be updated to 23.10.y. | ||
* If your poller is in another major version than the latest, this procedure will not update it to the latest minor version of this major version. The poller will be upgraded to the latest minor version of the latest major version available instead (e.g. it will be upgraded from 23.04.x to 23.10.y). | ||
|
||
## Updating or upgrading a poller | ||
|
||
1. On your central server, click the arrow next to **Pollers** at the left of the header bar. | ||
|
||
2. In the pop-up that appears, click **Copy install command**. The command is copied to your clipboard. | ||
|
||
3. On your poller, in your terminal, paste the install command and execute it. | ||
|
||
4. [Deploy the poller's configuration](../monitoring/monitoring-servers/deploying-a-configuration.md), | ||
and choose the **Restart** method for the Engine process. | ||
|
||
5. Finally, restart the Gorgone service if it is used on the poller: | ||
|
||
```shell | ||
systemctl restart gorgoned | ||
``` | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.