I want to integrate below command to get some specific output from Linux servers. ACC has been insta

Ashu Rohtak
Tera Contributor

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