Skip to content

precurse/netharbour

 
 

Repository files navigation

The official NetHarbour repo.

see INSTALL for installation help To make changes, fork the repo to your personal github, then send a pull request. This is production code.

For More info: http://netharbour.net/

Features

  • Service management
  • Device management
  • IP address planner (IPAM) IPv4, IPv6 and VLAN management
  • Out of the box Cacti like graphs
  • Secure password manager
  • Nagios like monitoring
  • Flexible reporting capabilities
  • Plugin framework
  • Dashboard widgets
  • Location management
  • Contact management

Version

0.1

Dependencies

  • MySQL
  • PHP
  • Apache
  • rrdtool
  • snmp

Docker Usage


Before running container, please update copied .env file with your own values

git clone https://github.com/netharbour/netharbour
cd netharbour
cp .env.example .env
docker-compose build
docker-compose up -d

Getting container IP address:

docker inspect --format '{{ .NetworkSettings.IPAddress }}' netharbour_web_1

Viewing Web Interface

  • Visit http://(docker_ip)/netharbour user: admin / pass: admin

Shell access to container

docker exec -it netharbour_web_1 bash

About

netharbour network management system

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 34.3%
  • HTML 31.1%
  • ActionScript 15.0%
  • JavaScript 13.4%
  • Perl 3.9%
  • CSS 2.3%