-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.1.44: Reducing status polling & better out of disk space handling
v0.1.44: Reducing status polling & better out of disk space handling
- Loading branch information
Showing
15 changed files
with
292 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
All files added here into this file folder must also be added to | ||
setup.py "additional_setup_parameters" to be copied during installation! | ||
|
||
|
||
WARNING: | ||
Only Two levels of folders are supported. | ||
Therefor it's not possible to have a subfolder in `migrate` like this `files/migrate/my_subfolder` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/var/log/haproxy.log { | ||
daily | ||
rotate 4 | ||
missingok | ||
notifempty | ||
compress | ||
delaycompress | ||
postrotate | ||
invoke-rc.d rsyslog rotate >/dev/null 2>&1 || true | ||
endscript | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/var/log/iobeam.log { | ||
size 2M | ||
rotate 4 | ||
compress | ||
delaycompress | ||
missingok | ||
notifempty | ||
copytruncate | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/var/log/mount_manager.log { | ||
size 2M | ||
rotate 2 | ||
compress | ||
delaycompress | ||
missingok | ||
notifempty | ||
copytruncate | ||
create 644 root root | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/var/log/mrb_check.log { | ||
size 5M | ||
rotate 4 | ||
compress | ||
delaycompress | ||
missingok | ||
notifempty | ||
copytruncate | ||
create 644 root root | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/var/log/mrbeam_ledstrips.log { | ||
size 2M | ||
rotate 2 | ||
compress | ||
delaycompress | ||
missingok | ||
notifempty | ||
copytruncate | ||
create 644 root root | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/var/log/netconnectd.log { | ||
size 2M | ||
rotate 2 | ||
compress | ||
delaycompress | ||
missingok | ||
notifempty | ||
copytruncate | ||
} |
Oops, something went wrong.