Skip to content

Conversation

@argusb
Copy link

@argusb argusb commented Aug 18, 2022

Edited template to fix compatibility to Zabbix 5.0 and 6.0

argusb added 2 commits August 18, 2022 15:05
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant