Merge pull request #46685 from fredprod/add_save_load_zabbix_returner

Add save_load in zabbix returner
This commit is contained in:
Nicole Thomas 2018-04-04 16:35:22 -04:00 committed by GitHub
commit 020fac2370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,10 @@ def zabbix_send(key, host, output):
cmd = zbx()['sender'] + " -c " + zbx()['config'] + " -s " + host + " -k " + key + " -o \"" + output +"\""
def save_load(jid, load, minions=None):
pass
def returner(ret):
changes = False
errors = False