ServerBot/config.sh

22 lines
321 B
Bash
Raw Normal View History

2019-05-10 02:23:32 +02:00
#!/bin/bash
#services that should be running
services="nginx,mysql"
#cpu usage limit (not divided by core count)
cpulimit="150"
#telegram api-token
token="123456:ABCDEFGH"
#telegram user to notify
userid="123456"
#harddrive usage percentage
hddlimit="50"
#harddrive
hdd="/dev/sda1"
2019-05-10 20:01:51 +02:00
memlimit="90"
2019-05-19 03:57:33 +02:00
certlimit="1 week"