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:
|
# needed by crystal plugins:
|
||||||
'libgc-dev': {},
|
'libgc-dev': {},
|
||||||
'libevent-dev': {},
|
'libevent-dev': {},
|
||||||
|
# crystal based:
|
||||||
|
'libpcre3': {},
|
||||||
},
|
},
|
||||||
'sources': {
|
'sources': {
|
||||||
'influxdata': {
|
'influxdata': {
|
||||||
|
@ -56,7 +58,7 @@ defaults = {
|
||||||
'procstat': {h({
|
'procstat': {h({
|
||||||
'interval': '60s',
|
'interval': '60s',
|
||||||
'pattern': '.',
|
'pattern': '.',
|
||||||
'fieldpass': [
|
'fieldinclude': [
|
||||||
'cpu_usage',
|
'cpu_usage',
|
||||||
'memory_rss',
|
'memory_rss',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue