

Then open smokeping config file: # vim /opt/smokeping/etc/config ScriptAlias /smokeping/smokeping.cgi /opt/smokeping/htdocs/ # ln -s /opt/smokeping/cache /opt/smokeping/htdocs/cacheĬreate nf file in httpd conf directory and put the following content in it: # vim /etc/httpd/conf.d/nf Then change permission of smokeping secret file and some ownerships: # chmod 600 etc/smokeping_secrets.dist # for foo in *.dist do mv $foo `basename $foo. Now created required directories: # cd /opt/smokeping/
#Install smokeping on centos 7 install
Now install smokeping by running: # /usr/bin/gmake install Then go to extracted smokeping archive and run configure script: # cd /opt/smokeping-2.7.3/ Then extract it in the /opt: # tar -zxvf smokeping-2.7.3.tar.gz -C /opt/Ĭreate a directory called smokeping in /opt: # mkdir /opt/smokeping/ Now download the latest version of Smokeping from smokeping FTP server: # wget # yum install mod_fcgid httpd httpd-devel rrdtool rrdtool-perl fping wget curl bind-utils gcc make perl perl-Net-Telnet perl-Net-DNS perl-LDAP perl-libwww-perl perl-RadiusPerl perl-IO-Socket-SSL perl-Socket6 perl-CGI-Speed圜GI perl-FCGI perl-RRD-Simple perl-CGI-SpeedCGI perl-ExtUtils-MakeMaker perl-rrdtool perl-core In addition to the original repository of the operating system itself, Epel must also be installed: # yum install epel-release With the command below we will install them. To install smokeping, we first need to install other software packages that are listed as Dependencies of smokeping. SELinux: permissive 1- Install prerequisites This software is very lightweight and will not require many resources to launch.Īvailability checks is one of the most usage of smokeping. It allows a servers to be analyzed by a user interface. Smokeping software is one of the most popular network management software used by service providers and can only be implemented on Linux-based operating systems.
#Install smokeping on centos 7 how to
Today, we will show you how to install smokeping on CentOS 7 linux.
