Database - Etcd Opspack

etcd is a distributed key/value store that provides a reliable way to store data across a cluster of machines. It’s open-source and available on GitHub. etcd gracefully handles leader elections during network partitions and will tolerate machine failure, including the leader.

What You Can Monitor Copied

Monitors the performance and system status for an etcd database v2 and v3.

Note: etcd version 3 is only supported when running etcd with API Version 2

Service Checks Copied

Service Check Description
Etcd - Client Sent and Received Bytes Sent and Received bytes for client (calculated using TimeSeries counter feature to work out the rate of change)
Etcd - Durations The latency durations of commits called by backend and fsync called by wal
Etcd - File Descriptors Max number and current number of file descriptors
Etcd - HTTP Requests Made Total number of HTTP requests made (calculated using TimeSeries counter feature to work out the rate of change)
Etcd - Leader Changes Seen The number of changes to the leader (calculated using TimeSeries counter feature to work out the rate of change)
Etcd - Proposals Number of proposals applied, committed, pending and failed to the system
Etcd - Watchers Number of current watchers

Setup and Configuration Copied

Add the Host Template Copied

Add the Database - Etcd Host Template to your Opsview Monitor host.

Add Host Template

Note

For more information, refer to the documentation on Adding Host Templates to Hosts.

Add and configure variables required for this host Copied

Variable Description
ETCD Used to override the API version and port number.
ETCD_TLS Used to enable and configure TLS connections to Etcd. To enable set TLS Enabled Flag to --tls. Setting CA Path enables a custom CA to be included in the server certificate checking, and Certificate Path and Key Path are the client certificate and associated private key.

Opsview Cloud

For Opsview Cloud customers, please contact ITRS Support for assistance with certificate files, as it requires Orchestrator access.

Add Variables

Note

For more information, refer to the documentation on Adding Variables to Hosts.

Apply Changes Copied

Apply Changes and the system will then be monitored:

View Host Service Checks

["Opsview On-Premises"] ["Opsview > Opspacks"] ["User Guide", "Technical Reference"]

Was this topic helpful?