iloveyii / anm

This is a PHP, JS web application for monitoring network devices using SNMP protocol.

Home Page:http://anm.softhem.se/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anm - advanced network monitoring

This is a php based web application which is used to monitor different network devices using SNMP protocol.

Screenshot

INSTALLATIONS

  • Clone the repository git clone git@github.com:iloveyii/anm.git.
  • Create a database (manually for now) and adjust the database credentials in the conf.php file as per your environment.
  • Import the database dump file mysql -uroot -p dbname < haae09_20130509.sql.
  • Point web browser to index.php or Create a virtual host using vh vh new anm -p ~/anm/index.php
  • Browse to http://anm.loc

DIRECTORY STRUCTURE

css                     contains css files
images                  contains images
js                      contains js files
php                     contains php code / classes
conf.php                contain configuration about database etc
haae09_20130509.sql     database dump file
README.md               Readme file

About

This is a PHP, JS web application for monitoring network devices using SNMP protocol.

http://anm.softhem.se/


Languages

Language:PHP 63.7%Language:Perl 17.9%Language:CSS 16.7%Language:JavaScript 1.5%Language:Shell 0.1%