User talk:Jbilyk: Difference between revisions

From Alpine Linux
(added rt ManualRequirements section)
m (nowiki'd a dead link. Corrected Google URL.)
 
(10 intermediate revisions by one other user not shown)
Line 2: Line 2:
|<div style="font-size: 1.5em; font-weight:bold;"> [[Image:Underconstruction_clock_icon_gray.svg‎|64px|left|link=]] This page is a work in progress ... </div><p style="text-align: center; font-size: 87%;">This page is still being developed.</p>
|<div style="font-size: 1.5em; font-weight:bold;"> [[Image:Underconstruction_clock_icon_gray.svg‎|64px|left|link=]] This page is a work in progress ... </div><p style="text-align: center; font-size: 87%;">This page is still being developed.</p>
|}
|}
<h1>RT ticket tracking system Alpine Linux 2.2.0 Howto</h1>
http://download.bestpractical.com/pub/rt/release/rt-4.0.0.tar.gz <br />
or <br />
http://download.bestpractical.com/pub/rt/release/rt.tar.gz <br />
<br /><br />
Source: http://requesttracker.wikia.com/wiki/ManualRequirements <br />
* apk add lighttpd fcgi perl
* "Currently (April,2008 - RT 3.6.6) the dependency "HTML::FormatText" will not install due to a failure in a subdependency: "Font::AFM". The latter fails with a test result: t/afm.....skipped (no reason given). You will need to install this manually with CPAN using the command "force install Font::AFM". Afterwards, the "HTML::FormatText" module can be installed ok."
* 'during the setup configuration of CPAN tell the configuration dialog that there is no "ncftp" executable and then select only "http" CPAN Mirrors'
* Edit lighttpd.conf and enable fastcgi
<hr />
Idea is to set up Nagios as an SNMP trap receiver, especially for HP Procurve switch alerts<br />
Idea is to set up Nagios as an SNMP trap receiver, especially for HP Procurve switch alerts<br />
Source: http://xavier.dusart.free.fr/joomla/index.php/en/nagios/47-traps-snmp-dans-nagios <br />
Source: <nowiki>http://xavier.dusart.free.fr/joomla/index.php/en/nagios/47-traps-snmp-dans-nagios</nowiki> <br />


Add packages:<br />
Add packages:<br />
Line 48: Line 28:


Test edit
Test edit
http://www.google.com
https://www.google.com

Latest revision as of 02:00, 28 August 2023

This page is a work in progress ...

This page is still being developed.

Idea is to set up Nagios as an SNMP trap receiver, especially for HP Procurve switch alerts
Source: http://xavier.dusart.free.fr/joomla/index.php/en/nagios/47-traps-snmp-dans-nagios

Add packages:

nagios
nagios-web
lighttpd
net-snmp
perl
snmptt (available from edge/testing)


Create file /etc/snmp/snmptrapd.conf, and populate:

traphandle default /usr/sbin/snmptt
disableAuthorization yes
donotlogtraps yes


Edit /etc/conf.d/snmptrapd:

OPTIONS="-On -Lsd -p /var/run/snmptrapd.pid"

Start snmptrapd using init script.
Edit /etc/snmptt.ini and insert contents found at source link.

To be continued once my testing is complete :). With the config done as above, snmp traps will simply be logged to syslog since they're all unknown to snmptrapd.


Test edit https://www.google.com