项目作者: c0reyes

项目描述 :
Munin Plugins
高级语言: Python
项目地址: git://github.com/c0reyes/munin-plugins.git
创建时间: 2018-07-31T23:56:16Z
项目社区:https://github.com/c0reyes/munin-plugins

开源协议:

下载


munin-plugins

I have some plugins for my network home.

huawei_traffic & huawei_traffic2

This plugins tested with Huawei HG8245H. This make graph for each ethernet connection in multiple images or on single image.

Example

alt text

Settings

  • plugin-conf.d/munin-node
  1. [huawei_traffic*]
  2. env.host 10.0.0.1
  3. env.username user
  4. env.password pass

ddwrt_load

This plugins get the load of dd-wrt micro. dd-wrt micro doesn’t have snmpd server so with this plugin you can access with telnet and get the information.

Example

alt text

Settings

  • plugin-conf.d/munin-node
  1. [ddwrt_load]
  2. env.host 10.0.0.1
  3. env.username user
  4. env.password pass