initial commit of file from CVS for smeserver-arpwatch on Sat Sep 7 20:07:37 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:07:37 +10:00
parent 9f83d833df
commit 36475937bc
12 changed files with 222 additions and 2 deletions

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
service

View File

@@ -0,0 +1,8 @@
/var/log/arpwatch.log \{
missingok
weekly
rotate 24
compress
notifempty
copytruncate
\}

View File

@@ -0,0 +1,4 @@
#arpwatch
:programname, isequal, "arpwatch" /var/log/arpwatch.log
& stop

View File

@@ -0,0 +1,7 @@
# -u <username> : defines with what user id arpwatch should run
# -e <email> : the <email> where to send the reports
# -s <from> : the <from>-address
{
$OUT .= "OPTIONS=\"-i ${'InternalInterface'}{'Name'} -f /var/lib/arpwatch/arp.dat -u arpwatch -e root -s 'Arpwatch@${'DomainName'}'\"\n";
}