Firefox 16, a treat for developers http://t.co/cnd27CzT
Ho to install Pandorafms on RHEL,CentOS & Sientific Linux
Pandora FMS (for Pandora Flexible Monitoring System) is software solution for monitoring computer networks. Pandora FMS allows monitoring in a visual
way the status and performance of several parameters from different operating systems, servers, applications and hardware systems such as firewalls, proxies, databases, web servers or routers.
Pandora FMS can be deployed in almost any operating system. It features remote monitoring (WMI, SNMP, TCP. UDP, ICMP, HTTP…) and it can also use agents. An agent isavailable for each platform. It can also monitor hardware systems with a TCP/IP stack, such as load balancers, routers, network switches, printers or firewalls.
Pandora FMS has several servers that process and get information from different sources, using WMI for gathering remote Windows information, a predictive server, a plug-in server which makes complex user-defined network tests, an advanced export server to replicate data between different sites of Pandora FMS, a network discovery server, and an SNMP Trap console.
Before to begin installing PandoraFMS is required to install Lamp first.
To Install lamp follow the instructions in this LINK
Now lets start with Pandora Console:
Download the RPM pages from the Pandroafms.org website
[pirat9@Scientific-Linux Downloads]$ ls -altr pandorafms_*
-rw-rw-r-- 1 pirat9 pirat9 7005911 May 23 21:36 pandorafms_console-3.2-1.noarch.rpm
-rw-rw-r-- 1 pirat9 pirat9 247712 May 23 21:36 pandorafms_server-3.2-2.noarch.rpm
[pirat9@Scientific-Linux Downloads]$
Now before to install pandora Console you need to install some extra packages: php-snmp php-pear php-ldap php-pear-DB xorg-x11-fonts-75dpi graphvi, as root enter the following commad:
yum install php-snmp php-pear php-ldap php-pear-DB xorg-x11-fonts-75dpi graphvi
I-install the pandora console
Now we will install the pandora console
[root@Scientific-Linux Downloads]# rpm -ivh pandorafms_console-3.2-1.noarch.rpm
Preparing... ########################################### [100%]
1:pandorafms_console ########################################### [100%]
Please, now, point your browser to http://your_IP_address/pandora_console/install.php and follow all the steps described on it.
[root@Scientific-Linux Downloads]#
Now before to begin the Gui install via the browser, we need to restart apache to activate php_ldap and php_snmp
- Change the ownership of incluse directory to 777
chmod -R 777 include
- Service httpd restart
- Now lets begin the installation via the browser
Open your favorite browser and point your it to http://your_IP_address/pandora_console/

- Click Next and accept the licence terms

- Check if everything is green

- Enter the root password of mysql admin

- The Server will create the database Pandora with generated password bellow, this password you need it to star the pandora Server

next

Now the pandora_console is installed , move or remove install.php and open http://ip/pandora_console
then login with admin:pandora


II- Install Pandora Server RPM
Before install the rpm package you need to install some dependencies first:
yum install perl-XML-Simple perl-XML-SAX perl-NetAddr-IP nmap wmic
if you have issue with wmic package please download manually wmic-4.0.0SVN-2.1.el5.centos.noarch.rpm and install with rpm -ivh
install now the pandora server rpm package
# rpm -ivh pandorafms_server-3.2-2.noarch.rpm
Note : Don’t forget to start Tentacle Server daemon if you want to receive data using tentacle
Before to start the pandora Server . add the generateed password in the console installation to /etc/pandora/pandora_server.conf
# dbpass: Database password dbpass pandora
Change pandora with your generated passowrd (wdnywysi)
- Start the server
# /etc/init.d/pandora_server start
- Start tentacle server
# /etc/init.d/tentacle_serverd start
III- Install Pandora_Agent
Pandora agent can be Worstation/laptop/Windows/Unix/Firewall /Android
Just install the agent and add it to config the Ip adress of pandora Server
# rpm -ivh pandorafms_agent_unix-3.2-1.noarch.rpm
Configure the agaent on the file /etc/pandora/pandora_agent.conf
and make the pandora Server ip
########################################
server_ip 192.168.1.131
server_path /var/spool/pandora/data_in
temporal /tmp
logfile /var/log/pandora/pandora_agent.log
###################################
Start The agent
[root@localhost Downloads]# /etc/init.d/pandora_agent_daemon start
Pandora FMS Agent is now running with PID 3479
[root@localhost Downloads]#
Now back the Server restart the Daemon and check the consol, in My case Fedora 15 is the Agent Server is Scientific Linux 6
The Server Data

The Agent Data

If you have any question or remarks, please comment the current post or post your questions on the forum. Thanks
{module user9-footer}
Like us on Facebook
This week Top Posts 
Top Things to do After Installing Ubuntu 13.04 ‘Raring Ringtail’ : Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled for release on Apri...0 comment(s) |
Howto: Upgrade to Ubuntu 13.04 Raring Ringtail from 12.04, 12,10 | Desktop & Server : Updated 05-04-2013: Ubuntu 13.04 Raring Ringtail will be released Soon, If you have ubuntu 12,10, 12...0 comment(s) |
Install lamp with 1 command in Ubuntu 12.10, 13.04 Raring Ringtail & LinuxMint13 : Updated: 10/09/2012 :LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform ...0 comment(s) |
Scan Your Home Network With Nmap : Who should read this article? Everyone who is interested in computer security and computer networkin...0 comment(s) |
How to use Remote Desktop in Ubuntu : Sometimes, we need to access our computer from other locations when we’re not at home and such. This...0 comment(s) |
Configure conky-Lua in Ubuntu (12.10 & 13.04 Raring Ringtail), Fedora, debian and LinuxMint | Howto Conky : Updated 05-04-2013: Conky is a free, light-weight system monitor for X, that displays any informatio...0 comment(s) |
Recent Posts
- Secure File from Removal in Linux and Unix
- How to Install Nginx on FreeBSD 9.x
- Create a Launcher in Ubuntu Using Bash
- Scan Your Home Network With Nmap
- Steganography- Hide Your Files Inside An Image in Linux
- Unix/Linux File Recognition. Did You Know?
- Migrate from MySQL to MariaDB in FreeBSD
- Connect Your Android Galaxy Tablet to Ubuntu via USB
- ElementaryOS Beta 1 and 2 Comparison and Review
- Introduction to the Linux Command Line
Recent Comments



















Blawer
| #
Thanks!!!!!!!!!!!!!!!!!! you rules!!! all the other “help” in google are useless… yours was very helpful. Thanks again
piCool
| #
Great ! we have another another master trick :-)
Yilmaz Ulugtekin
| #
Just delete the space after the slash (/) it will work.
Pat L
| #
I tried it and it works with a regular zip file, but if you password-protect the .zip file it does NOT work.
SK
| #
Yes we can. What kind of help you need? We are doing outsourcing and technical support for Linux and Open source worldwide. To know more about the details visit here.