Back to Redis

Alerts Events

content/operate/rs/clusters/logging/alerts-events.md

latest6.7 KB
Original Source

The following alerts and events can appear in syslog and the Cluster Manager UI logs.

Alerts

AlertUI messageSeverityNotes
aof_slow_disk_ioRedis performance is degraded as a result of disk I/O limitsTrue: error, False: infoNode alert
authentication_errError authenticating with the source databaseerrorBDB event
backup_delayedPeriodic backup has been delayed for longer than <threshold> minutesTrue: warning, False: infoBDB alert; Has threshold parameter in the data section of the log entry
cpu_utilizationCPU utilization has reached <threshold>%True: warning, False: infoNode alert; Has global_threshold parameter in the key/value section of the log entry
even_node_countTrue high availability requires an odd number of nodesTrue: warning, False: infoCluster alert
ephemeral_storageEphemeral storage has reached <threshold>% of its capacityTrue: warning, False: infoNode alert; Has global_threshold parameter in the key/value section of the log entry
free_flashFlash storage has reached <threshold>% of its capacityTrue: warning, False: infoNode alert; Has global_threshold parameter in the key/value section of the log entry
high_latencyLatency is higher than <threshold> millisecondsTrue: warning, False: infoBDB alert; Has threshold parameter in the key/value section of the log entry
high_syncer_lagSync lag is higher than <threshold> secondsTrue: warning, False: infoBDB alert; Has threshold parameter in the key/value section of the log entry
high_throughputThroughput is higher than <threshold> RPS (requests per second)True: warning, False: infoBDB alert; Has threshold parameter in the key/value section of the log entry
inconsistent_rl_swNot all nodes in the cluster are running the same Redis Labs Enterprise Cluster versionTrue: warning, False: infoCluster alert
insufficient_disk_aofrwNode has insufficient disk space for AOF rewriteTrue: error, False: infoNode alert
memoryNode memory has reached <threshold>% of its capacityTrue: warning, False: infoNode alert; Has global_threshold parameter in the key/value section of the log entry
multiple_nodes_downMultiple cluster nodes are down - this might cause data lossTrue: warning, False: infoCluster alert
net_throughputNetwork throughput has reached <threshold> MB/sTrue: warning, False: infoNode alert; Has global_threshold parameter in the key/value section of the log entry
ocsp_query_failedFailed querying OCSP serverTrue: error, False: infoCluster alert
ocsp_status_revokedOCSP status revokedTrue: error, False: infoCluster alert
persistent_storagePersistent storage has reached <threshold>% of its capacityTrue: warning, False: infoNode alert; Has global_threshold parameter in the key/value section of the log entry
ram_dataset_overheadRAM Dataset overhead in a shard has reached <threshold>% of its RAM limitTrue: warning, False: infoBDB alert; Has threshold parameter in the key/value section of the log entry
ram_overcommitCluster capacity is less than total memory allocated to its databasesTrue: error, False: infoCluster alert
ram_valuesPercent of values in a shard's RAM is lower than <threshold>% of its key countTrue: warning, False: infoBDB alert; Has threshold parameter in the key/value section of the log entry
shard_num_ram_valuesNumber of values in a shard's RAM is lower than <threshold> valuesTrue: warning, False: infoBDB alert; Has threshold parameter in the key/value section of the log entry
sizeDataset size has reached <threshold>% of the memory limitTrue: warning, False: infoBDB alert; Has threshold parameter in the key/value section of the log entry
syncer_connection_errorSyncer connection errorerrorBDB alert
syncer_general_errorSyncer general errorerrorBDB alert
too_few_nodes_for_replicationDatabase replication requires at least two nodes in clusterTrue: warning, False: infoCluster alert

Events

EventUI messageSeverityNotes
backup_failedBackup failederrorBDB event
backup_startedBackup startedinfoBDB event
backup_succeededBackup succeededinfoBDB event
bdb_createdDatabase createdinfoBDB event
bdb_deletedDatabase deletedinfoBDB event
bdb_updatedDatabase updatedinfoBDB event; Indicates that a BDB configuration has been updated
checks_errorNode checks errorerrorNode event; Indicates that one or more node checks have failed
cluster_updatedCluster settings updatedinfoCluster event; Indicates that cluster settings have been updated
compression_unsup_errCompression not supported by sync destinationerrorBDB event
crossslot_errSharded destination does not support operation executed on sourceerrorBDB event
export_failedExport failederrorBDB event
export_startedExport startedinfoBDB event
export_succeededExport succeededinfoBDB event
import_failedImport failederrorBDB event
import_startedImport startedinfoBDB event
import_succeededImport succeededinfoBDB event
license_addedLicense addedinfoCluster event
license_deletedLicense deletedinfoCluster event
license_updatedLicense updatedinfoCluster event
node_abort_remove_requestNode abort remove requestinfoNode event
node_joinedNode joinedinfoCluster event
node_operation_failedNode operation failederrorCluster event
node_remove_abort_completedNode remove abort completedinfoCluster event; Node remove is a process that can fail and can also be aborted. If aborted, the abort can succeed or fail
node_remove_abort_failedNode remove abort failederrorCluster event; Node remove is a process that can fail and can also be aborted. If aborted, the abort can succeed or fail
node_remove_completedNode removedinfoCluster event; Node remove is a process that can fail and can also be aborted. If aborted, the abort can succeed or fail
node_remove_failedNode removederrorCluster event; Node remove is a process that can fail and can also be aborted. If aborted, the abort can succeed or fail
node_remove_requestNode remove requestinfoNode event
user_createdUser createdinfoUser event
user_deletedUser deletedinfoUser event
user_updatedUser updatedinfoUser event; Indicates that a user configuration has been updated