librenms@librenms:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal Project Link: http://nfsen.sourceforge.net/ http://nfdump.sourceforge.net/ https://github.com/phaag/nfdump https://www.first.org/resources/papers/conference2006/haag-peter-papers.pdf sudo add-apt-repository universe FOR OLD ubuntu versions 16,18 Installation Use the sudo user sudo -i Update ubuntu: apt-get update apt autoremove Create and navidate to a new folder: mkdir ~/nfsen && cd ~/nfsen or mkdir /var/nfsen && cd / var /nfsen Download the required files: wget https://bit.ly/2NpMHqV >>> NfSend wget https://github.com/phaag/nfdump/archive/v1.6.17.tar.gz >>>N...
How to Install & Integrate Oxidized Into LibreNMS Project Links: https://docs.librenms.org/Extensions/Oxidized/ https://github.com/ytti/oxidized https://www.rubydoc.info/gems/oxidized/0.7.2 https://github.com/net-ssh/net-ssh Oxidized is a great tool for automating backups of device configs like ASA Firewalls, IOS routers, and all types of switches! I chose Oxidized because it very easy integrates into Librenms. The instructions for how to integrate oxidized into LibreNMS are below: sudo -i login as root user to check Ubuntu OS version lsb_release -a Must be Update your ubuntu/LibreNMS apt update && apt autoremove su - librenms git pull ./daily.sh ./validate.php Installation : go to the working directory login as a root user Debian and Ubuntu On Ubuntu, begin by enabling the universe repository (required for libssh2-1-dev): add-apt-repository universe I nstall the dependencies: a...
# ## Installing nfsen & nfdump PortTracker plugin on ubuntu We need to get nfdump 1.6.23 or newer. The version of nfdump included on Ubuntu 20.04/21.04/22.04 is nfsen-1.3.6p1 , ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lab Tasks This section is prerequisite if you had already done while installing nfsen then may skip below section 1 >>>> Prerequisite: https://youtu.be/4DkB0jQiTqw https://ipcorenetworks.blogspot.com/2021/08/installing-nfsen-nfdump-on-ubuntu-and.html +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Section 1: # cd cd /var/nfsen/ # wget https://github.com/phaag/nfdump/archive/v1.6.23.tar.gz # tar xvzf nfdump-1.6.23.tar.gz # cd nfdump-1.6.23/ # sh ./autogen.sh ./configure --enable-nsel --enable-nfprofile --enable-sflow --enable-readpcap --enable-nfpcapd --enable-nftrack # make && make install ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~ * Make a directory for the nf...
https://ipcorenetworks.blogspot.com/2021/05/cacti-pre-installation-checks-solved.html
ReplyDelete