From 12e7b0af81dc97fa6952a9b3e78e140a7644eb5a Mon Sep 17 00:00:00 2001 From: phildd Date: Fri, 24 Aug 2012 18:09:40 +0545 Subject: Look for arp.dat in /var/log As per change in arpwatch.xml, arp.dat is in /var/log --- config/arpwatch_reports.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/arpwatch_reports.php') diff --git a/config/arpwatch_reports.php b/config/arpwatch_reports.php index 1bdb5233..d66b1a46 100755 --- a/config/arpwatch_reports.php +++ b/config/arpwatch_reports.php @@ -3,7 +3,7 @@ /* $Id$ - diag_logs.php + arpwatch_reports.php Copyright (C) 2005 Colin Smith All rights reserved. @@ -31,7 +31,7 @@ require("guiconfig.inc"); -$logfile = "/usr/local/arpwatch/arp.dat"; +$logfile = "/var/log/arp.dat"; if ($_POST['clear']) { stop_service("arpwatch"); -- cgit v1.2.3