Software:Pandora FMS

From HandWiki
Short description: Software for monitoring computer networks


Pandora FMS
Logo of Pandora FMS
Tactical screen screenshot
Pandora FMS tactical Screen
Original author(s)Sancho Lerena Urrea [1]
Developer(s)Pandora FMS
Initial releaseOctober 14, 2004 (2004-10-14)
Stable release
7.0 NG 772 LTS "Renaissance"[2] / June 20, 2023; 9 months ago (2023-06-20)
Written inPerl, PHP, C++, JavaScript
Operating systemLinux, Windows
Available inEnglish, Spanish, Japanese, Russian, Chinese, Portuguese, Italian, Polish, German, French, Arabic
TypeNetwork monitoring, System monitoring
LicenseGNU General Public License or proprietary EULA
Websitepandorafms.com

Pandora FMS (for Pandora Flexible Monitoring System) is software for monitoring computer networks.[3] 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 is available 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.

Released under the terms of the GNU General Public License, Pandora FMS is free software. At first the project was hosted on SourceForge.net, from where it has been downloaded over one million times,[4] and selected the “Staff Pick” Project of the Month, June 2016,[5] and elected “Community Choice” Project of the Month, November 2017.[6]

Components

Pandora Architecture

Pandora Server

In Pandora FMS architecture, servers are the core of the system because they are the recipients of bundles of information. They also generate monitoring alerts. It is possible to have different modular configurations for the servers: several servers for very big systems, or just a single server. Servers are also responsible for inserting the gathered data into Pandora's database. It is possible to have several Pandora Servers connected to a single Database. Different servers are used for different kind of monitoring: remote monitoring, WMI monitoring, SNMP and other network monitoring, inventory recollection, etc. Highly scalable (up to 2000 nodes with one single server), completely web-driven and a multitenant interface. It has a very flexible ACL system and a lot of graphical reports and user-defined control screens.[7]

Servers are developed in Perl and work on any platform that has the required modules. Pandora was originally developed for Linux.

Web console

Pandora's user interface allows people to operate and manage the monitoring system. It is developed in PHP and depends on a database and a web server. It can work in a wide range of platforms: Linux, Solaris, Windows, AIX and others. Several web consoles can be deployed in the same system if required. Web Console has multiples choices, in example SNMP monitoring.

Agents

Agents are daemons or services that can monitor any numeric parameter, Boolean status, string or numerical incremental data and/or condition. They can be developed in any language (as Shellscript, WSH, Perl or C). They run on any type of platform (Microsoft, AIX, Solaris, Linux, IPSO, Mac OS or FreeBSD), also SAP, because the agents can communicate with the Pandora FMS Servers to send data in XML using SSH, FTP, NFS, Tentacle (protocol) or any data transfer means.

Database

The database module is the core module of Pandora. All the information of the system resides here. For example, all data gathered by agents, configuration defined by administrator, events, incidents, audit info, etc. are stored in the database. At present, MySQL database and MariaDB database[8] is supported. Oracle support has been added in 6.0 release.

Software appliances

Pandora FMS has a software appliance based on a customized CentOS Linux, installable on CD, comes ready to use (including a live CD) or ready to install to hard disk.

It have also an AMI Appliance based on Amazon AWS.

A Docker image is also available at Docker Hub.

See also

References

  1. "Home". https://sancholerena.com/. Retrieved 29 August 2023. 
  2. "Pandora FMS NG (7.x) released versions". 2023-08-20. https://pandorafms.com/en/releases/. "Here on you can see the full version note list of all Pandora FMS NG (7.x) released versions. In version notes, we describe through a summary their changes and also name each and every one of them for better comprehension." 
  3. Cottrel, Less (19 September 2017). "Network Monitoring Tools". Network Monitoring Platforms (NMPs). slac.stanford.edu. http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html. Retrieved 19 September 2017. 
  4. "Pandora FMS - Download Statistics" (html). 30 November 2018. https://sourceforge.net/projects/pandora/files/stats/timeline?dates=2014-08-30+to+2018-12-01. "Downloads 1,086,185 2014-08-30 to 2018-11-30 Countries Top: US, at 34% Operating Systems Top: Other, at 59%" 
  5. "June 2016, "Staff Pick" Project of the Month – Pandora FMS" (html). 3 June 2016. https://sourceforge.net/blog/june-2016-staff-pick-project-of-the-month-pandora-fms/. "For our June “Staff Pick” Project of the Month, we selected Pandora FMS, a flexible monitoring system ready for big environments. Sancho Lerena and Axel Amigo, the people behind the project shared some thoughts about the project’s history, purpose, and direction." 
  6. "November 2017, "Community Choice" Project of the Month – Pandora FMS" (html). 1 November 2017. https://sourceforge.net/blog/november-2017-community-choice-project-month-pandora-fms/. "Pandora FMS was previously selected “Staff Pick” Project of the Month in June of 2016 where the Pandora team spoke about the project’s developments and direction. Recently we caught up with project founder Sancho Lerena to find out how the project has been doing since then." 
  7. Ishikawa, Mutsumi (18 September 2017). "Pandora FMS: Flexible Monitoring System". Downloads. OSD.net. https://osdn.net/projects/sfnet_pandora/releases/. Retrieved 25 September 2017. 
  8. Raj (9 August 2017). "How to Install PandoraFMS Server on CentOS 7 / RHEL 7 – Monitoring Solution for your Infrastructure". http://www.itzgeek.com/how-tos/linux/centos-how-tos/how-to-install-pandorafms-server-on-centos-7-rhel-7-monitoring-solution-for-your-infrastructure.html. "Pandora FMS is a flexible monitoring solution for your servers, networks, virtual infrastructure, and applications. It is a Free software and released under GNU General Public License." 

External links