Browse Source
new: [send] add cron hourly for disk_usage and load_average_max
new: [send] add cron hourly for disk_usage and load_average_max
Boris Gallet
10 months ago
7 changed files with 218 additions and 21 deletions
-
36bin/myc-install
-
38bin/myc-update
-
90bin/send
-
69bin/vps
-
4etc/cron.d/check-backup
-
2etc/cron.d/monitor
-
BINetc/ssh/ntfy-key
@ -0,0 +1,4 @@ |
|||||
|
SHELL=/bin/bash |
||||
|
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin |
||||
|
|
||||
|
12 * * * * root vps check backup -n 2>&1 | logger -t stats |
@ -1,4 +1,4 @@ |
|||||
SHELL=/bin/bash |
SHELL=/bin/bash |
||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin |
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin |
||||
|
|
||||
*/2 * * * * root lock vps-stats -v -D -p 10 -k -c "vps stats -s" 2>&1 | logger -t stats |
|
||||
|
*/2 * * * * root lock vps-stats -v -D -p 10 -k -c "vps stats -s" 2>&1 | logger -t stats |
Write
Preview
Loading…
Cancel
Save
Reference in new issue