send proper format data to telegraf module from healtheck module - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/90

This commit is contained in:
m0duspwnens
2020-03-25 12:48:47 -04:00
parent 566a26e3b7
commit e6f91264fb

View File

@@ -18,5 +18,5 @@ def zeek():
else:
zeek_restarted = False
__salt__['telegraf.send']('healthcheck zeek_restarted: %s' % str(zeek_restarted))
__salt__['telegraf.send']('healthcheck zeek_restarted=%s' % str(zeek_restarted))
return 'zeek_restarted: %s' % str(zeek_restarted)