I have a proxy script that makes HTTP GET requests to other pages using cURL through PHP.
Is it possible to monitor what response codes are returned to those cURL requests, using Cacti? If not Cacti, possible with any similar monitoring system?
For example, I want a report that shows how many responses came in each status category, ie, with a 200, a 404, 500, etc.