[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:software:install_nagios_on_slackware [2015/08/02 08:29 (UTC)] – ADDED: NRPE Installation on a target machine. arfonhowtos:software:install_nagios_on_slackware [2015/11/27 11:35 (UTC)] – [Install Nagios On Slackware] jamesaxl
Line 11: Line 11:
 </code> </code>
   - Install the Nagios::Plugin Perl module: <code>   - Install the Nagios::Plugin Perl module: <code>
-     cpan -i Nagios::Plugin+     cpan -i Monitoring::Plugin
 </code> </code>
   - Use [[http://sbopkg.org/|sbopkg]] or install the individual packages using scripts from [[http://slackbuilds.org/|SlackBuilds.org]], and install the following in this order:   - Use [[http://sbopkg.org/|sbopkg]] or install the individual packages using scripts from [[http://slackbuilds.org/|SlackBuilds.org]], and install the following in this order:
Line 35: Line 35:
 </code> </code>
   - Edit ''/etc/httpd/http.conf'' <code>   - Edit ''/etc/httpd/http.conf'' <code>
 +COMMENT:
 +      LoadModule mpm_event_module lib64/httpd/modules/mod_mpm_event.so
 +UNCOMMENT:
 +     #LoadModule mpm_prefork_module lib64/httpd/modules/mod_mpm_prefork.so
 UNCOMMENT: UNCOMMENT:
      #LoadModule cgi_module lib64/httpd/modules/mod_cgi.so      #LoadModule cgi_module lib64/httpd/modules/mod_cgi.so
 howtos:software:install_nagios_on_slackware ()