Skip to content

akil96/collectd-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collectd Python Plugins

Download plugins to /opt/collectd/plugins/

Plugins Configs:

apache_perf

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "apache_perf"

    <Module apache_perf>
        interval "300"
        port "APACHE PORT NUMBER"
        location "LOCATION e.g. server-status"
        secure "False"
    </Module>
</Plugin>

apache_trans

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "apache_trans"

    <Module apache_trans>
        accesslog "PATH of access.log e.g. /var/log/apache2/access.log"
        name "apache_trans"
        interval "100"
    </Module>
</Plugin>

jvm_stats

<Plugin python>
        ModulePath "/opt/collectd/plugins"
        LogTraces true
        Interactive false
        Import "jvm_stats"

        <Module jvm_stats>
            interval "300"
            process "JAVA PROCESS NAME, e.g. elasticsearch"
        </Module>
</Plugin>

cpu_static

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "cpu_static"

    <Module cpu_static>
        interval "10"
    </Module>
</Plugin>

cpu_util

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "cpu_util"

    <Module cpu_util>
        interval "10"
    </Module>
</Plugin>

tcp_stats

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "tcp_stats"

    <Module tcp_stats>
        interval "300"
    </Module>
</Plugin>

nic_stats

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "nic_stats"

    <Module nic_stats>
        interval "300"
    </Module>
</Plugin>

ram_util

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "ram_util"

    <Module ram_util>
        interval "300"
    </Module>
</Plugin>

disk_stat

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "disk_stat"

    <Module disk_stat>
        interval "300"
    </Module>
</Plugin>

mysql

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "mysql"

    <Module mysql>
        interval "300"
        host "MYSQL HOST e.g. localhost"
        user "MYSQL USERNAME"
        password "MYSQL PASSWORD"
    </Module>
</Plugin>

libvirt_interface

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "libvirt_interface"

    <Module libvirt_interface>
        interval "10"
    </Module>
</Plugin>

libirt_disk

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "libvirt_disk"

    <Module libvirt_disk>
        interval "10"
    </Module>
</Plugin>

libvirt_compute

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "libvirt_compute"

    <Module libvirt_compute>
        interval "10"
    </Module>
</Plugin>

libvirt_static

<Plugin python>
    ModulePath "/opt/collectd/plugins"
    LogTraces true
    Interactive false
    Import "libvirt_static"

    <Module libvirt_static>
        interval "10"
    </Module>
</Plugin>

About

collectd-plugins

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.9%
  • Scala 1.7%
  • Shell 1.3%
  • HiveQL 0.1%