Search found 3 matches

by kdt
Mon Nov 24, 2014 9:21 am
Forum: Open Source Nagios Projects
Topic: incorrect output
Replies: 6
Views: 3653

Re: incorrect output

Both process running under web user & command was triggered by root users on both end (client & server ).
Server is showing count as 1 instant of 2 so i think its able to read & grep.
Please correct me if wrong.
by kdt
Mon Nov 24, 2014 2:32 am
Forum: Open Source Nagios Projects
Topic: incorrect output
Replies: 6
Views: 3653

Re: incorrect output

Hi , Have change the script as per suggestion. Please let me know how to fix it. Below is the output.. Client End Out put : web 21887 1 1 Nov21 1 01:10:35 python ./AB.py --logging-level=debug --logging-file=XXXXXXX web 29040 1 6 Nov17 1 10:24:36 python ./XX.py --logging-level=debug --logging-file=YY...
by kdt
Fri Nov 21, 2014 8:44 am
Forum: Open Source Nagios Projects
Topic: incorrect output
Replies: 6
Views: 3653

incorrect output

Hi All, I have one shell script, using to check two process running or not. When i run that script on client it gives correct output (process running or not) but while running plugins from nagios server its gives opposite out-put. Below is script : cat check_consum_process #!/bin/sh #set -x COUNT2=`...