2013-02-27 Miguel de Dios <miguel.dedios@artica.es>
* lib/PandoraFMS/Core.pm: erased lost develop traces. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7731 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
33a8e04aa3
commit
2ab21d0dfc
|
@ -1,3 +1,7 @@
|
|||
2013-02-27 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* lib/PandoraFMS/Core.pm: erased lost develop traces.
|
||||
|
||||
2013-02-25 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* PandoraFMS/Config.pm: Fixed parsing of mta_from, avoiding problems
|
||||
|
|
|
@ -1402,9 +1402,6 @@ Start the planned downtime, the monthly type.
|
|||
sub pandora_planned_downtime_monthly_start($$) {
|
||||
my ($pa_config, $dbh) = @_;
|
||||
|
||||
logger($pa_config, "[PLANNED_DOWNTIME] " .
|
||||
"Enter pandora_planned_downtime_monthly_start().", 10);
|
||||
|
||||
#my $local_time = localtime();
|
||||
my @var_localtime = localtime(time);
|
||||
my $year = $var_localtime[5] + 1900;
|
||||
|
@ -1523,7 +1520,6 @@ sub pandora_planned_downtime_monthly_stop($$) {
|
|||
($number_day_month >= 30)) {
|
||||
$number_day_month = 31;
|
||||
}
|
||||
logger($pa_config, $number_day_month, 10);
|
||||
|
||||
# Start pending downtimes
|
||||
my @downtimes = get_db_rows($dbh, 'SELECT *
|
||||
|
|
Loading…
Reference in New Issue