Skip to content

Commit

Permalink
Merge pull request #47 from jooooooon/bug_7805/wrong_case_when_rudder…
Browse files Browse the repository at this point in the history
…_agent_health_looks_for_could_not_get_an_updated_configuration_string_in_logs

Fixes #7805: Wrong case when \"rudder agent health\" looks for \"could not get an updated configuration\" string in logs
  • Loading branch information
VinceMacBuche committed Jan 20, 2016
2 parents a1bcdfe + 427a205 commit 593f2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/commands/agent-health
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ then
fi

# test connection errors
egrep "FATAL:|Fatal :|Could not get an updated configuration" "${CFE_DIR}/outputs/previous" > /dev/null
egrep "FATAL:|Fatal :|could not get an updated configuration" "${CFE_DIR}/outputs/previous" > /dev/null
if [ $? -ne 1 ]
then
echo "Connection errors in Rudder agent last run"
Expand Down

0 comments on commit 593f2a6

Please sign in to comment.