Ignore sustainable.setup messages #3321 (#3587)

This commit is contained in:
Peter Hedenskog 2022-03-04 08:26:08 +01:00 committed by GitHub
parent 07cdbcc543
commit 0f79c73bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ function shouldIgnoreMessage(message) {
'ftp.finished',
'graphite.setup',
'influxdb.setup',
'grafana.setup'
'grafana.setup',
'sustainable.setup'
].indexOf(message.type) >= 0
);
}