User configurable arp tool

This commit is contained in:
Andrew Bauer
2015-02-21 13:08:04 -06:00
parent b000b997e9
commit 7ef503ff59
2 changed files with 35 additions and 22 deletions

View File

@@ -654,6 +654,14 @@ our @options =
type => $types{abs_path},
category => "paths",
},
{
name => "ZM_PATH_ARP",
default => "",
description => "Path to a supported ARP tool",
help => "The camera probe function uses Address Resolution Protocol in order to find known devices on the network. Optionally supply the full path to \"ip neigh\", \"arp -a\", or any other tool on your system that returns ip/mac address pairs. If this field is left empty, ZoneMinder will search for the command \"arp\" and attempt to use that.",
type => $types{abs_path},
category => "paths",
},
{
name => "ZM_WEB_TITLE_PREFIX",
default => "ZM",