monitoring-plugins / monitoring-plugins

Monitoring Plugins
https://www.monitoring-plugins.org
GNU General Public License v3.0
481 stars 283 forks source link

check_http and time to first byte #1346

Open jeffadams opened 9 years ago

jeffadams commented 9 years ago

I'd like the ability to alert on time to first byte. I've worked with more than one heavy weight application where TTFB was the most reliable way to know if the app was up. I understand that this use case might be relatively limited, but it could be very useful in these cases.

A patch for this looks pretty simple. I'll be glad to submit it if there's interest.

waja commented 1 year ago

@jeffadams still interested to get that integrated? Maybe look into check_curl, which SHOULD replace check_http at some point.