mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
collectd: enable swap plugin
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
8ab9fd7fff
commit
0412c27fda
@@ -178,6 +178,14 @@ config globals 'globals'
|
||||
#config plugin 'sensors'
|
||||
# option enable '0'
|
||||
|
||||
#config plugin 'swap'
|
||||
# option enable '0'
|
||||
# option ReportByDevice '1'
|
||||
# option ValuesAbsolute '1'
|
||||
# option ValuesPercentage '0'
|
||||
# option ReportIO '1'
|
||||
# option ReportBytes '1'
|
||||
|
||||
#config plugin 'tcpconns'
|
||||
# option enable '0'
|
||||
# list ListeningPort '0'
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"bool": [
|
||||
"ReportBytes",
|
||||
"ReportByDevice",
|
||||
"ValuesAbsolute",
|
||||
"ValuesPercentage",
|
||||
"ReportIO"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user