Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 369 Bytes

collectd-nfs-freebsd

NFS Plugin for collectd and FreeBSD

configuration

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

            <Module nfs_stats>
            </Module>
        </Plugin>