yegemen / SnmpWeb

SnmpWeb Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnmpWeb

It is an application developed to use the SNMP service from the web interface.

Installation

  • Tested on Debian based systems.

  • Snmp service must be installed and active in the system.

  • for Linux:

    sudo apt install snmp snmpd snmp-mibs-downloader

  • You should replace the /etc/snmp/snmpd.conf file on the target device with the snmpd.conf file I gave you. (SnmpWeb/snmpd.conf)

    sudo service snmpd start

  • Installing necessary python modules:

    pip install -r requirements.txt

  • To create the database and tables, run the following commands. (python or python3)

    python manage.py makemigrations

    python manage.py migrate

Usage

  • Run this command. (python or python3)

    python manage.py runserver

  • You can use the application by entering the address http://127.0.0.1:8000/

About

SnmpWeb Application

License:GNU General Public License v3.0


Languages

Language:HTML 51.6%Language:Python 48.4%