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
I think internally we're only using blackbox exporter as an http check, hence using URLField, but you're correct that blackbox_exporter supports other kinds of checks as well. It's something that might be worth fixing, but we would also probably want to clean up the labels suggesting that it's an http only check.
The field for the url (blackbox exporter probe) is of type URLField. This prevents the blackboxexporter to be used for tcp, ssh and smtp probes.
promgen/promgen/models.py
Line 381 in 209180f
Changing it to CharField would introduce less validations but the fuctionality would be more flexible.
The text was updated successfully, but these errors were encountered: