mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-27 07:28:49 -05:00
User configurable arp tool
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user