Skip to content

Commit a51a2fd

Browse files
authored
Merge pull request #1788 from qahmed1998/QA-add-integration
Update configuration.md
2 parents 72013ff + 0e3be3e commit a51a2fd

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

general_configuration/_topics/configuration.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3108,3 +3108,29 @@ You can enable events syndication in the `Advanced` settings:
31083108
5. Set the value for `:syndicate_events:` to `true`.
31093109
31103110
6. Click **Save**.
3111+
3112+
#### Enabling Inventory Syndication
3113+
3114+
You can enable inventory syndication in the `Advanced` settings:
3115+
3116+
1. From the menu, go to **Settings** > **Application Settings**.
3117+
3118+
2. Expand the **Settings** accordion. When you select the **Settings** accordion, you are automatically taken to the server list under **Zones**.
3119+
3120+
3. Select the zone where the EVM server is located and select the EVM server.
3121+
3122+
4. Click the **Advanced** tab.
3123+
3124+
You can click the **Advanced** tab at the zone level to set advanced configuration settings for the entire zone. Or, you can click on the server, and then click the **Advanced** tab to set advanced configuration settings at the server (appliance) level, which overrides zone-level settings.
3125+
3126+
5. Find the following configuration:
3127+
3128+
```yaml
3129+
:ems_refresh:
3130+
:full_refresh_threshold: 100
3131+
:syndicate_inventory: false
3132+
:raise_vm_snapshot_complete_if_created_within: 15.minutes
3133+
:refresh_interval: 24.hours
3134+
```
3135+
3136+
6. Set the value for `syndicate_inventory` to `true`.

0 commit comments

Comments
 (0)