new file: .env.example
new file: .gitignore new file: README.md new file: install.sh new file: ping-vps.service new file: ping-vps.sh new file: ping-vps.timer
This commit is contained in:
commit
878600ca30
7 changed files with 80 additions and 0 deletions
9
.env.example
Normal file
9
.env.example
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
# .env.example
|
||||
MATRIX_SERVER=""
|
||||
MATRIX_TOKEN=""
|
||||
MATRIX_ROOM=""
|
||||
BOT_TOKEN=""
|
||||
CHAT_ID=""
|
||||
TARGET_IP=""
|
||||
STATE_FILE="/tmp/ping_monitor_state"
|
||||
Loading…
Add table
Add a link
Reference in a new issue