3

I have a page with Munin reports and I want to send the email with graphs once per week on specific email. Any thoughts on how to achieve this?

Thanks!

Alex Netkachov
  • 585
  • 1
  • 6
  • 9

1 Answers1

0

Munin doesn't offer something like that out-of-box.

But, as it is only web pages, you just might script it :

  1. wget everything to a local temporary directory (you might also use directly the local copy)
  2. tar.gz it
  3. send the tar.gz to the specific email
Steve Schnepp
  • 2,222
  • 3
  • 21
  • 27