errors and deprecatons

This commit is contained in:
cronekorkn 2024-06-22 02:59:15 +02:00
parent 4996f98cd1
commit 53d2928de2
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -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',
], ],