Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Compila tudo em /opt/collectd/usr/local e depois o collectd passando --with-XXX=/opt/collectd/usr/local
- DEPS=/opt/collectd/usr/local
- mkdir -p $DEPS
- RRDTOOL
- ./configure --prefix=$DEPS
- make
- make install
- CHECK_NT
- http://kb.paxtecnologia.com.br/kb/index.php?View=entry&EntryID=1439
- LIBDBI
- http://kb.paxtecnologia.com.br/kb/index.php?View=entry&EntryID=1440
- COLLECTD
- # set oracle variables
- source /home/oracle/bash_rc
- ./configure \
- --with-librrd=$DEPS --enable-rrdtool \
- --enable-oracle \
- --enable-libdbi \
- --with-libdbi=$DEPS \
- --enable-dbi \
- --disable-python \
- --enable-debug
- make
- make install all
Advertisement
Add Comment
Please, Sign In to add comment