Skip to content

Commit 7a02a87

Browse files
committed
DOC-4976 RS: Added sentinel service to optional services
1 parent 8961961 commit 7a02a87

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

content/operate/rs/references/rest-api/objects/services_configuration/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ Optional cluster services settings
2323
| ldap_agent_mgr | [ldap_agent_mgr]({{< relref "/operate/rs/references/rest-api/objects/services_configuration/ldap_agent_mgr" >}}) object | Whether to enable/disable the LDAP agent manager processes |
2424
| mdns_server | [mdns_server]({{< relref "/operate/rs/references/rest-api/objects/services_configuration/mdns_server" >}}) object | Whether to enable/disable the multicast DNS server |
2525
| pdns_server | [pdns_server]({{< relref "/operate/rs/references/rest-api/objects/services_configuration/pdns_server" >}}) object | Whether to enable/disable the PDNS server |
26+
| sentinel_service | [sentinel_service]({{< relref "/operate/rs/references/rest-api/objects/services_configuration/sentinel_service" >}}) object | Whether to enable/disable the Sentinel service process |
2627
| stats_archiver | [stats_archiver]({{< relref "/operate/rs/references/rest-api/objects/services_configuration/stats_archiver" >}}) object | Whether to enable/disable the stats archiver service |
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
Title: Sentinel service object
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rs
8+
description: Documents the sentinel_service object used with Redis Enterprise Software REST API calls.
9+
linkTitle: sentinel_service
10+
weight: $weight
11+
---
12+
13+
| Name | Type/Value | Description |
14+
|------|------------|-------------|
15+
| operating_mode | 'disabled'<br />'enabled' | Enable/disable the Sentinel service process |

0 commit comments

Comments
 (0)