Skip to content

Commit

Permalink
Merge pull request #30 from lsst-it/auxtel-netspeed
Browse files Browse the repository at this point in the history
(files/monit_netspeed) tweak expected auxtel.cp speeds
  • Loading branch information
glennmorris authored Oct 17, 2024
2 parents 0efe83c + 710f0d4 commit f60a9e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions files/monit_netspeed
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ case ${HOSTNAME%%.*} in
lsst-it0[0-9]|*d[bc][0-9][0-9]|*-fp0[0-9]|*-vs0[0-9]|*daq0[0-9]|*-mcm|lsst-ss01) expected=10000 ;;
esac

## https://rubin-obs.slack.com/archives/C07QM70QAR2/p1728940731554179
case $HOSTNAME in
auxtel-mcm.cp.*|auxtel-fp01.cp.*) expected=1000 ;;
esac

[ "$1" = "-p" ] && \
echo "Interface = $eth0, speed = $speed, expected = $expected"

Expand Down

0 comments on commit f60a9e3

Please sign in to comment.