Withdraw of the 6.9.2 Release
Unfortunately, due to critical issues identified with version 6.9.2, we have decided to remove it and ensure it's no longer available for download. These issues impacted the ability to install or upgrade but none were security-related. We are diligently working to resolve these issues and are planning to release an updated version 6.9.3 in early May.
What if you've already upgraded?For customers who have already upgraded to 6.9.2, no immediate action is required, as none of these issues are security-related. Once it's available, you will still be able to upgrade to 6.9.3 as normal. We appreciate your patience and trust as we continue to enhance our software to better serve you. Thank you for your understanding.
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.
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.
|
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: