10 lines
403 B
Bash
10 lines
403 B
Bash
python3 Matrix\ Synapse/check_federation.py \
|
|
--bot1-user '@bot1:your-hs.com' \
|
|
--bot1-pw password1234 \
|
|
--bot1-hs https://matrix.your-hs.com \
|
|
--bot1-auth-file /opt/custom-nagios-checks/auth-fed-test-bot1.json \
|
|
--bot2-user '@bot2:matrix.org' \
|
|
--bot2-pw password1234 \
|
|
--bot2-hs https://matrix-federation.matrix.org \
|
|
--bot2-auth-file /opt/custom-nagios-checks/auth-fed-test-bot2.json
|