Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (35 loc) · 1.21 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.21 KB

NfSen

Build Status

Table Of Contents

  1. Overview
  2. Module Description
  3. Setup - The basics of getting started with nfsen
  4. Usage
  5. Limitations

Overview

Installs NfSen

Module Description

Installs nfdump and additional pre-requisite packages, clones the nfsen repository, configures and installs the application. Optionally installs an SSL secured web frontend with optional X.509 client verification. Note that this is based on puppet's PKI.

Setup

Setup Requirements

The following modules are required:

Usage

A basic stand alone nfsen with web gui is acheived via

include ::nfsen

However there are a few tweaks required to other modules to get a working setup via hiera

apache::default_vhost: false
apache::mpm_module: 'prefork'

Limitations

  • Only tested on Ubuntu Trusty 14.04