How to Print Hypermap
How to Print Hypermap
Is there a way to export Hypermap so that I can print it on a large scale printer?
Re: How to Print Hypermap
You could install a PDF writer (CutePDF, pdfcreator, etc) and click the popout button and print it to PDF and print from there or directly to printer.
You do not have the required permissions to view the files attached to this post.
Re: How to Print Hypermap
I would need to zoom out all the way out.
Is there another way?
Is there another way?
Re: How to Print Hypermap
Short of using a 60" TV as a monitor, setting the resolution really high, then zooming out to preserve the scale... I don't think we have anything at the moment.
We can certainly put this in as a feature request, but I can't say one way or the other whether this would be implemented, or if so, when.
We can certainly put this in as a feature request, but I can't say one way or the other whether this would be implemented, or if so, when.
Former Nagios employee
Re: How to Print Hypermap
This might get you close but it will be overwritten when you do an upgrade:
Make a backups of:
/usr/local/nagiosxi/html/includes/components/hypermap/dashlet.inc.php
/usr/local/nagiosxi/html/includes/components/hypermap/css/base.css
In dashlet.inc.php, remove this chunk of code (around line 129):
Then edit base.css and change all occurrences of 600px to 1024px or whatever size you want.
Then view it by clicking the popout button (3 horizontal blue lines) on the top right.
That should give you a start but it is by no means complete and you may have to play around with it.
Make a backups of:
/usr/local/nagiosxi/html/includes/components/hypermap/dashlet.inc.php
/usr/local/nagiosxi/html/includes/components/hypermap/css/base.css
In dashlet.inc.php, remove this chunk of code (around line 129):
Code: Select all
<div id="hypermap-right-container">
<div id="hypermap-inner-details"></div>
<div id="hypermap-help">
<h3>' . gettext('About This Map') . '</h3>
<p>
' . gettext('The hypermap displays the current status of network devices (hosts).') . '
</p>
<p>
' . gettext('Click on a node to center it and obtain detailed status information.') . '
</p>
</div>
</div>Then view it by clicking the popout button (3 horizontal blue lines) on the top right.
That should give you a start but it is by no means complete and you may have to play around with it.