[arpwatch] ajout d'arpwatch_sendmail_server
This commit is contained in:
parent
5bc39682d3
commit
2270093582
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Global options for arpwatch(8).
|
# Global options for arpwatch(8).
|
||||||
|
|
||||||
# Debian: don't report bogons, don't use PROMISC.
|
# Debian: don't report bogons, don't use PROMISC.
|
||||||
ARGS="-N -p -s /usr/scripts/surveillance/arpwatch_sendmail"
|
ARGS="-N -p -s /usr/scripts/surveillance/arpwatch/report.py"
|
||||||
|
|
||||||
# Debian: run as `arpwatch' user. Empty this to run as root.
|
# Debian: run as `arpwatch' user. Empty this to run as root.
|
||||||
RUNAS="arpwatch"
|
RUNAS="arpwatch"
|
||||||
|
|
|
@ -111,6 +111,8 @@ if has('arpwatch'):
|
||||||
service(None, name='arpwatch-%s' % iface,
|
service(None, name='arpwatch-%s' % iface,
|
||||||
init='arpwatch',
|
init='arpwatch',
|
||||||
)
|
)
|
||||||
|
service(name="arpwatch_sendmail", group=None)
|
||||||
|
|
||||||
|
|
||||||
service("bind",
|
service("bind",
|
||||||
init="bind9",
|
init="bind9",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue