Skip to content

Commit edb0c1c

Browse files
committed
CentOS 8: Enable more accounting options
DefaultIOAccounting and DefaultIPAccounting are supported by CentOS 8 sowe can enable them as well.
1 parent 60cc523 commit edb0c1c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

data/CentOS-8.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ systemd::accounting:
44
DefaultBlockIOAccounting: 'yes'
55
DefaultMemoryAccounting: 'yes'
66
DefaultTasksAccounting: 'yes'
7+
DefaultIOAccounting: 'yes'
8+
DefaultIPAccounting: 'yes'

data/RedHat-8.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ systemd::accounting:
44
DefaultBlockIOAccounting: 'yes'
55
DefaultMemoryAccounting: 'yes'
66
DefaultTasksAccounting: 'yes'
7+
DefaultIOAccounting: 'yes'
8+
DefaultIPAccounting: 'yes'

0 commit comments

Comments
 (0)