Monitor a Process

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
costanza2k1
Posts: 197
Joined: Fri Aug 09, 2013 12:19 pm

Monitor a Process

Post by costanza2k1 »

Hi all, I've been monitoring some processes in our *nix and windows environments. I had a question, is there a way to specifically monitor and graph performance of a process. One of our major apps uses java.exe, well I'm monitoring it to see if it's up but not capturing if it's running away with memory and so on. Suggestions welcome and as always thanks!
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Monitor a Process

Post by tmcdonald »

Nagios supports graphing using a few frontend methods, but basically they all rely on performance data. Perfdata is sent along with the service/host status in a form like:

Code: Select all

Service OK |time=12ms
for a simple example. That 12ms could be the time a ping took, or how long a command ran on the target machine. That then gets graphed via Highcharts or a similar graphing library.
Former Nagios employee
Locked