Hello.

I seen that collectd-server write rrd's of clients to <BaseDir>/rrd/.
It isn't good some cases. For example, plugin OpenVZ (perl) wrote
data to <BaseDir>/rrd/<OVZ ID>/*. In client-server mode this data 
fall to <BaseDir>/rrd/ of server. But <OVZ ID> can be same on any
cliens (it isn't recommended, but can be). I think that BaseDir
should be changeable for untrusted clients or any other cases.
For example, in network config:

<Plugin network>
        <Client "IP|hostname">
                AddBaseDir "ClientHostname"
        </cliend>
</Plugin>

Is it possible ?

-- 
Regards,
Sergey

_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to