Everyone, Is there any way to adjust the thresholds for sending this error?
---------- Forwarded Message ---------- Subject: BackupPC administrative attention needed Date: Friday 13 Aug 2010, 14:35:47 From: BackupPC <[email protected]> To: [email protected] The following hosts had an error that is probably caused by a misconfiguration. Please fix these hosts: - host1.example.com (received signal=ALRM) Regards, PC Backup Genie ----------------------------------------- The host in question was absent from the network for two days when I received this. This is normal, and certainly not a misconfiguration. EMailNotifyOldBackupDays is set to 30, so no message should be sent, and 'misconfiguration' is a different message from the usual nag. Relevant backup settings: $Conf{WakeupSchedule} = [ '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; $Conf{FullPeriod} = '6.97'; $Conf{IncrPeriod} = '0.97'; $Conf{FullKeepCnt} = [ '8', '4', '2' ]; $Conf{FullKeepCntMin} = '6'; $Conf{FullAgeMax} = '270'; $Conf{IncrKeepCnt} = '20'; $Conf{IncrKeepCntMin} = '20'; $Conf{IncrAgeMax} = '40'; $Conf{IncrLevels} = [ '1', '2', '3', '4', '5', '6' ]; $Conf{BlackoutBadPingLimit} = '3'; $Conf{BlackoutGoodCnt} = '7'; $Conf{BlackoutPeriods} = [ { 'hourEnd' => '18.5', 'weekDays' => [ '0', '1', '2', '3', '4', '5', '6' ], 'hourBegin' => '6.5' } ]; $Conf{EMailNotifyMinDays} = '2.5'; $Conf{EMailNotifyOldBackupDays} = '30'; Regards, Tyler -- "I respect you too much to respect your ridiculous ideas." -- Johann Hari ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
