errors and deprecatons
This commit is contained in:
parent
4996f98cd1
commit
53d2928de2
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ defaults = {
|
|||
# needed by crystal plugins:
|
||||
'libgc-dev': {},
|
||||
'libevent-dev': {},
|
||||
# crystal based:
|
||||
'libpcre3': {},
|
||||
},
|
||||
'sources': {
|
||||
'influxdata': {
|
||||
|
@ -56,7 +58,7 @@ defaults = {
|
|||
'procstat': {h({
|
||||
'interval': '60s',
|
||||
'pattern': '.',
|
||||
'fieldpass': [
|
||||
'fieldinclude': [
|
||||
'cpu_usage',
|
||||
'memory_rss',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue