Hi!
I had to modify the pure_storage_fb_alerts.py file to get the alerts to work on CMK 2.3.0p30.
I added 'or None' on lines 88, 94 and 100.
It's working well now.
If I understand correctly, details cannot be an empty string, but they can be None if there is no information to display. The original script returned an empty string, which caused the plugin to crash.
Hi!
I had to modify the pure_storage_fb_alerts.py file to get the alerts to work on CMK 2.3.0p30.
I added 'or None' on lines 88, 94 and 100.
It's working well now.
If I understand correctly, details cannot be an empty string, but they can be None if there is no information to display. The original script returned an empty string, which caused the plugin to crash.