Fix Zabbix 5 compatibility for Template Aruba ClearPass Policy Manager.xml#15
Open
argusb wants to merge 2 commits into
Open
Fix Zabbix 5 compatibility for Template Aruba ClearPass Policy Manager.xml#15argusb wants to merge 2 commits into
argusb wants to merge 2 commits into
Conversation
This Zabbix Template monitors an Aruba ClearPass Policy Manager (CPPM) server for:
* Certificate validity and expiry of the RADIUS, RadSec and HTTPS certificates.
* License usage (for now only of Access licenses)
Monitoring is done through the REST API, which requires an "API Client" user.
Creating an API Client in ClearPass:
ClearPass Guest -> Administration -> API Clients -> Create API Client.
Set the following options:
Client ID: username (for example: zabbix_monitor)
Enabled: True (default)
Operating Mode: ClearPass REST API (default)
Operator Profile: Read-only Administrator
Grant Type: Client credentials (grant_type=client_credentials)
Access Token Lifetime: 8 hours (default, als aangepast, dan ook template aanpassen).
Please not the "Client Secret", this is used for authentication by Zabbix.
Set the following (mandatory) macros:
{$CPPM_API_CLIENT} Client ID username.
{$CPPM_API_FQDN} ClearPass server adres (IP or FQDN).
{$CPPM_API_SECRET} Client Secret.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Edited template to fix compatibility to Zabbix 5.0 and 6.0