<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>
<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>
<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>
<Plugin python>
ModulePath "/opt/collectd/plugins"
LogTraces true
Interactive false
Import "cpu_static"
<Module cpu_static>
interval "10"
</Module>
</Plugin>
<Plugin python>
ModulePath "/opt/collectd/plugins"
LogTraces true
Interactive false
Import "cpu_util"
<Module cpu_util>
interval "10"
</Module>
</Plugin>
<Plugin python>
ModulePath "/opt/collectd/plugins"
LogTraces true
Interactive false
Import "tcp_stats"
<Module tcp_stats>
interval "300"
</Module>
</Plugin>
<Plugin python>
ModulePath "/opt/collectd/plugins"
LogTraces true
Interactive false
Import "nic_stats"
<Module nic_stats>
interval "300"
</Module>
</Plugin>
<Plugin python>
ModulePath "/opt/collectd/plugins"
LogTraces true
Interactive false
Import "ram_util"
<Module ram_util>
interval "300"
</Module>
</Plugin>
<Plugin python>
ModulePath "/opt/collectd/plugins"
LogTraces true
Interactive false
Import "disk_stat"
<Module disk_stat>
interval "300"
</Module>
</Plugin>
<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>
<Plugin python>
ModulePath "/opt/collectd/plugins"
LogTraces true
Interactive false
Import "libvirt_interface"
<Module libvirt_interface>
interval "10"
</Module>
</Plugin>
<Plugin python>
ModulePath "/opt/collectd/plugins"
LogTraces true
Interactive false
Import "libvirt_disk"
<Module libvirt_disk>
interval "10"
</Module>
</Plugin>
<Plugin python>
ModulePath "/opt/collectd/plugins"
LogTraces true
Interactive false
Import "libvirt_compute"
<Module libvirt_compute>
interval "10"
</Module>
</Plugin>
<Plugin python>
ModulePath "/opt/collectd/plugins"
LogTraces true
Interactive false
Import "libvirt_static"
<Module libvirt_static>
interval "10"
</Module>
</Plugin>