New and Changed Information
The following table provides an overview of the significant changes up to this current release. The table does not provide an exhaustive list of all changes or of the new features up to this release.
Cisco APIC Release Version |
Feature |
Description |
---|---|---|
5.2(3) |
Support for Prometheus Node Exporter |
Beginning with release 5.2(3), support is now available for monitoring metrics using the Prometheus Node Exporter. |
Monitoring Metrics
Beginning with release 5.2(3), support is available for monitoring metrics for Cisco APIC using the Prometheus Node Exporter. The Prometheus Node Exporter provides visibility to a wide variety of hardware and kernel-related metrics, where it collects technical information from Linux nodes, such as CPU, disk, and memory statistics. For overview information on the Prometheus Node Exporter, see:
https://prometheus.io/docs/introduction/overview/
If your Cisco APIC is running on release 5.2(3) or later, the Prometheus Node Exporter is automatically available by default.
Guidelines and Limitations
Both HTTP and HTTPS are supported for monitoring metrics using the Prometheus Node Exporter with Cisco APIC.
Monitoring Metrics Using the CLI
Procedure
Step 1 |
Enter the following commands to enter the appropriate configuration mode:
|
Step 2 |
Enter the appropriate command to read the node exporter metrics for HTTP or HTTPS service.
|
Step 3 |
Enter the For example:
|
Step 4 |
After you have enabled the Prometheus Node Exporter, enter the For example:
|
Monitoring Metrics Using the REST API
These procedures describe how to enable the Prometheus Node Exporter to monitor metrics using the REST API.
Procedure
Step 1 |
To determine if the Prometheus Node Exporter is enabled or not, send the appropriate GET call.
Locate the |
Step 2 |
To monitor metrics, send the appropriate post to enable the Prometheus Node Exporter.
|
Step 3 |
To view the metrics using REST API, send the appropriate GET call.
Output similar to the follows is displayed:
|
Step 4 |
To disable the Prometheus Node Exporter, send the appropriate post.
|