Skip to content
Florian Forster edited this page Nov 21, 2023 · 1 revision

Name:

CvmFS plugin

Type:

read

Callbacks:

n/a

Status:

external

FirstVersion:

5.8

Copyright:

2018 CERN

License:

Manpage:

n/a

See also:

List of Plugins

Homepage

http://github.com/cvmfs/collectd-cvmfs

The CvmFS plugin monitors CvmFS clients.

It can report the time to mount CvmFS, the memory consumption of the cvmfs2 process. In addition the extended attribute values that CvmFS reports can be reported.

Synopsis

 <Plugin "python">
  Import "collectd_cvmfs"
  <Module "collectd_cvmfs">
   Repo "alice.example.org" "atlas.example.org"
   Repo "ams.example.org"
   MountTime True
   Memory True
   Attribute ndownload nioerr
   Attribute usedfd
   Interval "300"
  </Module>
 </Plugin>

Example graphs

None yet. Add one now!

Dependencies

Clone this wiki locally