Search found 3 matches
- Mon Jul 01, 2019 9:48 pm
- Forum: Open Source Nagios Projects
- Topic: Problem using check_procs with multiple commands
- Replies: 4
- Views: 1413
Re: Problem using check_procs with multiple commands
Having this in the nrpe.cfg is the problem # nrpe.cfg command[check_procs]=/usr/local/nagios/libexec/check_procs -C mongod -c 1:100 command[check_procs]=/usr/local/nagios/libexec/check_procs -C crond -c 1:100 command[check_procs]=/usr/local/nagios/libexec/check_procs -C node -s '/path/to/server.js'...
- Mon Jul 01, 2019 9:47 pm
- Forum: Open Source Nagios Projects
- Topic: Problem using check_procs with multiple commands
- Replies: 4
- Views: 1413
Re: Problem using check_procs with multiple commands
Thank you so much
It is working now
Please & kindly accept my best regards,,
It is working now
Please & kindly accept my best regards,,
- Sat Jun 29, 2019 10:07 am
- Forum: Open Source Nagios Projects
- Topic: Problem using check_procs with multiple commands
- Replies: 4
- Views: 1413
Problem using check_procs with multiple commands
Hello there I am using "check_procs" command to check for "crond" service The check command was working very good for one service but once i added two additional services to be checked "mongod" & "node" i found problems The problem is that in nagios web pa...