Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion redis_sentinel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See [metadata.csv][11] for a list of metrics provided by this check.

### Events

The Redis's Sentinel check does not include any events.
The Redis Sentinel check emits an event when a monitored master fails over to a new IP address. No event is emitted the first time a master is observed, so starting the check does not generate failover events.

### Service Checks

Expand Down
2 changes: 1 addition & 1 deletion redis_sentinel/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"source_type_name": "Redis Sentinel",
"configuration": {},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "redis.",
Expand Down
Loading