Search found 1 match
- Wed Jul 22, 2020 9:46 am
- Forum: Open Source Nagios Projects
- Topic: Linux CPU with Graphs?
- Replies: 1
- Views: 2104
Re: Linux CPU with Graphs?
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: ./check_ncpa.py -H <Host> -t '<your token>' -M 'cpu/percent' -q 'aggregate=avg' -c 20: I w...