Skip to content
/ anm Public

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

Notifications You must be signed in to change notification settings

iloveyii/anm

Repository files navigation

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 [email protected]: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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published