Page 1 of 1

Linux CPU with Graphs?

Posted: Wed Jul 22, 2020 9:24 am
by morganmiskell
I've found plenty of plugins that can monitor CPU on linux, however I've not found any that will generate the graphs natively inside NagiosXI. Anyone know of such a plugin?

Re: Linux CPU with Graphs?

Posted: Wed Jul 22, 2020 9:46 am
by wootton
Have you tried to check_cpu plugin? You can also create an alert for CPU usage if you want to get notifications on a significant usage. Also, check the code I've found on later discussions for the NCPA plugin:

Code: Select all

./check_ncpa.py -H <Host> -t '<your token>' -M 'cpu/percent' -q 'aggregate=avg' -c 20:
I was wondering if it's possible to check the CPU usage remotely? I have a real estate in Cannes and my brother is living there recently, so I want to check the cpu usage of his pc regularly. Is it something possible?