47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
###############################################################################
|
|
# FCAGENT configuration options
|
|
#
|
|
# $Revision: 1.3 $
|
|
###############################################################################
|
|
|
|
#
|
|
# Time interval between agent polls (in seconds).
|
|
#
|
|
PollPeriod: 20
|
|
|
|
#
|
|
# LED Flash period (in 1/10ths seconds).
|
|
#
|
|
FlashPeriod: 5
|
|
|
|
#
|
|
# Command to execute prior to drive removal.
|
|
#
|
|
PreRemovalCallout: /usr/lib/fcagent/preremove.CO
|
|
|
|
#
|
|
# Command to execute following drive removal.
|
|
#
|
|
PostRemovalCallout: /usr/lib/fcagent/postremove.CO
|
|
|
|
#
|
|
# Command to execute following drive insertion.
|
|
#
|
|
PostInsertionCallout: /usr/lib/fcagent/postinsert.CO
|
|
|
|
#
|
|
# Command to execute following detection of a status change
|
|
#
|
|
StatusChangedCallout: /usr/lib/fcagent/statchanged.CO
|
|
|
|
#DebugLevel: 131071 # MAX debug level
|
|
#DebugLevel: 65536 # SCSI command debug only
|
|
DebugLevel: 0
|
|
|
|
#
|
|
# Allow connections not originating from a privileged(root) port on
|
|
# localhost. Enabling this disables all access control to fcagent
|
|
# Set this to 0 to disallow, and 1 to allow
|
|
#
|
|
AllowRemoteRequests: 0
|