Update style of client strings.
(imported from commit 1516461cf53b2715de68e01f16bb8a8cc33c48ad)
This commit is contained in:
parent
a1cf1f04a2
commit
c03ac5e3ce
16 changed files with 17 additions and 15 deletions
|
@ -15,7 +15,7 @@ for opt in ('type', 'host', 'service', 'state'):
|
|||
parser.add_option('--' + opt)
|
||||
(opts, args) = parser.parse_args()
|
||||
|
||||
client = zulip.Client(config_file=opts.config, client="nagios " + VERSION)
|
||||
client = zulip.Client(config_file=opts.config, client="ZulipNagios/" + VERSION)
|
||||
|
||||
msg = dict(type='stream', to=opts.stream)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue