Good afternoon,
I have successfully created a python script that will check with our Duo Admin API, pull a list of users, then filter out users who are in BYPASS, then output those users.
While running the script natively in Visual Studio the output shows on separate lines for each result:

Setup as item. Testing returns the values in the way I expected.


The widget in Zabbix shows them all on a single line that does not fit unless I make the text very small. I've tried adjusting the size in hopes text would flow with the window but it does not.

My python code is configured to return each result on its own line, but Zabbix does not honor that. Maybe I am missing a setting. Is there a way that I can get each result on its own line in the widget?
I have successfully created a python script that will check with our Duo Admin API, pull a list of users, then filter out users who are in BYPASS, then output those users.
While running the script natively in Visual Studio the output shows on separate lines for each result:
Setup as item. Testing returns the values in the way I expected.
The widget in Zabbix shows them all on a single line that does not fit unless I make the text very small. I've tried adjusting the size in hopes text would flow with the window but it does not.
My python code is configured to return each result on its own line, but Zabbix does not honor that. Maybe I am missing a setting. Is there a way that I can get each result on its own line in the widget?
Comment