Using MRTG's threshold feature to execute a php script
- by Dan Fried
I've set up mrtg using the online manual and the only online tutorial I found on the subject of thresholds, and the threshold just isn't firing.
In my mrtg.cfg file, the relevant lines are
ThreshDir: /path/to/mrtg/thresh
ThreshMaxI[performance]: 1
ThreshMaxO[performance]: 1
ThreshProgI[performance]: /path/to/mrtg/scripts/alert.php…