[PR #5761/84ebda65 backport][stable-6] Fix callback plugin types (#5764)

Fix callback plugin types (#5761)

Fix callback types.

(cherry picked from commit 84ebda65f1)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2023-01-04 23:46:31 +01:00
committed by GitHub
parent c355f93d62
commit e08412c345
7 changed files with 17 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ class CallbackModule(CallbackBase):
"""
CALLBACK_VERSION = 2.0
CALLBACK_TYPE = 'aggregate'
CALLBACK_TYPE = 'notification'
CALLBACK_NAME = 'community.general.syslog_json'
CALLBACK_NEEDS_WHITELIST = True