Security

 View Only
  • 1.  Status monitoring for ClearPass extensions

    Posted Jan 16, 2024 10:29 PM

    I've just discovered the Microsoft Intune extension running on our ClearPass VM had crashed - the loss of sync with Intune prevented access for newly added endpoints.

    Are there any options for externally monitoring the state of extensions such as via SNMP or API query?



  • 2.  RE: Status monitoring for ClearPass extensions

    Posted Jan 17, 2024 12:54 PM

    Following this.  I have customers asking for this with the SOTI extension as well.  I think a syslog is triggered though for extension issues.




  • 3.  RE: Status monitoring for ClearPass extensions
    Best Answer

    Posted Jan 18, 2024 12:58 PM
      |   view attached

    We are monitoring our environment with the software from Frameflow.
    Within Frameflow it is possible to built your own Event Monitor using Powershell. From the Powershell script we query the REST API to list not running extensions.

    See attachment for used Powershell script.


    Attachment(s)

    txt
    CP extension monitor.txt   1 KB 1 version


  • 4.  RE: Status monitoring for ClearPass extensions

    Posted Jan 18, 2024 07:38 PM

    Very helpful, thank you!