Changes between Version 1 and Version 2 of QuickStartGuide

Show
Ignore:
Timestamp:
03/25/08 02:02:25 (5 years ago)
Author:
divagater
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartGuide

    v1 v2  
    11= NPC Quick Start Guide = 
    22 
     3== Purpose == 
     4 
     5The purpose of this guide is to outline the minimum steps necessary to get NPC installed and running. 
     6 
     7== Requirements == 
     8 
     9Below are the minimum requirements:  
     10 
     11 * PHP 5.2 
     12 * Nagios 3.0 
     13 * NODUtils 1.4b7 
     14 * Cacti 0.8.7b 
     15 
     16NPC has been tested with the above application versions. PHP 5.2 is required do to the use of PDO and JSON. PHP 5.1 with PDO and JSON modules installed "may" work but will not be supported. 
     17 
     18== Nagios Configuration == 
     19 
     20Refer to the Nagios documentation for installation. 
     21 
     22The following parameters are found in the Nagios configuration file nagios.cfg 
     23 
     24The power of NPC is greatly enhanced by the ability to issue commands to the Nagios process. To enable external commands in Nagios set: 
     25 
     26{{{ 
     27check_external_commands=1 
     28}}} 
     29 
     30