User Tools

Site Tools


build-collectd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
build-collectd [2011/08/13 13:09] – created mspallaccibuild-collectd [2011/08/20 15:56] (current) mspallacci
Line 1: Line 1:
 +==== installation notes ====
 +=== External YUM repos needed === 
 +  * geekery
 +  * epel
 +  * rpmforge
 +
 +=== Packages === 
 +  *  collectd
 +
 +
 +=== Installation commands ===  
 +
 +== CentOS 5 ==
 +
 +  * i386: <code>yum install collectd</code>
 +  * x86_64: <code>yum install collectd.x86_64</code>
 +
 +== CentOS 6 ==
 +
 +  * i686: <code>yum install collectd</code>
 +  * x86_64: <code>yum install collectd.x86_64</code>
 +
 +
 +
 ==== collectd build config ==== ==== collectd build config ====
 +
 +== CentOS 5 ==
  
 Configuration for 4.10.3 version: Configuration for 4.10.3 version:
Line 154: Line 180:
     zfs_arc . . . . . . . no     zfs_arc . . . . . . . no
  
 +</code>
 +
 +== CentOS 6 ==
 +
 +Configuration for 4.10.3 version:
 +
 +<code>
 +Configuration:
 +  Libraries:
 +    libcurl . . . . . . . yes
 +    libdbi  . . . . . . . no (dbi/dbi.h not found)
 +    libesmtp  . . . . . . no (libesmtp not found)
 +    libganglia  . . . . . no (gm_protocol.h not found)
 +    libgcrypt . . . . . . yes
 +    libiokit  . . . . . . no
 +    libiptc . . . . . . . yes (shipped version)
 +    libjvm  . . . . . . . no (jar not found)
 +    libkstat  . . . . . . no (Solaris only)
 +    libkvm  . . . . . . . no
 +    libmemcached  . . . . no (libmemcached/memcached.h not found)
 +    libmodbus . . . . . . no (pkg-config doesn't know library)
 +    libmysql  . . . . . . yes
 +    libnetapp . . . . . . yes
 +    libnetlink  . . . . . no (libnetlink.h not found)
 +    libnetsnmp  . . . . . yes
 +    libnotify . . . . . . yes
 +    liboconfig  . . . . . yes (shipped version)
 +    libopenipmi . . . . . no (/usr/bin/pkg-config doesn't know OpenIPMIpthread)
 +    liboping  . . . . . . yes
 +    libpcap . . . . . . . yes
 +    libperfstat . . . . . no (AIX only)
 +    libperl . . . . . . . yes (version 5.10.1)
 +    libpq . . . . . . . . yes
 +    libpthread  . . . . . yes
 +    librouteros . . . . . no ('routeros_api.h' not found)
 +    librrd  . . . . . . . yes
 +    libsensors  . . . . . yes
 +    libstatgrab . . . . . no (/usr/bin/pkg-config doesn't know libstatgrab)
 +    libtokyotyrant  . . . no (tcrdb.h not found)
 +    libupsclient  . . . . yes
 +    libvirt . . . . . . . yes
 +    libxml2 . . . . . . . yes
 +    libxmms . . . . . . . no
 +    libyajl . . . . . . . no (yajl/yajl_parse.h not found)
 +    libevent  . . . . . .
 +    protobuf-c  . . . . . no
 +    oracle  . . . . . . . no (ORACLE_HOME is not set)
 +    python  . . . . . . . yes
 +
 +  Features:
 +    daemon mode . . . . . yes
 +    debug . . . . . . . . no
 +
 +  Bindings:
 +    perl  . . . . . . . . yes
 +
 +  Modules:
 +    apache  . . . . . . . yes
 +    apcups  . . . . . . . yes
 +    apple_sensors . . . . no
 +    ascent  . . . . . . . yes
 +    battery . . . . . . . yes
 +    bind  . . . . . . . . yes
 +    conntrack . . . . . . yes
 +    contextswitch . . . . yes
 +    cpu . . . . . . . . . yes
 +    cpufreq . . . . . . . yes
 +    csv . . . . . . . . . yes
 +    curl  . . . . . . . . yes
 +    curl_json . . . . . . no
 +    curl_xml  . . . . . . yes
 +    dbi . . . . . . . . . no
 +    df  . . . . . . . . . yes
 +    disk  . . . . . . . . yes
 +    dns . . . . . . . . . yes
 +    email . . . . . . . . yes
 +    entropy . . . . . . . yes
 +    exec  . . . . . . . . yes
 +    filecount . . . . . . yes
 +    fscache . . . . . . . yes
 +    gmond . . . . . . . . no
 +    hddtemp . . . . . . . yes
 +    interface . . . . . . yes
 +    ipmi  . . . . . . . . no
 +    iptables  . . . . . . yes
 +    ipvs  . . . . . . . . yes
 +    irq . . . . . . . . . yes
 +    java  . . . . . . . . no
 +    libvirt . . . . . . . yes
 +    load  . . . . . . . . yes
 +    logfile . . . . . . . yes
 +    madwifi . . . . . . . yes
 +    match_empty_counter . yes
 +    match_hashed  . . . . yes
 +    match_regex . . . . . yes
 +    match_timediff  . . . yes
 +    match_value . . . . . yes
 +    mbmon . . . . . . . . yes
 +    memcachec . . . . . . no
 +    memcached . . . . . . yes
 +    memory  . . . . . . . yes
 +    modbus  . . . . . . . no
 +    multimeter  . . . . . yes
 +    mysql . . . . . . . . yes
 +    netapp  . . . . . . . yes
 +    netlink . . . . . . . no
 +    network . . . . . . . yes
 +    nfs . . . . . . . . . yes
 +    nginx . . . . . . . . yes
 +    notify_desktop  . . . yes
 +    notify_email  . . . . no
 +    ntpd  . . . . . . . . yes
 +    nut . . . . . . . . . yes
 +    olsrd . . . . . . . . yes
 +    onewire . . . . . . . no
 +    openvpn . . . . . . . yes
 +    oracle  . . . . . . . no
 +    perl  . . . . . . . . yes
 +    pinba . . . . . . . . no
 +    ping  . . . . . . . . yes
 +    postgresql  . . . . . yes
 +    powerdns  . . . . . . yes
 +    processes . . . . . . yes
 +    protocols . . . . . . yes
 +    python  . . . . . . . yes
 +    routeros  . . . . . . no
 +    rrdcached . . . . . . no
 +    rrdtool . . . . . . . yes
 +    sensors . . . . . . . yes
 +    serial  . . . . . . . yes
 +    snmp  . . . . . . . . yes
 +    swap  . . . . . . . . yes
 +    syslog  . . . . . . . yes
 +    table . . . . . . . . yes
 +    tail  . . . . . . . . yes
 +    tape  . . . . . . . . no
 +    target_notification . yes
 +    target_replace  . . . yes
 +    target_scale  . . . . yes
 +    target_set  . . . . . yes
 +    tcpconns  . . . . . . yes
 +    teamspeak2  . . . . . yes
 +    ted . . . . . . . . . yes
 +    thermal . . . . . . . yes
 +    tokyotyrant . . . . . no
 +    unixsock  . . . . . . yes
 +    uptime  . . . . . . . yes
 +    users . . . . . . . . yes
 +    uuid  . . . . . . . . yes
 +    vmem  . . . . . . . . yes
 +    vserver . . . . . . . yes
 +    wireless  . . . . . . yes
 +    write_http  . . . . . yes
 +    xmms  . . . . . . . . no
 +    zfs_arc . . . . . . . no
 </code> </code>
build-collectd.1313233757.txt.gz · Last modified: 2011/08/13 13:09 by mspallacci