mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
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:
@@ -18,5 +18,5 @@ def zeek():
|
|||||||
else:
|
else:
|
||||||
zeek_restarted = False
|
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)
|
return 'zeek_restarted: %s' % str(zeek_restarted)
|
||||||
|
|||||||
Reference in New Issue
Block a user