Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 998 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 998 Bytes

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]