ASNMTAP
view release on metacpan or search on metacpan
more /opt/asnmtap/applications/htmlroot/snmptraps/.htaccess
AuthName "CITAP's Nagios Access"
AuthType Basic
AuthUserFile /etc/httpd/conf/nagios-htpasswd.users
require valid-user
... TODO ... NO PART OF NORMAL SETUP ...
Install HTML to PDF converter for Perl
--------------------------------------
HTMLDOC: http://www.htmldoc.org/
Downloading the Software
Get the software from http://www.htmldoc.org/
wget http://ftp.easysw.com/pub/htmldoc/1.8.25/htmldoc-1.8.25-source.tar.gz
Installing the Software
tar -xvzf htmldoc-1.8.27-source.tar.gz
cd htmldoc-1.8.27
./configure
make
make install
Licensing the Software
The HTMLDOC License window is shown the first time you run the software.
Click on the Update License button to add a license to your system
perl -MCPAN -e 'install HTML::HTMLDoc'
ln -s /usr/bin/htmldoc /opt/asnmtap/applications/htmlroot/cgi-bin/htmldoc.cgi
vi httpd.conf
AcceptPathInfo On
AddHandler cgi-script .cgi .pl
Options ExecCGI FollowSymLinks
mv $AMPATH/applications/archive.sh-orig $AMPATH/applications/archive.sh
mv $AMPATH/applications/bin/generateCollectorDaemonSchedulingReports.sh-orig $AMPATH/applications/bin/generateCollectorDaemonSchedulingReports.sh
mv $AMPATH/applications/bin/generateReports.sh-orig $AMPATH/applications/bin/generateReports.sh
mv $AMPATH/applications/bin/holidayBundleSetDowntimes.sh-orig $AMPATH/applications/bin/holidayBundleSetDowntimes.sh
cp ../your-logo.gif $AMPATH/applications/htmlroot/img/logos/bodyimage.gif
- man ASNMTAP::Asnmtap::Applications::Collector
- man ASNMTAP::Asnmtap::Applications::Display
- man ASNMTAP::Asnmtap::Applications::CGI
Information about the integration from ASNMTAP with HTMLDOC and Perfparse can be found at:
- man ASNMTAP::Asnmtap::Applications
./fixRights.sh
-------------------------------------------------------------------------
How do I install a ASNMTAP module into my home directory?
If you're not the Perl administrator you probably don't have permission to install a module to its default location.
Then you should install it for your own use into your home directory like so:
perl Makefile.PL INSTALL_BASE=~
-------------------------------------------------------------------------
( run in 0.812 second using v1.01-cache-2.11-cpan-39bf76dae61 )