initial commit of file from CVS for smeserver-arpwatch on Sat Sep 7 20:07:37 AEST 2024
This commit is contained in:
@@ -0,0 +1 @@
|
||||
enabled
|
1
root/etc/e-smith/db/configuration/defaults/arpwatch/type
Normal file
1
root/etc/e-smith/db/configuration/defaults/arpwatch/type
Normal file
@@ -0,0 +1 @@
|
||||
service
|
@@ -0,0 +1,8 @@
|
||||
/var/log/arpwatch.log \{
|
||||
missingok
|
||||
weekly
|
||||
rotate 24
|
||||
compress
|
||||
notifempty
|
||||
copytruncate
|
||||
\}
|
4
root/etc/e-smith/templates/etc/rsyslog.conf/32arpwatch
Normal file
4
root/etc/e-smith/templates/etc/rsyslog.conf/32arpwatch
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
#arpwatch
|
||||
:programname, isequal, "arpwatch" /var/log/arpwatch.log
|
||||
& stop
|
7
root/etc/e-smith/templates/etc/sysconfig/arpwatch/ALL
Normal file
7
root/etc/e-smith/templates/etc/sysconfig/arpwatch/ALL
Normal 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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user