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
We run a variety of systems that return image data that we would like to be able to monitor with blackbox. Our ArcGIS devs are monitoring them right now using a homegrown Python script that reads the returned image and uses .getcolors() to get a count of individual colors in the image.
It would be great to have a feature that could send the output from a probe either as STDIN to another external program, or as POST data to a configured web service so that the output payload can be analyzed more thoroughly than what we can do with regular expressions.
The text was updated successfully, but these errors were encountered:
We run a variety of systems that return image data that we would like to be able to monitor with
blackbox
. Our ArcGIS devs are monitoring them right now using a homegrown Python script that reads the returned image and uses.getcolors()
to get a count of individual colors in the image.It would be great to have a feature that could send the output from a probe either as STDIN to another external program, or as POST data to a configured web service so that the output payload can be analyzed more thoroughly than what we can do with regular expressions.
The text was updated successfully, but these errors were encountered: