Blackbox Correct Metrics

Up DOES NOT Mean The Site is OK

When you setup blackbox exporter you might think metric up can be used to detect website failure. However up only corresponds the job entry of blackbox exporter not the job itself. It means only job is alive and running.

Instead of up you should use probe_success to determine the module check fails or succeeds. You set up following alert for Alertmanager.

probe_success{job="blackbox-exporter"} == 0