| | 3 | == Purpose == |
| | 4 | |
| | 5 | The purpose of this guide is to outline the minimum steps necessary to get NPC installed and running. |
| | 6 | |
| | 7 | == Requirements == |
| | 8 | |
| | 9 | Below are the minimum requirements: |
| | 10 | |
| | 11 | * PHP 5.2 |
| | 12 | * Nagios 3.0 |
| | 13 | * NODUtils 1.4b7 |
| | 14 | * Cacti 0.8.7b |
| | 15 | |
| | 16 | NPC 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 | |
| | 20 | Refer to the Nagios documentation for installation. |
| | 21 | |
| | 22 | The following parameters are found in the Nagios configuration file nagios.cfg |
| | 23 | |
| | 24 | The 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 | {{{ |
| | 27 | check_external_commands=1 |
| | 28 | }}} |
| | 29 | |
| | 30 | |