From 5de26c4bc50249023958ae89bab89c8c4a64ff66 Mon Sep 17 00:00:00 2001 From: slerena Date: Tue, 20 Oct 2009 21:32:38 +0000 Subject: [PATCH] 2009-10-20 Sancho Lerena RC1 Release * include/help/en/help_ff_threshold.php: Added missing help topic. * general/error_perms.php, general/error_install.php: Removed print of version, don't know this variable at this point. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2042 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 9 ++++ pandora_console/general/error_install.php | 1 - pandora_console/general/error_perms.php | 1 - pandora_console/include/config_process.php | 2 +- .../include/help/en/help_ff_threshold.php | 42 +++++++++++++++++++ 5 files changed, 52 insertions(+), 3 deletions(-) create mode 100644 pandora_console/include/help/en/help_ff_threshold.php diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 357f4123b8..fd795826c0 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,12 @@ +2009-10-20 Sancho Lerena + + RC1 Release + + * include/help/en/help_ff_threshold.php: Added missing help topic. + + * general/error_perms.php, general/error_install.php: Removed print of + version, don't know this variable at this point. + 2009-10-20 Miguel de Dios * pandora_console/operation/menu.php, diff --git a/pandora_console/general/error_install.php b/pandora_console/general/error_install.php index 6a3cde6612..34ee1bbcca 100644 --- a/pandora_console/general/error_install.php +++ b/pandora_console/general/error_install.php @@ -38,7 +38,6 @@

Installer active


-


diff --git a/pandora_console/general/error_perms.php b/pandora_console/general/error_perms.php index 0b5d0dcc47..8d106b0f40 100644 --- a/pandora_console/general/error_perms.php +++ b/pandora_console/general/error_perms.php @@ -36,7 +36,6 @@

Bad permission for include/config.php


-


For security reasons, config.php must have restrictive permissions, and "other" users diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 27099fd1e9..3df895edc9 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -22,7 +22,7 @@ /** * Pandora build version and version */ -$build_version = 'PC091016'; +$build_version = 'PC091020'; $pandora_version = 'v3.0RC1'; $config['start_time'] = microtime (true); diff --git a/pandora_console/include/help/en/help_ff_threshold.php b/pandora_console/include/help/en/help_ff_threshold.php new file mode 100644 index 0000000000..c0a2cc030f --- /dev/null +++ b/pandora_console/include/help/en/help_ff_threshold.php @@ -0,0 +1,42 @@ + +

Module Flip Flop Threshold

+ +
+
+ +The Threshold parameter FF (FF = FlipFlop) is used to "filter" the continuous changes of state in the generation of events / states, so that you can tell Pandora FMS until an element is not at least X times in the same state after changing from an original state, not considered to have changed. +

+Take a classic example: A ping to a host where there is packet loss. In an environment like this, might give results as: +
+
+ 1  
+ 1  
+ 0  
+ 1  
+ 1  
+ 0  
+ 1  
+ 1  
+ 1 
+
+
+However, the host is alive in all cases. What we really want is to tell Pandora that until the host does not say you are at least three times down, not marked as such, so that in the previous case and would never be dropped, and only in this case it would be: +
+ 1  
+ 1  
+ 0  
+ 1  
+ 0  
+ 0  
+ 0  
+ 
+
+From this point you would see as down, but not before. +
+Protection anti Flip-Flop is used to avoid those annoying fluctuations, all modules implement it and use it to avoid the change of state (defined by their defined limits or boundaries machines, as is the case with modules * proc) . + +