Last active
August 29, 2015 14:02
-
-
Save gcoonrod/20734211d84420c9376c to your computer and use it in GitHub Desktop.
Collectd 5.4.1 collectd.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Config file for collectd(1). | |
# | |
# Some plugins need additional configuration and are disabled by default. | |
# Please read collectd.conf(5) for details. | |
# | |
# You should also read /usr/share/doc/collectd-core/README.Debian.plugins | |
# before enabling any more plugins. | |
#Hostname "localhost" | |
FQDNLookup true | |
BaseDir "${prefix}/var/lib/collectd" | |
PIDFile "${prefix}/var/run/collectd.pid" | |
PluginDir "/opt/collectd/lib/collectd" | |
TypesDB "/opt/collectd/share/collectd/types.db" | |
#BaseDir "/var/lib/collectd" | |
#PluginDir "/usr/lib/collectd" | |
#TypesDB "/usr/share/collectd/types.db" "/etc/collectd/my_types.db" | |
#Interval 1000 | |
#Timeout 2 | |
#ReadThreads 5 | |
#LoadPlugin logfile | |
#<Plugin logfile> | |
# LogLevel debug | |
# File "log.log" | |
# Timestamp true | |
# PrintSeverity false | |
#</Plugin> | |
LoadPlugin syslog | |
<Plugin syslog> | |
LogLevel debug | |
</Plugin> | |
LoadPlugin cpu | |
LoadPlugin disk | |
LoadPlugin load | |
LoadPlugin memory | |
LoadPlugin write_http | |
LoadPlugin aggregation | |
#<Plugin disk> | |
# Disk "xvda1" | |
# IgnoreSelected false | |
#</Plugin> | |
<Plugin write_http> | |
<URL "http://localhost:7965/ca-saas/odata/5oDFA1VlVUTu0GdzrLqbiT/collectd/5373d2af57521284ac0051c2"> | |
Format "JSON" | |
# Password "secret" | |
# VerifyPeer true | |
# VerifyHost true | |
# CACert "/etc/ssl/ca.crt" | |
# Format "Command" | |
# StoreRates false | |
</URL> | |
</Plugin> | |
##Adding Aggregation stuff | |
#LoadPlugin "aggregation" | |
<Plugin "aggregation"> | |
<Aggregation> | |
Plugin "cpu" | |
Type "cpu" | |
GroupBy "Host" | |
GroupBy "TypeInstance" | |
CalculateSum true | |
CalculateAverage true | |
</Aggregation> | |
</Plugin> | |
LoadPlugin "match_regex" # we want to use this for our Matching | |
<Chain "PostCache"> | |
<Rule> # Send "cpu" values to the aggregation plugin. | |
<Match regex> | |
Plugin "^cpu$" | |
PluginInstance "^[0-9]+$" | |
</Match> | |
<Target write> | |
Plugin "aggregation" | |
</Target> | |
Target stop | |
</Rule> | |
<Target write> # Write everything else via "rrdtool". | |
Plugin "write_http" | |
</Target> | |
</Chain> | |
Include "/etc/collectd/filters.conf" | |
Include "/etc/collectd/thresholds.conf" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking how to print strings... printf | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking for gawk... no | |
checking for mawk... mawk | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dlopen... no | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... no | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking which extension is used for runtime loadable modules... .so | |
checking which variable specifies run-time module search path... LD_LIBRARY_PATH | |
checking for the default library search path... /lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu | |
checking for library containing dlopen... -ldl | |
checking for dlerror... yes | |
checking for shl_load... (cached) no | |
checking for shl_load in -ldld... (cached) no | |
checking for dld_link in -ldld... no | |
checking for _ prefix in compiled symbols... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking for argz.h... yes | |
checking for error_t... yes | |
checking for argz_add... yes | |
checking for argz_append... yes | |
checking for argz_count... yes | |
checking for argz_create_sep... yes | |
checking for argz_insert... yes | |
checking for argz_next... yes | |
checking for argz_stringify... yes | |
checking if argz actually works... yes | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for ltdl.h... no | |
checking where to find libltdl headers... -I${top_srcdir}/libltdl | |
checking where to find libltdl library... ${top_build_prefix}libltdl/libltdlc.la | |
checking for unistd.h... (cached) yes | |
checking for dl.h... no | |
checking for sys/dl.h... no | |
checking for dld.h... no | |
checking for mach-o/dyld.h... no | |
checking for dirent.h... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking for strlcat... no | |
checking for strlcpy... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking how to create a pax tar archive... gnutar | |
checking dependency style of gcc... gcc3 | |
checking whether make supports nested variables... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking how to run the C preprocessor... gcc -E | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking whether gcc and cc understand -c and -o together... yes | |
checking for flex... no | |
checking for lex... no | |
checking for bison... no | |
checking for byacc... no | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for protoc-c... no | |
checking google/protobuf-c/protobuf-c.h usability... no | |
checking google/protobuf-c/protobuf-c.h presence... no | |
checking for google/protobuf-c/protobuf-c.h... no | |
checking for kernel type (linux-gnu)... Linux | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking math.h usability... yes | |
checking math.h presence... yes | |
checking for math.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking assert.h usability... yes | |
checking assert.h presence... yes | |
checking for assert.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking kstat.h usability... no | |
checking kstat.h presence... no | |
checking for kstat.h... no | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking endian.h usability... yes | |
checking endian.h presence... yes | |
checking for endian.h... yes | |
checking sys/isa_defs.h usability... no | |
checking sys/isa_defs.h presence... no | |
checking for sys/isa_defs.h... no | |
checking fnmatch.h usability... yes | |
checking fnmatch.h presence... yes | |
checking for fnmatch.h... yes | |
checking libgen.h usability... yes | |
checking libgen.h presence... yes | |
checking for libgen.h... yes | |
checking for netinet/in_systm.h... yes | |
checking for netinet/in.h... yes | |
checking for netinet/ip.h... yes | |
checking for netinet/ip_icmp.h... yes | |
checking for netinet/ip_var.h... no | |
checking for netinet/ip6.h... yes | |
checking for netinet/icmp6.h... yes | |
checking for netinet/tcp.h... yes | |
checking for netinet/udp.h... yes | |
checking sys/dkstat.h usability... no | |
checking sys/dkstat.h presence... no | |
checking for sys/dkstat.h... no | |
checking for sys/sysctl.h... yes | |
checking for sysctl kern.cp_times... no | |
checking linux/major.h usability... yes | |
checking linux/major.h presence... yes | |
checking for linux/major.h... yes | |
checking for linux/raid/md_u.h... yes | |
checking for linux/wireless.h... yes | |
checking for sys/swap.h... yes | |
checking for vm/anon.h... no | |
checking sys/loadavg.h usability... no | |
checking sys/loadavg.h presence... no | |
checking for sys/loadavg.h... no | |
checking linux/config.h usability... no | |
checking linux/config.h presence... no | |
checking for linux/config.h... no | |
checking utmp.h usability... yes | |
checking utmp.h presence... yes | |
checking for utmp.h... yes | |
checking utmpx.h usability... yes | |
checking utmpx.h presence... yes | |
checking for utmpx.h... yes | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking for net/if.h... yes | |
checking for linux/if.h... yes | |
checking for linux/netdevice.h... yes | |
checking for linux/sockios.h... yes | |
checking for linux/ethtool.h... yes | |
checking linux/ip_vs.h usability... yes | |
checking linux/ip_vs.h presence... yes | |
checking for linux/ip_vs.h... yes | |
checking net/ip_vs.h usability... no | |
checking net/ip_vs.h presence... no | |
checking for net/ip_vs.h... no | |
checking ip_vs.h usability... no | |
checking ip_vs.h presence... no | |
checking for ip_vs.h... no | |
checking for sys/ucred.h... no | |
checking for sys/mount.h... yes | |
checking for linux/un.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking xfs/xqm.h usability... no | |
checking xfs/xqm.h presence... no | |
checking for xfs/xqm.h... no | |
checking fs_info.h usability... no | |
checking fs_info.h presence... no | |
checking for fs_info.h... no | |
checking fshelp.h usability... no | |
checking fshelp.h presence... no | |
checking for fshelp.h... no | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking mntent.h usability... yes | |
checking mntent.h presence... yes | |
checking for mntent.h... yes | |
checking mnttab.h usability... no | |
checking mnttab.h presence... no | |
checking for mnttab.h... no | |
checking sys/fstyp.h usability... no | |
checking sys/fstyp.h presence... no | |
checking for sys/fstyp.h... no | |
checking sys/fs_types.h usability... no | |
checking sys/fs_types.h presence... no | |
checking for sys/fs_types.h... no | |
checking sys/mntent.h usability... no | |
checking sys/mntent.h presence... no | |
checking for sys/mntent.h... no | |
checking sys/mnttab.h usability... no | |
checking sys/mnttab.h presence... no | |
checking for sys/mnttab.h... no | |
checking sys/statfs.h usability... yes | |
checking sys/statfs.h presence... yes | |
checking for sys/statfs.h... yes | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/vfs.h usability... yes | |
checking sys/vfs.h presence... yes | |
checking for sys/vfs.h... yes | |
checking sys/vfstab.h usability... no | |
checking sys/vfstab.h presence... no | |
checking for sys/vfstab.h... no | |
checking kvm.h usability... no | |
checking kvm.h presence... no | |
checking for kvm.h... no | |
checking wordexp.h usability... yes | |
checking wordexp.h presence... yes | |
checking for wordexp.h... yes | |
checking arpa/nameser.h usability... yes | |
checking arpa/nameser.h presence... yes | |
checking for arpa/nameser.h... yes | |
checking for arpa/nameser_compat.h... yes | |
checking for net/if_arp.h... yes | |
checking net/ppp_defs.h usability... yes | |
checking net/ppp_defs.h presence... yes | |
checking for net/ppp_defs.h... yes | |
checking for net/if_ppp.h... yes | |
checking for netinet/if_ether.h... yes | |
checking netinet/ip_compat.h usability... no | |
checking netinet/ip_compat.h presence... no | |
checking for netinet/ip_compat.h... no | |
checking for net/pfvar.h... no | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking for uid_t in sys/types.h... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking whether gcc needs -traditional... no | |
checking for gettimeofday... yes | |
checking for select... yes | |
checking for strdup... yes | |
checking for strtol... yes | |
checking for getaddrinfo... yes | |
checking for getnameinfo... yes | |
checking for strchr... yes | |
checking for memcpy... yes | |
checking for strstr... yes | |
checking for strcmp... yes | |
checking for strncmp... yes | |
checking for strncpy... yes | |
checking for strlen... yes | |
checking for strncasecmp... yes | |
checking for strcasecmp... yes | |
checking for openlog... yes | |
checking for closelog... yes | |
checking for sysconf... yes | |
checking for setenv... yes | |
checking for if_indextoname... yes | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking for strtok_r... yes | |
checking for getpwnam_r... yes | |
checking for getgrnam_r... yes | |
checking for setgroups... yes | |
checking for regcomp... yes | |
checking for regerror... yes | |
checking for regexec... yes | |
checking for regfree... yes | |
checking for socket... yes | |
checking for clock_gettime... yes | |
checking for nanosleep... yes | |
checking for sysctl... yes | |
checking for sysctlbyname... no | |
checking for host_statistics... no | |
checking for processor_info... no | |
checking for thread_info... no | |
checking for statfs... yes | |
checking for statvfs... yes | |
checking for getifaddrs... yes | |
checking for getloadavg... yes | |
checking for syslog... yes | |
checking for getutent... yes | |
checking for getutxent... yes | |
checking for strptime... yes | |
checking whether strptime is exported by default... no | |
checking whether strptime needs standards mode... yes | |
checking for swapctl... no | |
checking whether NAN is defined by default... yes | |
checking if doubles are stored in x86 representation... yes | |
checking for getfsstat... no | |
checking for getvfsstat... no | |
checking for listmntent... no | |
checking for getmntent... yes | |
checking whether getmntent takes one argument... yes | |
checking whether getmntent takes two arguments... no | |
checking if have htonll defined... no | |
checking for struct if_data.ifi_ibytes... no | |
checking for struct if_data.ifi_opackets... no | |
checking for struct if_data.ifi_ierrors... no | |
checking for struct net_device_stats.rx_bytes... no | |
checking for struct net_device_stats.tx_packets... no | |
checking for struct net_device_stats.rx_errors... no | |
checking for struct ip_mreqn.imr_ifindex... yes | |
checking for struct kinfo_proc.ki_pid... no | |
checking for struct kinfo_proc.ki_rssize... no | |
checking for struct kinfo_proc.ki_rusage... no | |
checking for struct kinfo_proc.kp_proc... no | |
checking for struct kinfo_proc.kp_eproc... no | |
checking for struct udphdr.uh_dport... yes | |
checking for struct udphdr.uh_sport... yes | |
checking for struct udphdr.dest... no | |
checking for struct udphdr.source... no | |
checking for kstat_io_t.nwritten... no | |
checking for kstat_io_t.writes... no | |
checking for kstat_io_t.nwrites... no | |
checking for kstat_io_t.wtime... no | |
checking for res_search in -lresolv... no | |
checking for libhal_device_property_exists in -lhal... no | |
checking for kvm_getprocs in -lkvm... no | |
checking for kvm_getswapinfo in -lkvm... no | |
checking for kvm_nlist in -lkvm... no | |
checking for kvm_openfiles in -lkvm... no | |
checking libaquaero5.h usability... no | |
checking libaquaero5.h presence... no | |
checking for libaquaero5.h... no | |
checking credis.h usability... no | |
checking credis.h presence... no | |
checking for credis.h... no | |
checking curl/curl.h usability... yes | |
checking curl/curl.h presence... yes | |
checking for curl/curl.h... yes | |
checking for curl_easy_init in -lcurl... yes | |
checking dbi/dbi.h usability... no | |
checking dbi/dbi.h presence... no | |
checking for dbi/dbi.h... no | |
checking for smtp_create_session in -lesmtp... no | |
checking gm_protocol.h usability... no | |
checking gm_protocol.h presence... no | |
checking for gm_protocol.h... no | |
checking gcrypt.h usability... yes | |
checking gcrypt.h presence... yes | |
checking for gcrypt.h... yes | |
configure: gcrypt LDFLAGS: -L/usr/lib | |
checking for gcry_md_hash_buffer in -lgcrypt... yes | |
checking for libgcrypt-config... /usr/bin/libgcrypt-config | |
checking for LIBGCRYPT - version >= 1.2.0... yes (1.5.0) | |
checking LIBGCRYPT API version... okay | |
checking for javac... no | |
checking for jar... no | |
checking lvm2app.h usability... no | |
checking lvm2app.h presence... no | |
checking for lvm2app.h... no | |
checking libmemcached/memcached.h usability... no | |
checking libmemcached/memcached.h presence... no | |
checking for libmemcached/memcached.h... no | |
configure: Checking for libmodbus using /usr/bin/pkg-config | |
checking for mongo.h... no | |
checking for libmnl.h... no | |
checking for libmnl/libmnl.h... no | |
checking for linux/gen_stats.h... yes | |
checking for linux/pkt_sched.h... yes | |
checking for mnl_nlmsg_get_payload in -lmnl... no | |
checking netapp_api.h usability... no | |
checking netapp_api.h presence... no | |
checking for netapp_api.h... no | |
checking net-snmp/net-snmp-config.h usability... no | |
checking net-snmp/net-snmp-config.h presence... no | |
checking for net-snmp/net-snmp-config.h... no | |
checking for oconfig_parse_fh in -loconfig... no | |
checking oping.h usability... no | |
checking oping.h presence... no | |
checking for oping.h... no | |
checking owcapi.h usability... no | |
checking owcapi.h presence... no | |
checking for owcapi.h... no | |
checking for pcap_open_live in -lpcap... no | |
checking for perl... yes (/usr/bin/perl) | |
checking for libperl... no | |
checking libpq-fe.h usability... no | |
checking libpq-fe.h presence... no | |
checking for libpq-fe.h... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for python... /usr/bin/python | |
checking for Python CPPFLAGS... /usr/include/python2.7 | |
checking Python.h usability... no | |
checking Python.h presence... no | |
checking for Python.h... no | |
checking amqp.h usability... no | |
checking amqp.h presence... no | |
checking for amqp.h... no | |
checking routeros_api.h usability... no | |
checking routeros_api.h presence... no | |
checking for routeros_api.h... no | |
checking rrd.h usability... no | |
checking rrd.h presence... no | |
checking for rrd.h... no | |
checking sensors/sensors.h usability... no | |
checking sensors/sensors.h presence... no | |
checking for sensors/sensors.h... no | |
checking pkg-config for libstatgrab... not found | |
checking tcrdb.h usability... no | |
checking tcrdb.h presence... no | |
checking for tcrdb.h... no | |
configure: Checking for libupsclient using /usr/bin/pkg-config | |
checking yajl/yajl_parse.h usability... no | |
checking yajl/yajl_parse.h presence... no | |
checking for yajl/yajl_parse.h... no | |
checking yajl/yajl_version.h usability... no | |
checking yajl/yajl_version.h presence... no | |
checking for yajl/yajl_version.h... no | |
checking MicAccessApi.h usability... no | |
checking MicAccessApi.h presence... no | |
checking for MicAccessApi.h... no | |
configure: Checking for varnishapi using /usr/bin/pkg-config | |
checking for pkg-config... /usr/bin/pkg-config | |
checking for libOpenIPMIpthread... no (pkg-config doesn't know OpenIPMIpthread) | |
checking for LIBNOTIFY... no | |
checking which default log plugin to load... syslog | |
checking which default write plugin to load... network | |
configure: creating ./config.status | |
config.status: creating src/libcollectdclient/collectd/lcc_features.h | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/collectd.conf | |
config.status: creating src/libcollectdclient/Makefile | |
config.status: creating src/libcollectdclient/libcollectdclient.pc | |
config.status: creating src/liboconfig/Makefile | |
config.status: creating bindings/Makefile | |
config.status: creating bindings/java/Makefile | |
config.status: creating src/config.h | |
config.status: src/config.h is unchanged | |
config.status: executing libtool commands | |
config.status: executing depfiles commands | |
=== configuring in libltdl (/home/appscaler/tmp/collectd-5.4.1/libltdl) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/opt/collectd' '--enable-debug' '--enable-ltdl-convenience' --cache-file=/dev/null --srcdir=. | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking how to print strings... printf | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking dependency style of gcc... gcc3 | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dlopen... no | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... no | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking which extension is used for runtime loadable modules... .so | |
checking which variable specifies run-time module search path... LD_LIBRARY_PATH | |
checking for the default library search path... /lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu | |
checking for library containing dlopen... -ldl | |
checking for dlerror... yes | |
checking for shl_load... (cached) no | |
checking for shl_load in -ldld... (cached) no | |
checking for dld_link in -ldld... no | |
checking for _ prefix in compiled symbols... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking for argz.h... yes | |
checking for error_t... yes | |
checking for argz_add... yes | |
checking for argz_append... yes | |
checking for argz_count... yes | |
checking for argz_create_sep... yes | |
checking for argz_insert... yes | |
checking for argz_next... yes | |
checking for argz_stringify... yes | |
checking if argz actually works... yes | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for unistd.h... (cached) yes | |
checking for dl.h... no | |
checking for sys/dl.h... no | |
checking for dld.h... no | |
checking for mach-o/dyld.h... no | |
checking for dirent.h... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking for strlcat... no | |
checking for strlcpy... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating config.h | |
config.status: config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
Configuration: | |
Libraries: | |
intel mic . . . . . . no (MicAccessApi not found) | |
libaquaero5 . . . . . no (libaquaero5.h not found) | |
libcurl . . . . . . . yes | |
libdbi . . . . . . . no (dbi/dbi.h not found) | |
libcredis . . . . . . no (credis.h not found) | |
libesmtp . . . . . . no (libesmtp not found) | |
libganglia . . . . . no (gm_protocol.h not found) | |
libgcrypt . . . . . . yes | |
libiokit . . . . . . no | |
libiptc . . . . . . . no (pkg-config doesn't know libiptc) | |
libjvm . . . . . . . no (jar not found) | |
libkstat . . . . . . no (Solaris only) | |
libkvm . . . . . . . no | |
libmemcached . . . . no (libmemcached/memcached.h not found) | |
libmnl . . . . . . . no (symbol 'mnl_nlmsg_get_payload' not found) | |
libmodbus . . . . . . no (pkg-config doesn't know libmodbus) | |
libmysql . . . . . . no (mysql_config failed) | |
libnetapp . . . . . . no (netapp_api.h not found) | |
libnetsnmp . . . . . no (net-snmp/net-snmp-config.h not found) | |
libnotify . . . . . . no (No package 'libnotify' found) | |
liboconfig . . . . . yes (shipped version) | |
libopenipmi . . . . . no (pkg-config doesn't know OpenIPMIpthread) | |
liboping . . . . . . no (oping.h not found) | |
libpcap . . . . . . . no (pcap.h misses PCAP_ERROR_IFACE_NOT_UP) | |
libperfstat . . . . . no (AIX only) | |
libperl . . . . . . . no | |
libpq . . . . . . . . no (libpq-fe.h not found) | |
libpthread . . . . . yes | |
librabbitmq . . . . . no (amqp.h not found) | |
librouteros . . . . . no (routeros_api.h not found) | |
librrd . . . . . . . no (rrd.h not found) | |
libsensors . . . . . no (sensors/sensors.h not found) | |
libsigrok . . . . . | |
libstatgrab . . . . . no (pkg-config doesn't know libstatgrab) | |
libtokyotyrant . . . no (tcrdb.h not found) | |
libupsclient . . . . no (pkg-config doesn't know libupsclient) | |
libvarnish . . . . . no (pkg-config doesn't know varnishapi) | |
libvirt . . . . . . . no (pkg-config doesn't know libvirt) | |
libxml2 . . . . . . . no (pkg-config doesn't know libxml-2.0) | |
libxmms . . . . . . . no | |
libyajl . . . . . . . no (yajl/yajl_parse.h not found) | |
libevent . . . . . . | |
protobuf-c . . . . . no | |
oracle . . . . . . . no (ORACLE_HOME is not set) | |
python . . . . . . . no ('Python.h' not found) | |
Features: | |
daemon mode . . . . . yes | |
debug . . . . . . . . yes | |
Bindings: | |
perl . . . . . . . . yes (PREFIX=NONE) | |
Modules: | |
aggregation . . . . . yes | |
amqp . . . . . . . no | |
apache . . . . . . . yes | |
apcups . . . . . . . yes | |
aquaero . . . . . . . no | |
apple_sensors . . . . no | |
ascent . . . . . . . no | |
battery . . . . . . . yes | |
bind . . . . . . . . no | |
conntrack . . . . . . yes | |
contextswitch . . . . yes | |
cgroups . . . . . . . yes | |
cpu . . . . . . . . . yes | |
cpufreq . . . . . . . yes | |
csv . . . . . . . . . yes | |
curl . . . . . . . . yes | |
curl_json . . . . . . no | |
curl_xml . . . . . . no | |
dbi . . . . . . . . . no | |
df . . . . . . . . . yes | |
disk . . . . . . . . yes | |
dns . . . . . . . . . no | |
email . . . . . . . . yes | |
entropy . . . . . . . yes | |
ethstat . . . . . . . yes | |
exec . . . . . . . . yes | |
filecount . . . . . . yes | |
fscache . . . . . . . yes | |
gmond . . . . . . . . no | |
hddtemp . . . . . . . yes | |
interface . . . . . . yes | |
ipmi . . . . . . . . no | |
iptables . . . . . . no | |
ipvs . . . . . . . . yes | |
irq . . . . . . . . . yes | |
java . . . . . . . . no | |
libvirt . . . . . . . no | |
load . . . . . . . . yes | |
logfile . . . . . . . yes | |
lpar . . . . . . . . no | |
lvm . . . . . . . . . no | |
madwifi . . . . . . . yes | |
match_empty_counter . yes | |
match_hashed . . . . yes | |
match_regex . . . . . yes | |
match_timediff . . . yes | |
match_value . . . . . yes | |
mbmon . . . . . . . . yes | |
md . . . . . . . . . yes | |
memcachec . . . . . . no | |
memcached . . . . . . yes | |
memory . . . . . . . yes | |
mic . . . . . . . . . no | |
modbus . . . . . . . no | |
multimeter . . . . . yes | |
mysql . . . . . . . . no | |
netapp . . . . . . . no | |
netlink . . . . . . . no | |
network . . . . . . . yes | |
nfs . . . . . . . . . yes | |
nginx . . . . . . . . yes | |
notify_desktop . . . no | |
notify_email . . . . no | |
ntpd . . . . . . . . yes | |
numa . . . . . . . . yes | |
nut . . . . . . . . . no | |
olsrd . . . . . . . . yes | |
onewire . . . . . . . no | |
openvpn . . . . . . . yes | |
oracle . . . . . . . no | |
perl . . . . . . . . no (needs libperl) | |
pf . . . . . . . . . no | |
pinba . . . . . . . . no | |
ping . . . . . . . . no | |
postgresql . . . . . no | |
powerdns . . . . . . yes | |
processes . . . . . . yes | |
protocols . . . . . . yes | |
python . . . . . . . no | |
redis . . . . . . . . no | |
routeros . . . . . . no | |
rrdcached . . . . . . no | |
rrdtool . . . . . . . no | |
sensors . . . . . . . no | |
serial . . . . . . . yes | |
sigrok . . . . . . . no | |
snmp . . . . . . . . no | |
statsd . . . . . . . yes | |
swap . . . . . . . . yes | |
syslog . . . . . . . yes | |
table . . . . . . . . yes | |
tail . . . . . . . . yes | |
tail_csv . . . . . . yes | |
tape . . . . . . . . no | |
target_notification . yes | |
target_replace . . . yes | |
target_scale . . . . yes | |
target_set . . . . . yes | |
target_v5upgrade . . yes | |
tcpconns . . . . . . yes | |
teamspeak2 . . . . . yes | |
ted . . . . . . . . . yes | |
thermal . . . . . . . yes | |
threshold . . . . . . yes | |
tokyotyrant . . . . . no | |
unixsock . . . . . . yes | |
uptime . . . . . . . yes | |
users . . . . . . . . yes | |
uuid . . . . . . . . yes | |
varnish . . . . . . . no | |
vmem . . . . . . . . yes | |
vserver . . . . . . . yes | |
wireless . . . . . . yes | |
write_graphite . . . yes | |
write_http . . . . . yes | |
write_mongodb . . . . no | |
write_redis . . . . . no | |
write_riemann . . . . no | |
xmms . . . . . . . . no | |
zfs_arc . . . . . . . no | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Making all in libltdl | |
make[1]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/libltdl' | |
make all-am | |
make[2]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/libltdl' | |
make[2]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/libltdl' | |
make[1]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/libltdl' | |
Making all in src | |
make[1]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
make all-recursive | |
make[2]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
Making all in libcollectdclient | |
make[3]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src/libcollectdclient' | |
make all-am | |
make[4]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src/libcollectdclient' | |
make[4]: Nothing to be done for `all-am'. | |
make[4]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src/libcollectdclient' | |
make[3]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src/libcollectdclient' | |
Making all in liboconfig | |
make[3]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src/liboconfig' | |
make all-am | |
make[4]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src/liboconfig' | |
make[4]: Nothing to be done for `all-am'. | |
make[4]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src/liboconfig' | |
make[3]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src/liboconfig' | |
make[3]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
CC collectd_nagios-collectd-nagios.o | |
CCLD collectd-nagios | |
CC collectdctl-collectdctl.o | |
CCLD collectdctl | |
CC collectd_tg-collectd-tg.o | |
CCLD collectd-tg | |
make[3]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
make[2]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
make[1]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
Making all in bindings | |
make[1]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/bindings' | |
make[2]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/bindings' | |
cd buildperl && /usr/bin/perl Makefile.PL PREFIX=NONE | |
Writing Makefile for Collectd | |
Writing MYMETA.yml | |
cd buildperl && make | |
make[3]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/bindings/buildperl' | |
Skip blib/lib/Collectd.pm (unchanged) | |
Skip blib/lib/Collectd/Plugins/OpenVZ.pm (unchanged) | |
Skip blib/lib/Collectd/Unixsock.pm (unchanged) | |
Manifying blib/man3/Collectd::Unixsock.3pm | |
make[3]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/bindings/buildperl' | |
make[2]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/bindings' | |
make[1]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/bindings' | |
Making all in . | |
make[1]: Entering directory `/home/appscaler/tmp/collectd-5.4.1' | |
make[1]: Nothing to be done for `all-am'. | |
make[1]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1' | |
Making install in libltdl | |
make[1]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/libltdl' | |
make install-am | |
make[2]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/libltdl' | |
make[3]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/libltdl' | |
test -z "/opt/collectd/lib" || /bin/mkdir -p "/opt/collectd/lib" | |
test -z "/opt/collectd/include" || /bin/mkdir -p "/opt/collectd/include" | |
test -z "" || /bin/mkdir -p "" | |
make[3]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/libltdl' | |
make[2]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/libltdl' | |
make[1]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/libltdl' | |
Making install in src | |
make[1]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
make install-recursive | |
make[2]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
Making install in libcollectdclient | |
make[3]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src/libcollectdclient' | |
make install-am | |
make[4]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src/libcollectdclient' | |
make[5]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src/libcollectdclient' | |
test -z "/opt/collectd/lib" || /bin/mkdir -p "/opt/collectd/lib" | |
/bin/bash ../../libtool --mode=install /usr/bin/install -c libcollectdclient.la '/opt/collectd/lib' | |
libtool: install: /usr/bin/install -c .libs/libcollectdclient.so.1.0.0 /opt/collectd/lib/libcollectdclient.so.1.0.0 | |
libtool: install: (cd /opt/collectd/lib && { ln -s -f libcollectdclient.so.1.0.0 libcollectdclient.so.1 || { rm -f libcollectdclient.so.1 && ln -s libcollectdclient.so.1.0.0 libcollectdclient.so.1; }; }) | |
libtool: install: (cd /opt/collectd/lib && { ln -s -f libcollectdclient.so.1.0.0 libcollectdclient.so || { rm -f libcollectdclient.so && ln -s libcollectdclient.so.1.0.0 libcollectdclient.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libcollectdclient.lai /opt/collectd/lib/libcollectdclient.la | |
libtool: install: /usr/bin/install -c .libs/libcollectdclient.a /opt/collectd/lib/libcollectdclient.a | |
libtool: install: chmod 644 /opt/collectd/lib/libcollectdclient.a | |
libtool: install: ranlib /opt/collectd/lib/libcollectdclient.a | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/collectd/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/opt/collectd/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
test -z "/opt/collectd/lib/pkgconfig" || /bin/mkdir -p "/opt/collectd/lib/pkgconfig" | |
/usr/bin/install -c -m 644 libcollectdclient.pc '/opt/collectd/lib/pkgconfig' | |
test -z "/opt/collectd/include/collectd" || /bin/mkdir -p "/opt/collectd/include/collectd" | |
/usr/bin/install -c -m 644 collectd/client.h collectd/network.h collectd/network_buffer.h collectd/lcc_features.h '/opt/collectd/include/collectd' | |
make[5]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src/libcollectdclient' | |
make[4]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src/libcollectdclient' | |
make[3]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src/libcollectdclient' | |
Making install in liboconfig | |
make[3]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src/liboconfig' | |
make install-am | |
make[4]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src/liboconfig' | |
make[5]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src/liboconfig' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src/liboconfig' | |
make[4]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src/liboconfig' | |
make[3]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src/liboconfig' | |
make[3]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
make[4]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
test -z "/opt/collectd/bin" || /bin/mkdir -p "/opt/collectd/bin" | |
/bin/bash ../libtool --mode=install /usr/bin/install -c collectd-nagios collectdctl collectd-tg utils_vl_lookup_test '/opt/collectd/bin' | |
libtool: install: /usr/bin/install -c .libs/collectd-nagios /opt/collectd/bin/collectd-nagios | |
libtool: install: /usr/bin/install -c .libs/collectdctl /opt/collectd/bin/collectdctl | |
libtool: install: /usr/bin/install -c .libs/collectd-tg /opt/collectd/bin/collectd-tg | |
libtool: install: /usr/bin/install -c utils_vl_lookup_test /opt/collectd/bin/utils_vl_lookup_test | |
test -z "/opt/collectd/lib/collectd" || /bin/mkdir -p "/opt/collectd/lib/collectd" | |
/bin/bash ../libtool --mode=install /usr/bin/install -c aggregation.la apache.la apcups.la battery.la cgroups.la conntrack.la contextswitch.la cpu.la cpufreq.la csv.la curl.la df.la disk.la email.la entropy.la exec.la ethstat.la filecount.la hddtemp.la interface.la ipvs.la irq.la load.la logfile.la madwifi.la match_empty_counter.la match_hashed.la match_regex.la match_timediff.la match_value.la mbmon.la md.la memcached.la memory.la multimeter.la network.la nfs.la fscache.la nginx.la ntpd.la numa.la olsrd.la openvpn.la powerdns.la processes.la protocols.la serial.la statsd.la swap.la syslog.la table.la tail.la tail_csv.la target_notification.la target_replace.la target_scale.la target_set.la target_v5upgrade.la tcpconns.la teamspeak2.la ted.la thermal.la threshold.la unixsock.la uptime.la users.la uuid.la vmem.la vserver.la wireless.la write_graphite.la write_http.la '/opt/collectd/lib/collectd' | |
libtool: install: /usr/bin/install -c .libs/aggregation.so /opt/collectd/lib/collectd/aggregation.so | |
libtool: install: /usr/bin/install -c .libs/aggregation.lai /opt/collectd/lib/collectd/aggregation.la | |
libtool: install: /usr/bin/install -c .libs/apache.so /opt/collectd/lib/collectd/apache.so | |
libtool: install: /usr/bin/install -c .libs/apache.lai /opt/collectd/lib/collectd/apache.la | |
libtool: install: /usr/bin/install -c .libs/apcups.so /opt/collectd/lib/collectd/apcups.so | |
libtool: install: /usr/bin/install -c .libs/apcups.lai /opt/collectd/lib/collectd/apcups.la | |
libtool: install: /usr/bin/install -c .libs/battery.so /opt/collectd/lib/collectd/battery.so | |
libtool: install: /usr/bin/install -c .libs/battery.lai /opt/collectd/lib/collectd/battery.la | |
libtool: install: /usr/bin/install -c .libs/cgroups.so /opt/collectd/lib/collectd/cgroups.so | |
libtool: install: /usr/bin/install -c .libs/cgroups.lai /opt/collectd/lib/collectd/cgroups.la | |
libtool: install: /usr/bin/install -c .libs/conntrack.so /opt/collectd/lib/collectd/conntrack.so | |
libtool: install: /usr/bin/install -c .libs/conntrack.lai /opt/collectd/lib/collectd/conntrack.la | |
libtool: install: /usr/bin/install -c .libs/contextswitch.so /opt/collectd/lib/collectd/contextswitch.so | |
libtool: install: /usr/bin/install -c .libs/contextswitch.lai /opt/collectd/lib/collectd/contextswitch.la | |
libtool: install: /usr/bin/install -c .libs/cpu.so /opt/collectd/lib/collectd/cpu.so | |
libtool: install: /usr/bin/install -c .libs/cpu.lai /opt/collectd/lib/collectd/cpu.la | |
libtool: install: /usr/bin/install -c .libs/cpufreq.so /opt/collectd/lib/collectd/cpufreq.so | |
libtool: install: /usr/bin/install -c .libs/cpufreq.lai /opt/collectd/lib/collectd/cpufreq.la | |
libtool: install: /usr/bin/install -c .libs/csv.so /opt/collectd/lib/collectd/csv.so | |
libtool: install: /usr/bin/install -c .libs/csv.lai /opt/collectd/lib/collectd/csv.la | |
libtool: install: /usr/bin/install -c .libs/curl.so /opt/collectd/lib/collectd/curl.so | |
libtool: install: /usr/bin/install -c .libs/curl.lai /opt/collectd/lib/collectd/curl.la | |
libtool: install: /usr/bin/install -c .libs/df.so /opt/collectd/lib/collectd/df.so | |
libtool: install: /usr/bin/install -c .libs/df.lai /opt/collectd/lib/collectd/df.la | |
libtool: install: /usr/bin/install -c .libs/disk.so /opt/collectd/lib/collectd/disk.so | |
libtool: install: /usr/bin/install -c .libs/disk.lai /opt/collectd/lib/collectd/disk.la | |
libtool: install: /usr/bin/install -c .libs/email.so /opt/collectd/lib/collectd/email.so | |
libtool: install: /usr/bin/install -c .libs/email.lai /opt/collectd/lib/collectd/email.la | |
libtool: install: /usr/bin/install -c .libs/entropy.so /opt/collectd/lib/collectd/entropy.so | |
libtool: install: /usr/bin/install -c .libs/entropy.lai /opt/collectd/lib/collectd/entropy.la | |
libtool: install: /usr/bin/install -c .libs/exec.so /opt/collectd/lib/collectd/exec.so | |
libtool: install: /usr/bin/install -c .libs/exec.lai /opt/collectd/lib/collectd/exec.la | |
libtool: install: /usr/bin/install -c .libs/ethstat.so /opt/collectd/lib/collectd/ethstat.so | |
libtool: install: /usr/bin/install -c .libs/ethstat.lai /opt/collectd/lib/collectd/ethstat.la | |
libtool: install: /usr/bin/install -c .libs/filecount.so /opt/collectd/lib/collectd/filecount.so | |
libtool: install: /usr/bin/install -c .libs/filecount.lai /opt/collectd/lib/collectd/filecount.la | |
libtool: install: /usr/bin/install -c .libs/hddtemp.so /opt/collectd/lib/collectd/hddtemp.so | |
libtool: install: /usr/bin/install -c .libs/hddtemp.lai /opt/collectd/lib/collectd/hddtemp.la | |
libtool: install: /usr/bin/install -c .libs/interface.so /opt/collectd/lib/collectd/interface.so | |
libtool: install: /usr/bin/install -c .libs/interface.lai /opt/collectd/lib/collectd/interface.la | |
libtool: install: /usr/bin/install -c .libs/ipvs.so /opt/collectd/lib/collectd/ipvs.so | |
libtool: install: /usr/bin/install -c .libs/ipvs.lai /opt/collectd/lib/collectd/ipvs.la | |
libtool: install: /usr/bin/install -c .libs/irq.so /opt/collectd/lib/collectd/irq.so | |
libtool: install: /usr/bin/install -c .libs/irq.lai /opt/collectd/lib/collectd/irq.la | |
libtool: install: /usr/bin/install -c .libs/load.so /opt/collectd/lib/collectd/load.so | |
libtool: install: /usr/bin/install -c .libs/load.lai /opt/collectd/lib/collectd/load.la | |
libtool: install: /usr/bin/install -c .libs/logfile.so /opt/collectd/lib/collectd/logfile.so | |
libtool: install: /usr/bin/install -c .libs/logfile.lai /opt/collectd/lib/collectd/logfile.la | |
libtool: install: /usr/bin/install -c .libs/madwifi.so /opt/collectd/lib/collectd/madwifi.so | |
libtool: install: /usr/bin/install -c .libs/madwifi.lai /opt/collectd/lib/collectd/madwifi.la | |
libtool: install: /usr/bin/install -c .libs/match_empty_counter.so /opt/collectd/lib/collectd/match_empty_counter.so | |
libtool: install: /usr/bin/install -c .libs/match_empty_counter.lai /opt/collectd/lib/collectd/match_empty_counter.la | |
libtool: install: /usr/bin/install -c .libs/match_hashed.so /opt/collectd/lib/collectd/match_hashed.so | |
libtool: install: /usr/bin/install -c .libs/match_hashed.lai /opt/collectd/lib/collectd/match_hashed.la | |
libtool: install: /usr/bin/install -c .libs/match_regex.so /opt/collectd/lib/collectd/match_regex.so | |
libtool: install: /usr/bin/install -c .libs/match_regex.lai /opt/collectd/lib/collectd/match_regex.la | |
libtool: install: /usr/bin/install -c .libs/match_timediff.so /opt/collectd/lib/collectd/match_timediff.so | |
libtool: install: /usr/bin/install -c .libs/match_timediff.lai /opt/collectd/lib/collectd/match_timediff.la | |
libtool: install: /usr/bin/install -c .libs/match_value.so /opt/collectd/lib/collectd/match_value.so | |
libtool: install: /usr/bin/install -c .libs/match_value.lai /opt/collectd/lib/collectd/match_value.la | |
libtool: install: /usr/bin/install -c .libs/mbmon.so /opt/collectd/lib/collectd/mbmon.so | |
libtool: install: /usr/bin/install -c .libs/mbmon.lai /opt/collectd/lib/collectd/mbmon.la | |
libtool: install: /usr/bin/install -c .libs/md.so /opt/collectd/lib/collectd/md.so | |
libtool: install: /usr/bin/install -c .libs/md.lai /opt/collectd/lib/collectd/md.la | |
libtool: install: /usr/bin/install -c .libs/memcached.so /opt/collectd/lib/collectd/memcached.so | |
libtool: install: /usr/bin/install -c .libs/memcached.lai /opt/collectd/lib/collectd/memcached.la | |
libtool: install: /usr/bin/install -c .libs/memory.so /opt/collectd/lib/collectd/memory.so | |
libtool: install: /usr/bin/install -c .libs/memory.lai /opt/collectd/lib/collectd/memory.la | |
libtool: install: /usr/bin/install -c .libs/multimeter.so /opt/collectd/lib/collectd/multimeter.so | |
libtool: install: /usr/bin/install -c .libs/multimeter.lai /opt/collectd/lib/collectd/multimeter.la | |
libtool: install: /usr/bin/install -c .libs/network.so /opt/collectd/lib/collectd/network.so | |
libtool: install: /usr/bin/install -c .libs/network.lai /opt/collectd/lib/collectd/network.la | |
libtool: install: /usr/bin/install -c .libs/nfs.so /opt/collectd/lib/collectd/nfs.so | |
libtool: install: /usr/bin/install -c .libs/nfs.lai /opt/collectd/lib/collectd/nfs.la | |
libtool: install: /usr/bin/install -c .libs/fscache.so /opt/collectd/lib/collectd/fscache.so | |
libtool: install: /usr/bin/install -c .libs/fscache.lai /opt/collectd/lib/collectd/fscache.la | |
libtool: install: /usr/bin/install -c .libs/nginx.so /opt/collectd/lib/collectd/nginx.so | |
libtool: install: /usr/bin/install -c .libs/nginx.lai /opt/collectd/lib/collectd/nginx.la | |
libtool: install: /usr/bin/install -c .libs/ntpd.so /opt/collectd/lib/collectd/ntpd.so | |
libtool: install: /usr/bin/install -c .libs/ntpd.lai /opt/collectd/lib/collectd/ntpd.la | |
libtool: install: /usr/bin/install -c .libs/numa.so /opt/collectd/lib/collectd/numa.so | |
libtool: install: /usr/bin/install -c .libs/numa.lai /opt/collectd/lib/collectd/numa.la | |
libtool: install: /usr/bin/install -c .libs/olsrd.so /opt/collectd/lib/collectd/olsrd.so | |
libtool: install: /usr/bin/install -c .libs/olsrd.lai /opt/collectd/lib/collectd/olsrd.la | |
libtool: install: /usr/bin/install -c .libs/openvpn.so /opt/collectd/lib/collectd/openvpn.so | |
libtool: install: /usr/bin/install -c .libs/openvpn.lai /opt/collectd/lib/collectd/openvpn.la | |
libtool: install: /usr/bin/install -c .libs/powerdns.so /opt/collectd/lib/collectd/powerdns.so | |
libtool: install: /usr/bin/install -c .libs/powerdns.lai /opt/collectd/lib/collectd/powerdns.la | |
libtool: install: /usr/bin/install -c .libs/processes.so /opt/collectd/lib/collectd/processes.so | |
libtool: install: /usr/bin/install -c .libs/processes.lai /opt/collectd/lib/collectd/processes.la | |
libtool: install: /usr/bin/install -c .libs/protocols.so /opt/collectd/lib/collectd/protocols.so | |
libtool: install: /usr/bin/install -c .libs/protocols.lai /opt/collectd/lib/collectd/protocols.la | |
libtool: install: /usr/bin/install -c .libs/serial.so /opt/collectd/lib/collectd/serial.so | |
libtool: install: /usr/bin/install -c .libs/serial.lai /opt/collectd/lib/collectd/serial.la | |
libtool: install: /usr/bin/install -c .libs/statsd.so /opt/collectd/lib/collectd/statsd.so | |
libtool: install: /usr/bin/install -c .libs/statsd.lai /opt/collectd/lib/collectd/statsd.la | |
libtool: install: /usr/bin/install -c .libs/swap.so /opt/collectd/lib/collectd/swap.so | |
libtool: install: /usr/bin/install -c .libs/swap.lai /opt/collectd/lib/collectd/swap.la | |
libtool: install: /usr/bin/install -c .libs/syslog.so /opt/collectd/lib/collectd/syslog.so | |
libtool: install: /usr/bin/install -c .libs/syslog.lai /opt/collectd/lib/collectd/syslog.la | |
libtool: install: /usr/bin/install -c .libs/table.so /opt/collectd/lib/collectd/table.so | |
libtool: install: /usr/bin/install -c .libs/table.lai /opt/collectd/lib/collectd/table.la | |
libtool: install: /usr/bin/install -c .libs/tail.so /opt/collectd/lib/collectd/tail.so | |
libtool: install: /usr/bin/install -c .libs/tail.lai /opt/collectd/lib/collectd/tail.la | |
libtool: install: /usr/bin/install -c .libs/tail_csv.so /opt/collectd/lib/collectd/tail_csv.so | |
libtool: install: /usr/bin/install -c .libs/tail_csv.lai /opt/collectd/lib/collectd/tail_csv.la | |
libtool: install: /usr/bin/install -c .libs/target_notification.so /opt/collectd/lib/collectd/target_notification.so | |
libtool: install: /usr/bin/install -c .libs/target_notification.lai /opt/collectd/lib/collectd/target_notification.la | |
libtool: install: /usr/bin/install -c .libs/target_replace.so /opt/collectd/lib/collectd/target_replace.so | |
libtool: install: /usr/bin/install -c .libs/target_replace.lai /opt/collectd/lib/collectd/target_replace.la | |
libtool: install: /usr/bin/install -c .libs/target_scale.so /opt/collectd/lib/collectd/target_scale.so | |
libtool: install: /usr/bin/install -c .libs/target_scale.lai /opt/collectd/lib/collectd/target_scale.la | |
libtool: install: /usr/bin/install -c .libs/target_set.so /opt/collectd/lib/collectd/target_set.so | |
libtool: install: /usr/bin/install -c .libs/target_set.lai /opt/collectd/lib/collectd/target_set.la | |
libtool: install: /usr/bin/install -c .libs/target_v5upgrade.so /opt/collectd/lib/collectd/target_v5upgrade.so | |
libtool: install: /usr/bin/install -c .libs/target_v5upgrade.lai /opt/collectd/lib/collectd/target_v5upgrade.la | |
libtool: install: /usr/bin/install -c .libs/tcpconns.so /opt/collectd/lib/collectd/tcpconns.so | |
libtool: install: /usr/bin/install -c .libs/tcpconns.lai /opt/collectd/lib/collectd/tcpconns.la | |
libtool: install: /usr/bin/install -c .libs/teamspeak2.so /opt/collectd/lib/collectd/teamspeak2.so | |
libtool: install: /usr/bin/install -c .libs/teamspeak2.lai /opt/collectd/lib/collectd/teamspeak2.la | |
libtool: install: /usr/bin/install -c .libs/ted.so /opt/collectd/lib/collectd/ted.so | |
libtool: install: /usr/bin/install -c .libs/ted.lai /opt/collectd/lib/collectd/ted.la | |
libtool: install: /usr/bin/install -c .libs/thermal.so /opt/collectd/lib/collectd/thermal.so | |
libtool: install: /usr/bin/install -c .libs/thermal.lai /opt/collectd/lib/collectd/thermal.la | |
libtool: install: /usr/bin/install -c .libs/threshold.so /opt/collectd/lib/collectd/threshold.so | |
libtool: install: /usr/bin/install -c .libs/threshold.lai /opt/collectd/lib/collectd/threshold.la | |
libtool: install: /usr/bin/install -c .libs/unixsock.so /opt/collectd/lib/collectd/unixsock.so | |
libtool: install: /usr/bin/install -c .libs/unixsock.lai /opt/collectd/lib/collectd/unixsock.la | |
libtool: install: /usr/bin/install -c .libs/uptime.so /opt/collectd/lib/collectd/uptime.so | |
libtool: install: /usr/bin/install -c .libs/uptime.lai /opt/collectd/lib/collectd/uptime.la | |
libtool: install: /usr/bin/install -c .libs/users.so /opt/collectd/lib/collectd/users.so | |
libtool: install: /usr/bin/install -c .libs/users.lai /opt/collectd/lib/collectd/users.la | |
libtool: install: /usr/bin/install -c .libs/uuid.so /opt/collectd/lib/collectd/uuid.so | |
libtool: install: /usr/bin/install -c .libs/uuid.lai /opt/collectd/lib/collectd/uuid.la | |
libtool: install: /usr/bin/install -c .libs/vmem.so /opt/collectd/lib/collectd/vmem.so | |
libtool: install: /usr/bin/install -c .libs/vmem.lai /opt/collectd/lib/collectd/vmem.la | |
libtool: install: /usr/bin/install -c .libs/vserver.so /opt/collectd/lib/collectd/vserver.so | |
libtool: install: /usr/bin/install -c .libs/vserver.lai /opt/collectd/lib/collectd/vserver.la | |
libtool: install: /usr/bin/install -c .libs/wireless.so /opt/collectd/lib/collectd/wireless.so | |
libtool: install: /usr/bin/install -c .libs/wireless.lai /opt/collectd/lib/collectd/wireless.la | |
libtool: install: /usr/bin/install -c .libs/write_graphite.so /opt/collectd/lib/collectd/write_graphite.so | |
libtool: install: /usr/bin/install -c .libs/write_graphite.lai /opt/collectd/lib/collectd/write_graphite.la | |
libtool: install: /usr/bin/install -c .libs/write_http.so /opt/collectd/lib/collectd/write_http.so | |
libtool: install: /usr/bin/install -c .libs/write_http.lai /opt/collectd/lib/collectd/write_http.la | |
libtool: install: /usr/bin/install -c .libs/aggregation.a /opt/collectd/lib/collectd/aggregation.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/aggregation.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/aggregation.a | |
libtool: install: /usr/bin/install -c .libs/apache.a /opt/collectd/lib/collectd/apache.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/apache.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/apache.a | |
libtool: install: /usr/bin/install -c .libs/apcups.a /opt/collectd/lib/collectd/apcups.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/apcups.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/apcups.a | |
libtool: install: /usr/bin/install -c .libs/battery.a /opt/collectd/lib/collectd/battery.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/battery.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/battery.a | |
libtool: install: /usr/bin/install -c .libs/cgroups.a /opt/collectd/lib/collectd/cgroups.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/cgroups.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/cgroups.a | |
libtool: install: /usr/bin/install -c .libs/conntrack.a /opt/collectd/lib/collectd/conntrack.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/conntrack.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/conntrack.a | |
libtool: install: /usr/bin/install -c .libs/contextswitch.a /opt/collectd/lib/collectd/contextswitch.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/contextswitch.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/contextswitch.a | |
libtool: install: /usr/bin/install -c .libs/cpu.a /opt/collectd/lib/collectd/cpu.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/cpu.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/cpu.a | |
libtool: install: /usr/bin/install -c .libs/cpufreq.a /opt/collectd/lib/collectd/cpufreq.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/cpufreq.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/cpufreq.a | |
libtool: install: /usr/bin/install -c .libs/csv.a /opt/collectd/lib/collectd/csv.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/csv.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/csv.a | |
libtool: install: /usr/bin/install -c .libs/curl.a /opt/collectd/lib/collectd/curl.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/curl.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/curl.a | |
libtool: install: /usr/bin/install -c .libs/df.a /opt/collectd/lib/collectd/df.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/df.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/df.a | |
libtool: install: /usr/bin/install -c .libs/disk.a /opt/collectd/lib/collectd/disk.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/disk.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/disk.a | |
libtool: install: /usr/bin/install -c .libs/email.a /opt/collectd/lib/collectd/email.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/email.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/email.a | |
libtool: install: /usr/bin/install -c .libs/entropy.a /opt/collectd/lib/collectd/entropy.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/entropy.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/entropy.a | |
libtool: install: /usr/bin/install -c .libs/exec.a /opt/collectd/lib/collectd/exec.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/exec.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/exec.a | |
libtool: install: /usr/bin/install -c .libs/ethstat.a /opt/collectd/lib/collectd/ethstat.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/ethstat.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/ethstat.a | |
libtool: install: /usr/bin/install -c .libs/filecount.a /opt/collectd/lib/collectd/filecount.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/filecount.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/filecount.a | |
libtool: install: /usr/bin/install -c .libs/hddtemp.a /opt/collectd/lib/collectd/hddtemp.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/hddtemp.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/hddtemp.a | |
libtool: install: /usr/bin/install -c .libs/interface.a /opt/collectd/lib/collectd/interface.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/interface.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/interface.a | |
libtool: install: /usr/bin/install -c .libs/ipvs.a /opt/collectd/lib/collectd/ipvs.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/ipvs.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/ipvs.a | |
libtool: install: /usr/bin/install -c .libs/irq.a /opt/collectd/lib/collectd/irq.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/irq.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/irq.a | |
libtool: install: /usr/bin/install -c .libs/load.a /opt/collectd/lib/collectd/load.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/load.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/load.a | |
libtool: install: /usr/bin/install -c .libs/logfile.a /opt/collectd/lib/collectd/logfile.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/logfile.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/logfile.a | |
libtool: install: /usr/bin/install -c .libs/madwifi.a /opt/collectd/lib/collectd/madwifi.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/madwifi.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/madwifi.a | |
libtool: install: /usr/bin/install -c .libs/match_empty_counter.a /opt/collectd/lib/collectd/match_empty_counter.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/match_empty_counter.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/match_empty_counter.a | |
libtool: install: /usr/bin/install -c .libs/match_hashed.a /opt/collectd/lib/collectd/match_hashed.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/match_hashed.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/match_hashed.a | |
libtool: install: /usr/bin/install -c .libs/match_regex.a /opt/collectd/lib/collectd/match_regex.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/match_regex.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/match_regex.a | |
libtool: install: /usr/bin/install -c .libs/match_timediff.a /opt/collectd/lib/collectd/match_timediff.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/match_timediff.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/match_timediff.a | |
libtool: install: /usr/bin/install -c .libs/match_value.a /opt/collectd/lib/collectd/match_value.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/match_value.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/match_value.a | |
libtool: install: /usr/bin/install -c .libs/mbmon.a /opt/collectd/lib/collectd/mbmon.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/mbmon.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/mbmon.a | |
libtool: install: /usr/bin/install -c .libs/md.a /opt/collectd/lib/collectd/md.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/md.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/md.a | |
libtool: install: /usr/bin/install -c .libs/memcached.a /opt/collectd/lib/collectd/memcached.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/memcached.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/memcached.a | |
libtool: install: /usr/bin/install -c .libs/memory.a /opt/collectd/lib/collectd/memory.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/memory.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/memory.a | |
libtool: install: /usr/bin/install -c .libs/multimeter.a /opt/collectd/lib/collectd/multimeter.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/multimeter.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/multimeter.a | |
libtool: install: /usr/bin/install -c .libs/network.a /opt/collectd/lib/collectd/network.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/network.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/network.a | |
libtool: install: /usr/bin/install -c .libs/nfs.a /opt/collectd/lib/collectd/nfs.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/nfs.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/nfs.a | |
libtool: install: /usr/bin/install -c .libs/fscache.a /opt/collectd/lib/collectd/fscache.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/fscache.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/fscache.a | |
libtool: install: /usr/bin/install -c .libs/nginx.a /opt/collectd/lib/collectd/nginx.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/nginx.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/nginx.a | |
libtool: install: /usr/bin/install -c .libs/ntpd.a /opt/collectd/lib/collectd/ntpd.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/ntpd.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/ntpd.a | |
libtool: install: /usr/bin/install -c .libs/numa.a /opt/collectd/lib/collectd/numa.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/numa.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/numa.a | |
libtool: install: /usr/bin/install -c .libs/olsrd.a /opt/collectd/lib/collectd/olsrd.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/olsrd.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/olsrd.a | |
libtool: install: /usr/bin/install -c .libs/openvpn.a /opt/collectd/lib/collectd/openvpn.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/openvpn.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/openvpn.a | |
libtool: install: /usr/bin/install -c .libs/powerdns.a /opt/collectd/lib/collectd/powerdns.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/powerdns.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/powerdns.a | |
libtool: install: /usr/bin/install -c .libs/processes.a /opt/collectd/lib/collectd/processes.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/processes.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/processes.a | |
libtool: install: /usr/bin/install -c .libs/protocols.a /opt/collectd/lib/collectd/protocols.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/protocols.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/protocols.a | |
libtool: install: /usr/bin/install -c .libs/serial.a /opt/collectd/lib/collectd/serial.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/serial.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/serial.a | |
libtool: install: /usr/bin/install -c .libs/statsd.a /opt/collectd/lib/collectd/statsd.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/statsd.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/statsd.a | |
libtool: install: /usr/bin/install -c .libs/swap.a /opt/collectd/lib/collectd/swap.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/swap.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/swap.a | |
libtool: install: /usr/bin/install -c .libs/syslog.a /opt/collectd/lib/collectd/syslog.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/syslog.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/syslog.a | |
libtool: install: /usr/bin/install -c .libs/table.a /opt/collectd/lib/collectd/table.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/table.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/table.a | |
libtool: install: /usr/bin/install -c .libs/tail.a /opt/collectd/lib/collectd/tail.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/tail.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/tail.a | |
libtool: install: /usr/bin/install -c .libs/tail_csv.a /opt/collectd/lib/collectd/tail_csv.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/tail_csv.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/tail_csv.a | |
libtool: install: /usr/bin/install -c .libs/target_notification.a /opt/collectd/lib/collectd/target_notification.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/target_notification.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/target_notification.a | |
libtool: install: /usr/bin/install -c .libs/target_replace.a /opt/collectd/lib/collectd/target_replace.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/target_replace.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/target_replace.a | |
libtool: install: /usr/bin/install -c .libs/target_scale.a /opt/collectd/lib/collectd/target_scale.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/target_scale.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/target_scale.a | |
libtool: install: /usr/bin/install -c .libs/target_set.a /opt/collectd/lib/collectd/target_set.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/target_set.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/target_set.a | |
libtool: install: /usr/bin/install -c .libs/target_v5upgrade.a /opt/collectd/lib/collectd/target_v5upgrade.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/target_v5upgrade.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/target_v5upgrade.a | |
libtool: install: /usr/bin/install -c .libs/tcpconns.a /opt/collectd/lib/collectd/tcpconns.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/tcpconns.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/tcpconns.a | |
libtool: install: /usr/bin/install -c .libs/teamspeak2.a /opt/collectd/lib/collectd/teamspeak2.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/teamspeak2.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/teamspeak2.a | |
libtool: install: /usr/bin/install -c .libs/ted.a /opt/collectd/lib/collectd/ted.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/ted.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/ted.a | |
libtool: install: /usr/bin/install -c .libs/thermal.a /opt/collectd/lib/collectd/thermal.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/thermal.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/thermal.a | |
libtool: install: /usr/bin/install -c .libs/threshold.a /opt/collectd/lib/collectd/threshold.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/threshold.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/threshold.a | |
libtool: install: /usr/bin/install -c .libs/unixsock.a /opt/collectd/lib/collectd/unixsock.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/unixsock.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/unixsock.a | |
libtool: install: /usr/bin/install -c .libs/uptime.a /opt/collectd/lib/collectd/uptime.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/uptime.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/uptime.a | |
libtool: install: /usr/bin/install -c .libs/users.a /opt/collectd/lib/collectd/users.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/users.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/users.a | |
libtool: install: /usr/bin/install -c .libs/uuid.a /opt/collectd/lib/collectd/uuid.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/uuid.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/uuid.a | |
libtool: install: /usr/bin/install -c .libs/vmem.a /opt/collectd/lib/collectd/vmem.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/vmem.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/vmem.a | |
libtool: install: /usr/bin/install -c .libs/vserver.a /opt/collectd/lib/collectd/vserver.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/vserver.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/vserver.a | |
libtool: install: /usr/bin/install -c .libs/wireless.a /opt/collectd/lib/collectd/wireless.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/wireless.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/wireless.a | |
libtool: install: /usr/bin/install -c .libs/write_graphite.a /opt/collectd/lib/collectd/write_graphite.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/write_graphite.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/write_graphite.a | |
libtool: install: /usr/bin/install -c .libs/write_http.a /opt/collectd/lib/collectd/write_http.a | |
libtool: install: chmod 644 /opt/collectd/lib/collectd/write_http.a | |
libtool: install: ranlib /opt/collectd/lib/collectd/write_http.a | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/collectd/lib/collectd | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/opt/collectd/lib/collectd | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
test -z "/opt/collectd/sbin" || /bin/mkdir -p "/opt/collectd/sbin" | |
/bin/bash ../libtool --mode=install /usr/bin/install -c collectd collectdmon '/opt/collectd/sbin' | |
libtool: install: /usr/bin/install -c collectd /opt/collectd/sbin/collectd | |
libtool: install: /usr/bin/install -c collectdmon /opt/collectd/sbin/collectdmon | |
make install-exec-hook | |
make[5]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
/bin/bash /home/appscaler/tmp/collectd-5.4.1/libltdl/config/install-sh -d /opt/collectd/etc | |
if test -e /opt/collectd/etc/collectd.conf; \ | |
then \ | |
/usr/bin/install -c -m 0640 collectd.conf /opt/collectd/etc/collectd.conf.pkg-orig; \ | |
else \ | |
/usr/bin/install -c -m 0640 collectd.conf /opt/collectd/etc/collectd.conf; \ | |
fi; \ | |
/bin/bash /home/appscaler/tmp/collectd-5.4.1/libltdl/config/install-sh -d /opt/collectd/share/collectd | |
/usr/bin/install -c -m 0644 ./types.db /opt/collectd/share/collectd/types.db; | |
/usr/bin/install -c -m 0644 ./postgresql_default.conf \ | |
/opt/collectd/share/collectd/postgresql_default.conf; | |
make[5]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
test -z "/opt/collectd/share/man/man1" || /bin/mkdir -p "/opt/collectd/share/man/man1" | |
/usr/bin/install -c -m 644 collectd.1 collectdctl.1 collectdmon.1 collectd-nagios.1 collectd-tg.1 '/opt/collectd/share/man/man1' | |
test -z "/opt/collectd/share/man/man5" || /bin/mkdir -p "/opt/collectd/share/man/man5" | |
/usr/bin/install -c -m 644 collectd.conf.5 collectd-email.5 collectd-exec.5 collectd-java.5 collectd-perl.5 collectd-python.5 collectd-snmp.5 collectd-threshold.5 collectd-unixsock.5 types.db.5 '/opt/collectd/share/man/man5' | |
make[4]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
make[3]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
make[2]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
make[1]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/src' | |
Making install in bindings | |
make[1]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/bindings' | |
make[2]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/bindings' | |
cd buildperl && make | |
make[3]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/bindings/buildperl' | |
make[3]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/bindings/buildperl' | |
make[3]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/bindings' | |
[ ! -f buildperl/Makefile ] || ( cd buildperl && make install ) | |
make[4]: Entering directory `/home/appscaler/tmp/collectd-5.4.1/bindings/buildperl' | |
Appending installation info to NONE/lib/perl/5.14.2/perllocal.pod | |
make[4]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/bindings/buildperl' | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/bindings' | |
make[2]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/bindings' | |
make[1]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1/bindings' | |
Making install in . | |
make[1]: Entering directory `/home/appscaler/tmp/collectd-5.4.1' | |
make[2]: Entering directory `/home/appscaler/tmp/collectd-5.4.1' | |
make install-exec-hook | |
make[3]: Entering directory `/home/appscaler/tmp/collectd-5.4.1' | |
/bin/bash /home/appscaler/tmp/collectd-5.4.1/libltdl/config/install-sh -d /opt/collectd/var/run | |
/bin/bash /home/appscaler/tmp/collectd-5.4.1/libltdl/config/install-sh -d /opt/collectd/var/lib/collectd | |
/bin/bash /home/appscaler/tmp/collectd-5.4.1/libltdl/config/install-sh -d /opt/collectd/var/log | |
make[3]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1' | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1' | |
make[1]: Leaving directory `/home/appscaler/tmp/collectd-5.4.1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment