Linux CPU with Graphs?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
morganmiskell
Posts: 7
Joined: Thu May 23, 2019 4:21 pm

Linux CPU with Graphs?

Post 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?
wootton
Posts: 1
Joined: Wed Jul 22, 2020 9:35 am

Re: Linux CPU with Graphs?

Post 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?
Locked