Skip to content

rockiee281/wlc_snmp_collectd_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

wlc_snmp_collectd_parser

get cisco wlc metrics via snmp and invoke by collectd

collectd.conf demo:

FQDNLookup   false
Interval 30

Timeout  15
ReadThreads  30
WriteThreads 10

LoadPlugin logfile
<Plugin logfile>
    LogLevel "debug"
    File "/var/log/collectd.log"
    Timestamp true
    PrintSeverity false
</Plugin>

LoadPlugin python
<Plugin python>
        LogTraces true
        ModulePath "/home/tools/bin/"
        Import "get_wlc_collectd"

        <Module get_wlc_collectd>
                host 10.xx.xx.xx
                community public
                version 2
        </Module>

</Plugin>


LoadPlugin write_graphite
<Plugin write_graphite>
  <Node "graphite">
    Host "10.xx.xx.xx"
    Port "2003"
    Protocol "tcp"
    Prefix "xx."
    EscapeCharacter "."
  </Node>
</Plugin>

About

get wlc monitor metrics via snmp and invoke by collectd

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages