mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
13 lines
252 B
Markdown
13 lines
252 B
Markdown
|
|
||
|
uses netcat - requirement of libvirt over ssh
|
||
|
|
||
|
requires arpwatch to be installed
|
||
|
watch log files
|
||
|
|
||
|
vi /etc/rsyslog.d/30-arpwatch.conf
|
||
|
|
||
|
#:msg, contains, "arpwatch:" -/var/log/arpwatch.log
|
||
|
#& ~
|
||
|
if $programname =='arpwatch' then /var/log/arpwatch.log
|
||
|
& ~
|