I want to integrate below command to get some specific output from Linux servers. ACC has been insta
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 01:30 AM
My client has installed ACC (Agent Client Collector) on infra devices and also using ACC-M for monitoring them.
Now they want to integrate below command output for all CPU and Memory related alerts. This will help them to identify why this alert is generated initially.
uptime
date
ps -eo user,pid,ppid,s,cmd,%mem,%cpu --sort=-%mem | head -10
ps -eo user,pid,ppid,s,cmd,%mem,%cpu --sort=-%cpu | head -10
Also they want to integrate below command output on all Disk usage related alerts.
uptime
date
df -Th
df -i
How can I achieve this?
0 REPLIES 0