Skip to content

Commit

Permalink
Merge pull request #131 from mrceyhun/b-fix-cmsmonit-int
Browse files Browse the repository at this point in the history
Fix ggus_alerting parameter
  • Loading branch information
leggerf authored Feb 15, 2022
2 parents 046ba31 + 629baef commit ad10a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ggus_alert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ verbose=${7:-0}
while true; do
echo "### ggus_parser -format $ggus_format -out $data_file -timeout $timeout -verbose $verbose"
ggus_parser -format $ggus_format -out $data_file -timeout $timeout -verbose $verbose
echo "### ggus_alerting -input $data_file -url $cmsmon_url -vo $vo -verbose $verbose"
ggus_alerting -input $data_file -url $cmsmon_url -vo $vo -verbose $verbose
echo "### ggus_alerting -input $data_file -urls $cmsmon_url -vo $vo -verbose $verbose"
ggus_alerting -input $data_file -urls $cmsmon_url -vo $vo -verbose $verbose
sleep $interval
done

0 comments on commit ad10a3d

Please sign in to comment.