diff --git a/README.md b/README.md index 07069d5e84..3187ac8487 100644 --- a/README.md +++ b/README.md @@ -8,31 +8,34 @@ Pandora FMS is a monitoring software for IT infrastructure management which incl For community support you can visit our forums at http://forums.pandorafms.org. Visit our community page at http://pandorafms.org and if you need commercial information or/and professional support visit http://pandorafms.com. - ### How to install Pandora FMS Installing Pandora FMS is a very easy task. Please visit our wiki and follow all the steps described for a quick and proper installation. http://wiki.pandorafms.com/index.php?title=Pandora:Documentation_en:Installing ### What is Pandora FMS? -Pandora FMS is a monitoring application to watch systems and applications that allows to know the status of any element of the business systems. Pandora FMS watches your hardware, software, your multilayer system and, of course, your OS. Pandora FMS can detect if a network interface is down or the movement of any NASDAQ new technology market value. If you wish, Pandora FMS can send a SMS message when your system or your application fails or when Google stock value drops below 330 US$. Pandora FMS will fit your systems and requirements, because it has been designed to be open, modular, multiplattform and easy to customize. + +Pandora FMS is a monitoring application to watch systems and applications that allows to know the status of any element of the business systems. Pandora FMS watches your hardware, software, your multilayer system and, of course, your OS. Pandora FMS can detect if a network interface is down or the movement of any NASDAQ new technology market value. If you wish, Pandora FMS can send a SMS message when your system or your application fails or when Google stock value drops below 330 US\$. Pandora FMS will fit your systems and requirements, because it has been designed to be open, modular, multiplattform and easy to customize. ### Other things Pandora FMS can do -Pandora FMS is a monitoring tool that not only measures if a parameter is right or wrong. Pandora FMS can quantify the state (right or wrong), or store a value (numeric or alphanumeric) for months if necessary. Pandora FMS can measure performances, compare values among different systems and set alarms over thresholds. Pandora FMS works against a Database so it can generate reports, statistics, SLA and meausre anything: OS, applications and hardware systems, such as firewalls, proxies, Databases, web servers, VPN, routers, switches, processes, services, remote accesses to servers, etc. Everything integrated in an open and distributed architecture. Pandora FMS can be deployed over any OS, with specific agents for each platform. There are agents for Windows (2000, XP, 2003), GNU/Linux, Solaris, HP-UX, BSD, AIX, IPSO and OpenWRT. Pandora FMS not only gathers information through its agents, but it can also monitor any hardware system with TCP/IP connectivity, such as load balancing systems, routers, switches or printers, through SNMP and TCP/ICMP checks. + +Pandora FMS is a monitoring tool that not only measures if a parameter is right or wrong. Pandora FMS can quantify the state (right or wrong), or store a value (numeric or alphanumeric) for months if necessary. Pandora FMS can measure performances, compare values among different systems and set alarms over thresholds. Pandora FMS works against a Database so it can generate reports, statistics, SLA and meausre anything: OS, applications and hardware systems, such as firewalls, proxies, Databases, web servers, VPN, routers, switches, processes, services, [remote accesses to servers](https://pandorafms.com/server-monitoring/), etc. Everything integrated in an open and distributed architecture. Pandora FMS can be deployed over any OS, with specific agents for each platform. There are agents for Windows (2000, XP, 2003), GNU/Linux, Solaris, HP-UX, BSD, AIX, IPSO and OpenWRT. Pandora FMS not only gathers information through its agents, but it can also monitor any hardware system with TCP/IP connectivity, such as load balancing systems, routers, switches or printers, through SNMP and TCP/ICMP checks. ### Main features -* Network monitoring -* WMI monitoring -* Agent monitoring (for all OS) -* Graphical reporting, based on it's own SQL backend -* SLA, and ITIL KPI metrics on reporting -* Status & Performance monitoring -* GIS tracking and viewing -* Inventory management (Local and remote) -* User defined visual console screens and Dashboards WYSIWYG -* Very high capacity (Thousands of devices) -* Multiuser, several levels of ACL management. + +- Network monitoring +- WMI monitoring +- Agent monitoring (for all OS) +- Graphical reporting, based on it's own SQL backend +- SLA, and ITIL KPI metrics on reporting +- Status & Performance monitoring +- GIS tracking and viewing +- Inventory management (Local and remote) +- User defined visual console screens and Dashboards WYSIWYG +- Very high capacity (Thousands of devices) +- Multiuser, several levels of ACL management. ### Screenshots + ![screenshot 1](http://wolf359.artica.es/public_images/captura-pantalla-pandora3.png)

diff --git a/extras/pandora_update_version.sh b/extras/pandora_update_version.sh index edab1affeb..5fa5af91f0 100755 --- a/extras/pandora_update_version.sh +++ b/extras/pandora_update_version.sh @@ -29,6 +29,8 @@ $CODEHOME/pandora_console/pandora_console.redhat.spec \ $CODEHOME/pandora_console/pandora_console.rhel7.spec \ $CODEHOME/pandora_agents/unix/pandora_agent.redhat.spec \ $CODEHOME/pandora_server/pandora_server.redhat.spec \ +$PANDHOME_ENT/pandora_agents/pandora_agent.spec \ +$PANDHOME_ENT/pandora_server/pandora_server_enterprise.redhat.spec \ $PANDHOME_ENT/pandora_console/enterprise/pandora_console_enterprise.redhat.spec \ $PANDHOME_ENT/pandora_console/enterprise/pandora_console_enterprise.rhel7.spec \ $PANDHOME_ENT/pandora_server/PandoraFMS-Enterprise/pandora_server_enterprise.redhat.spec" @@ -36,7 +38,7 @@ DEBIAN_FILES="$CODEHOME/pandora_console/DEBIAN \ $CODEHOME/pandora_server/DEBIAN \ $CODEHOME/pandora_agents/unix/DEBIAN \ $PANDHOME_ENT/pandora_console/DEBIAN \ -$PANDHOME_ENT/pandora_server/PandoraFMS-Enterprise/DEBIAN" +$PANDHOME_ENT/pandora_server/DEBIAN" INSTALLER_FILES="$CODEHOME/pandora_console/pandora_console_install \ $CODEHOME/pandora_server/pandora_server_installer \ $CODEHOME/pandora_agents/unix/pandora_agent_installer" diff --git a/pandora_agents/Dockerfile b/pandora_agents/Dockerfile index 945a74b1c9..69117e2ca7 100644 --- a/pandora_agents/Dockerfile +++ b/pandora_agents/Dockerfile @@ -9,6 +9,7 @@ RUN yum -y install \ epel-release \ unzip \ perl \ + python3 \ sed \ "perl(Sys::Syslog)" diff --git a/pandora_agents/android/mobile/.classpath b/pandora_agents/android/mobile/.classpath deleted file mode 100755 index 4013f7903e..0000000000 --- a/pandora_agents/android/mobile/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/pandora_agents/android/mobile/.project b/pandora_agents/android/mobile/.project deleted file mode 100755 index 4398da24f9..0000000000 --- a/pandora_agents/android/mobile/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - Pandroid Agent v1.0 - - - - - - com.android.ide.eclipse.adt.ResourceManagerBuilder - - - - - com.android.ide.eclipse.adt.PreCompilerBuilder - - - - - org.eclipse.jdt.core.javabuilder - - - - - com.android.ide.eclipse.adt.ApkBuilder - - - - - - com.android.ide.eclipse.adt.AndroidNature - org.eclipse.jdt.core.javanature - - diff --git a/pandora_agents/android/mobile/.settings/org.eclipse.jdt.core.prefs b/pandora_agents/android/mobile/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index b080d2ddc8..0000000000 --- a/pandora_agents/android/mobile/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 -org.eclipse.jdt.core.compiler.source=1.6 diff --git a/pandora_agents/android/mobile/AndroidManifest.xml b/pandora_agents/android/mobile/AndroidManifest.xml deleted file mode 100755 index 28574abf78..0000000000 --- a/pandora_agents/android/mobile/AndroidManifest.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pandora_agents/android/mobile/libs/commons-lang3-3.0.1.jar b/pandora_agents/android/mobile/libs/commons-lang3-3.0.1.jar deleted file mode 100644 index 911e8d89f1..0000000000 Binary files a/pandora_agents/android/mobile/libs/commons-lang3-3.0.1.jar and /dev/null differ diff --git a/pandora_agents/android/mobile/proguard.cfg b/pandora_agents/android/mobile/proguard.cfg deleted file mode 100755 index 6c68c1e00c..0000000000 --- a/pandora_agents/android/mobile/proguard.cfg +++ /dev/null @@ -1,34 +0,0 @@ --optimizationpasses 5 --dontusemixedcaseclassnames --dontskipnonpubliclibraryclasses --dontpreverify --verbose --optimizations !code/simplification/arithmetic,!field/*,!class/merging/* - --keep public class * extends android.app.Activity --keep public class * extends android.app.Application --keep public class * extends android.app.Service --keep public class * extends android.content.BroadcastReceiver --keep public class * extends android.content.ContentProvider --keep public class com.android.vending.licensing.ILicensingService - --keepclasseswithmembernames class * { - native ; -} - --keepclasseswithmembers class * { - public (android.content.Context, android.util.AttributeSet); -} - --keepclasseswithmembers class * { - public (android.content.Context, android.util.AttributeSet, int); -} - --keepclassmembers enum * { - public static **[] values(); - public static ** valueOf(java.lang.String); -} - --keep class * implements android.os.Parcelable { - public static final android.os.Parcelable$Creator *; -} diff --git a/pandora_agents/android/mobile/project.properties b/pandora_agents/android/mobile/project.properties deleted file mode 100644 index d6659d5383..0000000000 --- a/pandora_agents/android/mobile/project.properties +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system edit -# "ant.properties", and override values to adapt the script to your -# project structure. -# -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): -#proguard.config=${sdk.dir}\tools\proguard\proguard-android.txt:proguard-project.txt - -# Project target. -target=android-17 diff --git a/pandora_agents/android/mobile/res/drawable-hdpi/about.png b/pandora_agents/android/mobile/res/drawable-hdpi/about.png deleted file mode 100644 index da5e23f072..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-hdpi/about.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-hdpi/help.png b/pandora_agents/android/mobile/res/drawable-hdpi/help.png deleted file mode 100644 index 948d8d16ba..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-hdpi/help.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-hdpi/ic_launcher.png b/pandora_agents/android/mobile/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 9a01a88f89..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-hdpi/icon.png b/pandora_agents/android/mobile/res/drawable-hdpi/icon.png deleted file mode 100644 index d721fa3962..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-hdpi/icon.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-hdpi/pandorafms_logo.png b/pandora_agents/android/mobile/res/drawable-hdpi/pandorafms_logo.png deleted file mode 100644 index 5369386f92..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-hdpi/pandorafms_logo.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-ldpi/about.png b/pandora_agents/android/mobile/res/drawable-ldpi/about.png deleted file mode 100644 index efd4e3ca5f..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-ldpi/about.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-ldpi/help.png b/pandora_agents/android/mobile/res/drawable-ldpi/help.png deleted file mode 100644 index 25e0708e47..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-ldpi/help.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-ldpi/ic_launcher.png b/pandora_agents/android/mobile/res/drawable-ldpi/ic_launcher.png deleted file mode 100644 index aab25d9373..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-ldpi/ic_launcher.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-ldpi/icon.png b/pandora_agents/android/mobile/res/drawable-ldpi/icon.png deleted file mode 100755 index c224228d64..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-ldpi/icon.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-ldpi/logo.png b/pandora_agents/android/mobile/res/drawable-ldpi/logo.png deleted file mode 100644 index 4cb625e292..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-ldpi/logo.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-ldpi/pandorafms_logo.png b/pandora_agents/android/mobile/res/drawable-ldpi/pandorafms_logo.png deleted file mode 100644 index 5369386f92..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-ldpi/pandorafms_logo.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-ldpi/pandroid_large.png b/pandora_agents/android/mobile/res/drawable-ldpi/pandroid_large.png deleted file mode 100644 index fe050b5d76..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-ldpi/pandroid_large.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-mdpi/about.png b/pandora_agents/android/mobile/res/drawable-mdpi/about.png deleted file mode 100644 index 61a0e52eba..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-mdpi/about.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-mdpi/help.png b/pandora_agents/android/mobile/res/drawable-mdpi/help.png deleted file mode 100644 index 47a98073e7..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-mdpi/help.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-mdpi/ic_launcher.png b/pandora_agents/android/mobile/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 3876a631f6..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-mdpi/icon.png b/pandora_agents/android/mobile/res/drawable-mdpi/icon.png deleted file mode 100644 index 659d594568..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-mdpi/icon.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-mdpi/pandorafms_logo.png b/pandora_agents/android/mobile/res/drawable-mdpi/pandorafms_logo.png deleted file mode 100644 index 5369386f92..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-mdpi/pandorafms_logo.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-xhdpi/about.png b/pandora_agents/android/mobile/res/drawable-xhdpi/about.png deleted file mode 100644 index ba20ef46cc..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-xhdpi/about.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-xhdpi/help.png b/pandora_agents/android/mobile/res/drawable-xhdpi/help.png deleted file mode 100644 index a928b3fa1e..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-xhdpi/help.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-xhdpi/ic_launcher.png b/pandora_agents/android/mobile/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index f1099df0a3..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-xhdpi/icon.png b/pandora_agents/android/mobile/res/drawable-xhdpi/icon.png deleted file mode 100644 index bead0bbcf9..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-xhdpi/icon.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-xhdpi/logo.png b/pandora_agents/android/mobile/res/drawable-xhdpi/logo.png deleted file mode 100644 index 9552d3a0e4..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-xhdpi/logo.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-xhdpi/pandorafms_logo.png b/pandora_agents/android/mobile/res/drawable-xhdpi/pandorafms_logo.png deleted file mode 100644 index 5369386f92..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-xhdpi/pandorafms_logo.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/drawable-xhdpi/pandroid_large.png b/pandora_agents/android/mobile/res/drawable-xhdpi/pandroid_large.png deleted file mode 100644 index 6744648ef1..0000000000 Binary files a/pandora_agents/android/mobile/res/drawable-xhdpi/pandroid_large.png and /dev/null differ diff --git a/pandora_agents/android/mobile/res/layout/about.xml b/pandora_agents/android/mobile/res/layout/about.xml deleted file mode 100644 index 4dbb820113..0000000000 --- a/pandora_agents/android/mobile/res/layout/about.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pandora_agents/android/mobile/res/layout/help.xml b/pandora_agents/android/mobile/res/layout/help.xml deleted file mode 100644 index 064ff6d68b..0000000000 --- a/pandora_agents/android/mobile/res/layout/help.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/pandora_agents/android/mobile/res/layout/password_choose.xml b/pandora_agents/android/mobile/res/layout/password_choose.xml deleted file mode 100644 index f09bb2beb2..0000000000 --- a/pandora_agents/android/mobile/res/layout/password_choose.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - -