Hi,
I´m looking for a way to send a CPU chart every hour to my e-mail,
like the chart below:
Thanks
I use a cron job and wget.
Why not create a new view with that chart on it and schedule it like shown here
Thansk for all answers.
Seigniory, can you explain me how do you use wget to send a chart ?
I have a directory on my server that will automatically email me any file that I drop into it. I schedule a cron job to run wget with the URL of the picture, like so:
wget --no-check-certificate orion.mydomain.com/.../CustomChart.aspx > /usr/mailer/out/image.jpg
Do you use the --http-user --http-password in your command ?
I´m not able to download chart. I get "file name too long" error.
Have you ever found a way to do this? It would be immensely useful for us to send a graph in our email alerts!