/anm

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

Primary LanguagePHP

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