Project

General

Profile

Actions

Bug #10771

closed

arpwatch: option to not send hourly email notification on cron run

Added by IT IGP almost 4 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
arpwatch
Target version:
-
Start date:
07/17/2020
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:

Description

dirty workaround by editing /usr/local/arpwatch/sendmail_proxy.php

< if (false !== $message) {

if ((false !== $message) and (false === strpos($message, ': Cron '))) {

would be nice to have a checkbox in settings for that

Actions #1

Updated by Jim Pingle almost 4 years ago

  • Project changed from pfSense to pfSense Packages
  • Category set to arpwatch
  • Affected Version deleted (2.4.5)
Actions #2

Updated by Viktor Gurov almost 4 years ago

Actions #3

Updated by Jim Pingle almost 4 years ago

  • Status changed from New to Pull Request Review
Actions #4

Updated by Viktor Gurov over 3 years ago

  • Status changed from Pull Request Review to Feedback

already merged

Actions #5

Updated by Azamat Khakimyanov over 3 years ago

  • Status changed from Feedback to Resolved

Tested on 2.4.5_p1 and on 2.5.0-DEVELOPMENT (built on Tue Oct 20 01:00:50 EDT 2020)

There is an option to disable Cron email notifications now.

This bug can be marked RESOLVED

Actions

Also available in: Atom PDF