You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
Would you consider to replace this line 91. I didn't learn how to make a pr yet. loginf(self.zabbix_sender + " result: " +sender_stdout.decode())
with loginf(' '.join(sender_stdout.decode().split()))
to get a better output format. you will get something like this Response from "XXX.XXX.XXX.XXX:10051": "processed: 32; failed: 0; total: 32; seconds spent: 0.000852" sent: 32; skipped: 0; total: 32
Thanks
The text was updated successfully, but these errors were encountered:
Hello.
Would you consider to replace this line 91. I didn't learn how to make a pr yet.
loginf(self.zabbix_sender + " result: " +sender_stdout.decode())
with
loginf(' '.join(sender_stdout.decode().split()))
to get a better output format. you will get something like this
Response from "XXX.XXX.XXX.XXX:10051": "processed: 32; failed: 0; total: 32; seconds spent: 0.000852" sent: 32; skipped: 0; total: 32
Thanks
The text was updated successfully, but these errors were encountered: