Scheduled Reports
-
fork.dentures
- Posts: 2
- Joined: Wed Oct 17, 2012 4:13 pm
Scheduled Reports
On the scheduled reports, we aren't looking to publish this server to the internet, but I noted that when I emailed a report, it just emails a link back the main server. Is there a mechanism by which a report can be generated in .pdf or html form and emailed? What I would like to be able to do is automatically generate reports to our customers without them having to login to the nagios server.
Re: Scheduled Reports
Only the "Executive Summary" report in not available in the pdf format, yet however you can do the following:
Click on the "Schedule Page" icon (the "clock" icon on the blue bar - upper right corner), enter the info, and click on "Save".
Otherwise, with the rest of the reports, you can just click on "Schedule This Report" icon. See the image below:
Hope this helps.
Click on the "Schedule Page" icon (the "clock" icon on the blue bar - upper right corner), enter the info, and click on "Save".
Otherwise, with the rest of the reports, you can just click on "Schedule This Report" icon. See the image below:
Hope this helps.
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Scheduled Reports
Don't want to hijack someone's post, but I followed your instructions and this error is in the email:
Should that have installed as a pre-req or do we need to install that manually?
Code: Select all
ERROR: /usr/bin/wkhtmltopdf is not installed - page rendering failed2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
-
fork.dentures
- Posts: 2
- Joined: Wed Oct 17, 2012 4:13 pm
Re: Scheduled Reports
That's awesome. Are there any plans to make the executive summary report available in a PDF like the others?
Re: Scheduled Reports
BanditBBS,
I am not sure why it didn't install... The wkhtml is in "/tmp/nagiosxi/subcomponents/". Try installing it:
I am not sure why it didn't install... The wkhtml is in "/tmp/nagiosxi/subcomponents/". Try installing it:
Code: Select all
cd /tmp/nagiosxi/subcomponents/wkhtml
./installBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Scheduled Reports
Someone already added the feature request and I am following the post myself. http://tracker.nagios.com/view.php?id=304fork.dentures wrote:That's awesome. Are there any plans to make the executive summary report available in a PDF like the others?
You should follow it as well, more customers wanting something the faster they will work on it
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Re: Scheduled Reports
fork.dentures,
It *should* be available in the next release.
It *should* be available in the next release.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Scheduled Reports
@BanditBBS - Somehow this component installation got missed by our upgrade scripts, so the freshly installed systems have it, while upgraded installs won't have it until 1.1 (hopefully releasing tomorrow).
You can manually install this subcomponent from the current tarball by downloading, extracting, then run:
@fork.dentures
You can manually install this subcomponent from the current tarball by downloading, extracting, then run:
Code: Select all
cd /tmp/nagiosxi/subcomponents/wkhtml
./installYes, although that probably won't be added until 2012r1.2.Are there any plans to make the executive summary report available in a PDF like the others?