Page 1 of 1

NCPA Service check with Memory Usage option?

Posted: Tue Jan 05, 2021 10:24 am
by KeithErnest
Hello all,
Newbie with NCPA.
Currently I have a basic set up using Nagios Core on Ubuntu and a Windows machine running NCPA Client.
I manage to set up the basic monitoring for CPU, Memory and Service check.
My problem is, so far I only see the way to check if an specific service is running or not but I want to add a Memory check so I can trigger notification when this service reach a memory threshold.
I've been searching but can't any way to do it.

This is what I have so far to check y "myservice" is running or not

check_ncpa!-t 'nagiosncpa' -P 5693 -M 'services' -q 'service=myservice,status=running'

Any help will be really appreciatted

Thanks