Quote:
Originally posted by xenotick
Is it possible to get an output from MRTG that you could put into a php script showing live on the website?
|
You don't even need to do that. You can use regular html for it to work, type this to get it display as a part of your web site:
</img src="http://www.yourdomain.com/path/to/mrtg/xx.xx.xx.xx_day.png">
Remove the slash, replace the X's with the actual IP or file name, etc.. You can get the link to the image, by right clicking on it in your mrtg direcotry and clicking properties. Put that link in your img src tag. Good luck.