Set a client name for the mirroring Nagios check.
(imported from commit e90bf0277479c856dcb975c9b5a3a1178abf1379)
This commit is contained in:
parent
31f6e3be77
commit
47e9117a66
|
@ -44,6 +44,7 @@ import api.common
|
|||
humbug_client = api.common.HumbugAPI(email=humbug_user,
|
||||
api_key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
||||
verbose=True,
|
||||
client="test: Humbug API",
|
||||
site=options.site)
|
||||
|
||||
def print_zephyr(notice):
|
||||
|
|
Loading…
Reference in a new issue