Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit 3f036ae

Browse files
Fix /etc/monitrc using the wrong ports for baxter, maskin, and mester.
1 parent a9427e5 commit 3f036ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OS/buildroot/overlay/etc/monitrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ check process maskin
3636
matching "python.*maskin"
3737
start program = "/etc/init.d/Amaskin start"
3838
stop program = "/etc/init.d/Amaskin stop"
39-
if failed host localhost port 5005 within 2 cycles then restart
39+
if failed host localhost port 8083 within 2 cycles then restart
4040

4141
check process baxter
4242
matching "python.*baxter"
4343
start program = "/etc/init.d/Abaxter start"
4444
stop program = "/etc/init.d/Abaxter stop"
45-
if failed host localhost port 5005 within 2 cycles then restart
45+
if failed host localhost port 8081 within 2 cycles then restart
4646

4747
check process mester
4848
matching "python.*mester"
4949
start program = "/etc/init.d/Amester start"
5050
stop program = "/etc/init.d/Amester stop"
51-
if failed host localhost port 5005 within 2 cycles then restart
51+
if failed host localhost port 8082 within 2 cycles then restart
5252

5353
check process dash
5454
matching "python.*dash"

0 commit comments

Comments
 (0)