Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fluent-plugin-snmp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluent-plugin-snmp

  • 0.0.9
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Fluent::Plugin::Snmp, a plugin for Fluentd

Fluentd snmp input plugin

Installation possibilities

  • With your application's Gemfile:

    gem 'fluent-plugin-snmp'

  • Install it yourself as:

    $ gem install fluent-plugin-snmp

  • Intall with td-agent:

    $ td-agent-gem install fluent-plugin-snmp

  • If you are using vanilla Fluentd:

    $ fluent-gem install fluent-plugin-snmp

Usage

<source>
  type snmp
  tag snmp.server1
  nodes name, value
  host localhost
  community public
  mib sysContact.0, sysDescr.0, sysName.0
  method_type get
  polling_time 5
  polling_type async_run
</source>

<source>
  type snmp
  tag snmp.server2
  host localhost
  community public
  mib hrStorageIndex, hrStorageDescr, hrStorageSize, hrStorageUsed
  mib_modules HOST-RESOURCES-MIB
  polling_time 0,10,20,30,40,50
  out_executor sample/out_exec.rb.sample
</source>

<match snmp.server*>
  type stdout
</match>

Copyright (c) 2012 Internet Initiative Inc. Apache Licence, Version 2.0

FAQs

Package last updated on 07 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc