• Stars
    star
    137
  • Rank 265,187 (Top 6 %)
  • Language
    PHP
  • License
    GNU General Publi...
  • Created over 12 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OpenNetAdmin IP Address Management (IPAM) system

OpenNetAdmin

OpenNetAdmin is an IPAM (IP Address Management) tool to track your network attributes such as DNS names, IP addresses, Subnets, MAC addresses just to name a few. Through the use of plugins you can add extended it's functionality.


Recent Changes

It's been too many years since the last official version! This update is to fix a few incompatibilities with newer PHP, MYSQL and OS versions. Fundamentally not much has changed. For those interested I have been playing with a new ona-core project that is the beginnings of a true RESTful API interface. These changes should allow ONA to continue working on newer systems while the new core, and GUI is completed.

Thanks for your interest in OpenNetAdmin!


Each host or subnet can be tracked via a centralized AJAX enabled web interface that can help reduce errors. A full CLI interface is available as well to use for scripting and bulk work. We hope to provide a useful Network Management application for managing your IP subnets and hosts. Stop using spreadsheets to manage your network! Start doing proper IP address management!

desktop image

INSTALL

Simply download and untar into /opt/ona or other directory of your choosing. Then configure your web server to serve out /opt/ona/www. Open it in your web browser and run the install process.

Please refer to the install page on the Github Wiki for more detail

DEVELOPMENT

You can interact with either Docker or Vagrant. Docker is is the preferred method at this time.

Docker

Once you have cloned the repo you can issue The Dockerfile is intended for development and testing purposes only. It is not recommended for production use.

First: Build an image with a specific version of Ubuntu and tag it as such.

docker build --build-arg UBUNTU_VERSION=23.04 -t ona-dev:23.04 .

Second: Start the container for general use. Point your browser to http://localhost/ona

docker run -p 80:80 -it ona-dev:23.04

OR

Start the container for development. Mount the current directory as a volume. This will allow you to edit the files on your host and have them be hosted in the container

docker run -p 80:80 -it -v $(pwd):/opt/ona ona-dev:23.04

This assumes you are in the directory you cloned the ONA repo into. Also, if you have already installed this prior, you may need to remove www/local/config/database_settings.conf.php to get the install to run again.

Vagrant

Simply clone this repo and issue a vagrant up to get a basic working system to develop with. You will need to have git and vagrant installed on your system

git clone https://github.com/opennetadmin/ona.git cd ona vagrant up

Postman

There is a postman collection in the docs directory that can be used to interact with the API. An environment file is also provided that can be used. Simply import the collection and environment into postman or use Newman to run the collection from the command line.

A simple usage would be:

cd /opt/ona
newman run docs/ONA-dcm.postman_collection.json -e docs/ONA-dcm-dev.postman_environment.json

CONTACT

LICENSE

OpenNetAdmin is currently released under the GPLv2.0 license. A copy of the license is included in docs/LICENSE.

Some additional modules/plugins etc may be provided outside of the GPL licese. These will be indicated as such. The core of ONA will however be GPL.

More Repositories

1

build_bind

OpenNetAdmin plugin to manage and build BIND DNS server configurations
PHP
13
star
2

opennetadmin.github.com

OpenNetAdmin github page
HTML
7
star
3

build_isc_dhcp

OpenNetAdmin plugin to manage and build ISC DHCP server configiruations
PHP
7
star
4

dcm

DCM.pl command line interface for OpenNetAdmin
Perl
6
star
5

collectdsocket

An Mcollective agent for the Collectd unix socket
Ruby
5
star
6

livestatus_info

OpenNetAdmin plugin to display host status from a Nagios/Icinga/Shinken server using livestatus/checkmk
PHP
3
star
7

cfg_archive

OpenNetAdmin plugin to perform configuration archives similar to Rancid
Shell
3
star
8

rack_maint

Rack maint plugin for OpenNetAdmin
PHP
2
star
9

openvmps

OpenNetAdmin plugin for managing an OpenVMPS service
PHP
2
star
10

cisco_ucs_stats

Cisco UCS blade information plugin for OpenNetAdmin
PHP
2
star
11

getpw

Password retrieval tool for scripts
Perl
2
star
12

vmware_stats

Display VMware information about hosts in OpenNetAdmin
PHP
2
star
13

build_tinydns

OpenNetAdmin plugin to build TinyDNS configurations
PHP
2
star
14

puppet_external_nodes

Puppet External Node Classifier for OpenNetAdmin
PHP
1
star
15

check_mk_conf

Extract configuration for Check_mk or OMD systems from ONA
PHP
1
star
16

rpt_check_last_response

An OpenNetAdmin plugin to display a report ona_nmap_scan data.
PHP
1
star
17

ona_recent_additions

An OpenNetAdmin plugin that shows the most recent hosts, subnets, and DNS records added.
PHP
1
star
18

tklona

Turnkey Linux stuff for ONA
1
star
19

amazon_aws_audit

OpenNetAdmin plugin to audit ONA data against AWS data to ensure they are in sync.
PHP
1
star
20

cisco_cfg_audit

OpenNetAdmin report plugin to compare DB to last config archive
PHP
1
star
21

amazon_aws_detail

OpenNetAdmin plugin to display detail information on a detail page about AWS
PHP
1
star
22

host_detail

ONA module to give more detail about a host in several output formats
PHP
1
star