23 May 2025
01:55 PM
- last edited on
26 May 2025
07:14 AM
by
MaciejNeumann
Hi Community,
I'm looking to create a holistic dashboard for CyberArk components like the PVWA/CPM/PSM/CCP etc. and would like to capture content like CPU/Memory/Disk usage and then incoming/outgoing connections, and certain specific monitoring like hits per/timeframe for ccp etc. Is there a package or code that can be used to set this up ?
Regards
Anand
Solved! Go to Solution.
28 May 2025 04:32 AM
@negianand87 Not sure if something readily available but you should be able to build a dashboard and tiles with relevant metrics by filtering based on the process groups running on Hosts . Here is an example
PVWA
fetch dt.entity.process_group
|filter in (entity.name , array("CyberArkScheduledTasks.exe", "IIS app pool PasswordVaultWebAccessPool"))
CPM
fetch dt.entity.process_group
|filter in (entity.name , array("CACPMScanner.exe"))