Opened 6 years ago

Closed 6 years ago

#79 closed defect (fixed)

PROCSTATE Checking for multiple instances of same process ?

Reported by: anonymous Owned by: mickem
Priority: 1 Milestone:
Component: CheckSystem Version: 0.2.7
Severity: Feature Requests Keywords:
Cc:

Description

Hello,

We have MSSQL Server installed and have 2 instances running, that means when it comes to processed we have 2 of each under different accounts.

Now, NSClient++ Daemon is config. to run on the systema ccount, and when querying for say.. sqlserver.exe (there are 2 of them for the 2 instances) it shows process running. but for which? they are both on?

It will not give a warning if one is down and the other on? (instances)

Change History (1)

comment:1 Changed 6 years ago by mickem

  • Resolution set to fixed
  • Status changed from new to closed

Maybe I should update the docs: There is an option for this:
checkProcState MinCritCount?=50 svchost.exe=started for instance will report critical unless 50 svchost.exe are running (the MinCritCount? can be replaced by (Max|Min)(Crit|Warn)Count=<number> so feel free to alter to what you need but I am thinking you want: checkProcState MinCritCount?=2 mysql.exe=started

Note: See TracTickets for help on using tickets.