Skip to content

SNMPをグラフ化するWebアプリケーション

Notifications You must be signed in to change notification settings

sureshsubramaniam/snmp_monitor

 
 

Repository files navigation

Monitor

Build Status

Monitor is visualization tool for SNMP.
You can see in the graph, such as CPU usage, memory usage and etc... on the server.

Using

  • Ruby on Rails 4
  • Bootstrap & Bootswatch
  • HighCharts

SNMP Setting

/etc/snmp/snmpd.conf (on Ubuntu or Debian)

#agentAddress udp:127.0.0.1:161
agentAddress udp:161,udp6:[::1]:161

# for CPU, disk and memory
view systemonly included .1.3.6.1.4.1.2021

rocommunity secret [Monitor Server IP Address]

About

SNMPをグラフ化するWebアプリケーション

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.6%
  • HTML 24.1%
  • CSS 5.5%
  • Other 1.8%